Uses of Class
org.apache.accumulo.core.data.ByteSequence
Package
Description
-
Uses of ByteSequence in org.apache.accumulo.core.client.mapreduce
Modifier and TypeMethodDescriptionstatic float
RangeInputSplit.getProgress
(ByteSequence start, ByteSequence end, ByteSequence position) -
Uses of ByteSequence in org.apache.accumulo.core.data
Modifier and TypeClassDescriptionclass
An implementation ofByteSequence
that uses a backing byte array.Modifier and TypeMethodDescriptionKey.getColumnFamilyData()
Returns the column family as a byte sequence.Key.getColumnQualifierData()
Returns the column qualifier as a byte sequence.Key.getColumnVisibilityData()
Returns the column visibility as a byte sequence.Condition.getFamily()
Gets the column family of this condition.Condition.getQualifier()
Gets the column qualifier of this condition.Key.getRowData()
Returns the row ID as a byte sequence.Condition.getValue()
Gets the value of this condition.Condition.getVisibility()
Gets the column visibility of this condition.ArrayByteSequence.subSequence
(int start, int end) abstract ByteSequence
ByteSequence.subSequence
(int start, int end) Returns a portion of this sequence.Modifier and TypeMethodDescriptionstatic 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.setValue
(ByteSequence value) This method sets the expected value of a column.ModifierConstructorDescriptionCondition
(ByteSequence cf, ByteSequence cq) Creates a new condition.ConditionalMutation
(ByteSequence row, Condition... conditions) -
Uses of ByteSequence in org.apache.accumulo.core.security
Modifier and TypeMethodDescriptionboolean
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.