Uses of Class
org.apache.accumulo.core.data.ByteSequence
Packages that use ByteSequence
Package
Description
- 
Uses of ByteSequence in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce with parameters of type ByteSequenceModifier and TypeMethodDescriptionstatic floatRangeInputSplit.getProgress(ByteSequence start, ByteSequence end, ByteSequence position)  - 
Uses of ByteSequence in org.apache.accumulo.core.data
Subclasses of ByteSequence in org.apache.accumulo.core.dataModifier and TypeClassDescriptionclassAn implementation ofByteSequencethat uses a backing byte array.Methods in org.apache.accumulo.core.data that return ByteSequenceModifier 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 ByteSequenceByteSequence.subSequence(int start, int end) Returns a portion of this sequence.Methods in org.apache.accumulo.core.data with parameters of type ByteSequenceModifier and TypeMethodDescriptionstatic intByteSequence.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.intByteSequence.compareTo(ByteSequence obs) booleanKeyExtent.contains(ByteSequence bsrow) Deprecated.Condition.setValue(ByteSequence value) This method sets the expected value of a column.Constructors in org.apache.accumulo.core.data with parameters of type ByteSequenceModifierConstructorDescriptionCondition(ByteSequence cf, ByteSequence cq) Creates a new condition.ConditionalMutation(ByteSequence row, Condition... conditions)  - 
Uses of ByteSequence in org.apache.accumulo.core.security
Methods in org.apache.accumulo.core.security that return ByteSequenceMethods in org.apache.accumulo.core.security with parameters of type ByteSequenceModifier and TypeMethodDescriptionbooleanAuthorizationContainer.contains(ByteSequence auth) Checks whether this object contains the given authorization.booleanAuthorizations.contains(ByteSequence auth) Checks whether this object contains the given authorization.