Package | Description |
---|---|
org.apache.accumulo.core.data | |
org.apache.accumulo.core.file.keyfunctor | |
org.apache.accumulo.core.iterators.user |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static PartialKey |
ColumnFamilyFunctor.kDepth |
Modifier and Type | Method and Description |
---|---|
protected abstract PartialKey |
TransformingIterator.getKeyPrefix()
Indicates the prefix of keys that will be transformed by this iterator.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.