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 PartialKeyPartialKey.getByDepth(int depth) Deprecated.since 1.7.0static PartialKeyReturns 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 TypeMethodDescriptionintKey.compareTo(Key other, PartialKey part) Compares elements of a key given by aPartialKey.booleanKey.equals(Key other, PartialKey part) Compares part of a key.Key.followingKey(PartialKey part) Returns a key that will sort immediately after this key.