Uses of Enum
org.apache.accumulo.core.data.PartialKey
Packages that use PartialKey
- 
Uses of PartialKey in org.apache.accumulo.core.dataMethods in org.apache.accumulo.core.data that return PartialKeyModifier and TypeMethodDescriptionstatic 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.
- 
Uses of PartialKey in org.apache.accumulo.core.iterators.userMethods in org.apache.accumulo.core.iterators.user that return PartialKeyModifier and TypeMethodDescriptionprotected 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 PartialKeyModifier and TypeMethodDescriptionprotected 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.