Uses of Enum
org.apache.accumulo.core.data.PartialKey
-
Uses of PartialKey in org.apache.accumulo.core.data
Modifier and TypeMethodDescriptionstatic PartialKey
PartialKey.getByDepth
(int depth) Deprecated.since 1.7.0static 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.