Package | Description |
---|---|
org.apache.accumulo.core.data |
Modifier and Type | Method and Description |
---|---|
static PartialKey |
PartialKey.getByDepth(int depth)
Deprecated.
since 1.7.0
|
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)
Compares elements of a key given by a
PartialKey . |
boolean |
Key.equals(Key other,
PartialKey part)
Compares part of a key.
|
Key |
Key.followingKey(PartialKey part)
Returns a key that will sort immediately after this key.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.