Uses of Class
org.apache.accumulo.core.data.ByteSequence
Package
Description
-
Uses of ByteSequence in org.apache.accumulo.core.client.summary.summarizers
Modifier and TypeMethodDescriptionprotected CountingSummarizer.Converter<ByteSequence>
AuthorizationSummarizer.converter()
protected CountingSummarizer.Converter<ByteSequence>
FamilySummarizer.converter()
protected CountingSummarizer.Converter<ByteSequence>
VisibilitySummarizer.converter()
protected UnaryOperator<ByteSequence>
FamilySummarizer.copier()
protected UnaryOperator<ByteSequence>
VisibilitySummarizer.copier()
-
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) Condition.setValue
(ByteSequence value) This method sets the expected value of a column.ModifierConstructorDescriptionArrayByteSequence
(ByteSequence byteSequence) Copy constructor.Condition
(ByteSequence cf, ByteSequence cq) Creates a new condition.ConditionalMutation
(ByteSequence row, Condition... conditions) -
Uses of ByteSequence in org.apache.accumulo.core.iterators
Modifier and TypeMethodDescriptionvoid
ColumnFamilyCounter.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
Combiner.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
DebugIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
DevNull.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
Filter.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
FirstEntryInRowIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
OrIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
ServerFilter.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
ServerSkippingIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
ServerWrappingIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
SkippingIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
SortedKeyValueIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) Seeks to the first key in the Range, restricting the resulting K,V pairs to those with the specified columns.void
SynchronizedServerFilter.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
WrappingIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) -
Uses of ByteSequence in org.apache.accumulo.core.iterators.user
Modifier and TypeFieldDescriptionprotected Map<ByteSequence,
Boolean> VisibilityFilter.cache
IntersectingIterator.TermSource.seekColfams
protected Collection<ByteSequence>
TransformingIterator.seekColumnFamilies
Modifier and TypeMethodDescriptionprotected Collection<ByteSequence>
TransformingIterator.untransformColumnFamilies
(Collection<ByteSequence> columnFamilies) Reverses the transformation applied to column families that are fetched at seek time.Modifier and TypeMethodDescriptionvoid
IndexedDocIterator.seek
(Range range, Collection<ByteSequence> seekColumnFamilies, boolean inclusive) void
IntersectingIterator.seek
(Range range, Collection<ByteSequence> seekColumnFamilies, boolean inclusive) void
LargeRowFilter.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
RowDeletingIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
RowEncodingIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
RowFilter.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
SeekingFilter.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
TransformingIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
VersioningIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) void
WholeColumnFamilyIterator.seek
(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) protected Collection<ByteSequence>
TransformingIterator.untransformColumnFamilies
(Collection<ByteSequence> columnFamilies) Reverses the transformation applied to column families that are fetched at seek time. -
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.