Uses of Enum
org.apache.accumulo.core.data.PartialKey
Packages that use PartialKey
-
Uses of PartialKey in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return PartialKeyModifier 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.Methods in org.apache.accumulo.core.data with parameters of type PartialKeyModifier 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.