Uses of Class
org.apache.accumulo.core.data.ArrayByteSequence
Packages that use ArrayByteSequence
-
Uses of ArrayByteSequence in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return ArrayByteSequenceModifier and TypeMethodDescriptionKey.getColumnFamilyData(ArrayByteSequence cf) Writes the column family into the givenArrayByteSequencewithout allocating new object by usingreset(byte[], int, int)method.Writes the column qualifier into the givenArrayByteSequencewithout allocating new object by usingreset(byte[], int, int)method.Writes the column visibility into the givenArrayByteSequencewithout allocating new object by usingreset(byte[], int, int)method.Key.getRowData(ArrayByteSequence r) Writes the row ID into the givenArrayByteSequencewithout allocating new object by usingreset(byte[], int, int)method.Methods in org.apache.accumulo.core.data with parameters of type ArrayByteSequenceModifier and TypeMethodDescriptionKey.getColumnFamilyData(ArrayByteSequence cf) Writes the column family into the givenArrayByteSequencewithout allocating new object by usingreset(byte[], int, int)method.Writes the column qualifier into the givenArrayByteSequencewithout allocating new object by usingreset(byte[], int, int)method.Writes the column visibility into the givenArrayByteSequencewithout allocating new object by usingreset(byte[], int, int)method.Key.getRowData(ArrayByteSequence r) Writes the row ID into the givenArrayByteSequencewithout allocating new object by usingreset(byte[], int, int)method.