|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartialKey | |
---|---|
org.apache.accumulo.core.data | |
org.apache.accumulo.core.file.keyfunctor | |
org.apache.accumulo.core.iterators.user |
Uses of PartialKey in org.apache.accumulo.core.data |
---|
Methods in org.apache.accumulo.core.data that return PartialKey | |
---|---|
static PartialKey |
PartialKey.getByDepth(int depth)
|
static PartialKey |
PartialKey.valueOf(String name)
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 PartialKey | |
---|---|
int |
Key.compareTo(Key other,
PartialKey part)
Compare elements of a key given by a PartialKey . |
boolean |
Key.equals(Key other,
PartialKey part)
Compare part of a key. |
Key |
Key.followingKey(PartialKey part)
Returns a key that will sort immediately after this key. |
Uses of PartialKey in org.apache.accumulo.core.file.keyfunctor |
---|
Fields in org.apache.accumulo.core.file.keyfunctor declared as PartialKey | |
---|---|
static PartialKey |
ColumnFamilyFunctor.kDepth
|
Uses of PartialKey in org.apache.accumulo.core.iterators.user |
---|
Methods in org.apache.accumulo.core.iterators.user that return PartialKey | |
---|---|
protected abstract PartialKey |
TransformingIterator.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 PartialKey | |
---|---|
protected Key |
TransformingIterator.copyPartialKey(Key key,
PartialKey part)
Creates a copy of key , copying only the parts of the key specified in part . |
protected boolean |
TransformingIterator.isSetAfterPart(Key key,
PartialKey part)
Indicates whether or not any part of key excluding part is set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |