Uses of Enum
org.apache.accumulo.core.data.PartialKey
-
Uses of PartialKey in org.apache.accumulo.core.data
Modifier and TypeMethodDescriptionstatic PartialKey
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.Modifier and TypeMethodDescriptionint
Key.compareTo
(Key other, PartialKey part) Compares elements of a key given by aPartialKey
.boolean
Key.equals
(Key other, PartialKey part) Compares part of a key.Key.followingKey
(PartialKey part) Returns a key that will sort immediately after this key. -
Uses of PartialKey in org.apache.accumulo.core.iterators.user
Modifier and TypeMethodDescriptionprotected abstract PartialKey
TransformingIterator.getKeyPrefix()
Indicates the prefix of keys that will be transformed by this iterator.Modifier and TypeMethodDescriptionprotected Key
TransformingIterator.copyPartialKey
(Key key, PartialKey part) Creates a copy ofkey
, copying only the parts of the key specified inpart
.protected boolean
TransformingIterator.isSetAfterPart
(Key key, PartialKey part) Indicates whether or not any part ofkey
excludingpart
is set.