Package | Description |
---|---|
org.apache.accumulo.core.client.mapreduce | |
org.apache.accumulo.core.data | |
org.apache.accumulo.core.security |
Modifier and Type | Method and Description |
---|---|
static float |
RangeInputSplit.getProgress(ByteSequence start,
ByteSequence end,
ByteSequence position) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayByteSequence
An implementation of
ByteSequence that uses a backing byte array. |
Modifier and Type | Method and Description |
---|---|
ByteSequence |
Key.getColumnFamilyData()
Returns the column family as a byte sequence.
|
ByteSequence |
Key.getColumnQualifierData()
Returns the column qualifier as a byte sequence.
|
ByteSequence |
Key.getColumnVisibilityData()
Returns the column visibility as a byte sequence.
|
ByteSequence |
Condition.getFamily()
Gets the column family of this condition.
|
ByteSequence |
Condition.getQualifier()
Gets the column qualifier of this condition.
|
ByteSequence |
Key.getRowData()
Returns the row ID as a byte sequence.
|
ByteSequence |
Condition.getValue()
Gets the value of this condition.
|
ByteSequence |
Condition.getVisibility()
Gets the column visibility of this condition.
|
abstract ByteSequence |
ByteSequence.subSequence(int start,
int end)
Returns a portion of this sequence.
|
ByteSequence |
ArrayByteSequence.subSequence(int start,
int end) |
Modifier and Type | Method and Description |
---|---|
static int |
ByteSequence.compareBytes(ByteSequence bs1,
ByteSequence bs2)
Compares the two given byte sequences, byte by byte, returning a negative, zero, or positive result if the first sequence is less than, equal to, or
greater than the second.
|
int |
ByteSequence.compareTo(ByteSequence obs) |
boolean |
KeyExtent.contains(ByteSequence bsrow)
Deprecated.
|
Condition |
Condition.setValue(ByteSequence value)
This method sets the expected value of a column.
|
Constructor and Description |
---|
Condition(ByteSequence cf,
ByteSequence cq)
Creates a new condition.
|
ConditionalMutation(ByteSequence row,
Condition... conditions) |
Modifier and Type | Method and Description |
---|---|
ByteSequence |
ColumnVisibility.Node.getTerm(byte[] expression) |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthorizationContainer.contains(ByteSequence auth)
Checks whether this object contains the given authorization.
|
boolean |
Authorizations.contains(ByteSequence auth)
Checks whether this object contains the given authorization.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.