Uses of Class
org.apache.accumulo.core.data.PartialKey
-
Packages that use PartialKey Package Description org.apache.accumulo.core.data org.apache.accumulo.core.file.keyfunctor org.apache.accumulo.core.iterators.user -
-
Uses of PartialKey in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return PartialKey Modifier and Type Method Description static PartialKeyPartialKey. valueOf(String name)Returns the enum constant of this type with the specified name.static PartialKey[]PartialKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.data with parameters of type PartialKey Modifier and Type Method Description intKey. compareTo(Key other, PartialKey part)Compares elements of a key given by aPartialKey.booleanKey. equals(Key other, PartialKey part)Compares part of a key.KeyKey. followingKey(PartialKey part)Returns a key that will sort immediately after this key. -
Uses of PartialKey in org.apache.accumulo.core.file.keyfunctor
Fields in org.apache.accumulo.core.file.keyfunctor declared as PartialKey Modifier and Type Field Description static PartialKeyColumnFamilyFunctor. kDepth -
Uses of PartialKey in org.apache.accumulo.core.iterators.user
Methods in org.apache.accumulo.core.iterators.user that return PartialKey Modifier and Type Method Description protected abstract PartialKeyTransformingIterator. getKeyPrefix()Indicates the prefix of keys that will be transformed by this iterator.Methods in org.apache.accumulo.core.iterators.user with parameters of type PartialKey Modifier and Type Method Description protected KeyTransformingIterator. copyPartialKey(Key key, PartialKey part)Creates a copy ofkey, copying only the parts of the key specified inpart.protected booleanTransformingIterator. isSetAfterPart(Key key, PartialKey part)Indicates whether or not any part ofkeyexcludingpartis set.
-