Uses of Class
org.apache.accumulo.core.data.ByteSequence
Packages that use ByteSequence
Package
Description
-
Uses of ByteSequence in org.apache.accumulo.core.client.summary.summarizers
Methods in org.apache.accumulo.core.client.summary.summarizers that return types with arguments of type ByteSequenceModifier 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
Subclasses of ByteSequence in org.apache.accumulo.core.dataModifier and TypeClassDescriptionclass
An implementation ofByteSequence
that 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 ByteSequence
ByteSequence.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 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.Constructors in org.apache.accumulo.core.data with parameters of type ByteSequenceModifierConstructorDescriptionArrayByteSequence
(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
Method parameters in org.apache.accumulo.core.iterators with type arguments of type ByteSequenceModifier 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
Fields in org.apache.accumulo.core.iterators.user with type parameters of type ByteSequenceModifier and TypeFieldDescriptionprotected Map<ByteSequence,
Boolean> VisibilityFilter.cache
IntersectingIterator.TermSource.seekColfams
protected Collection<ByteSequence>
TransformingIterator.seekColumnFamilies
Methods in org.apache.accumulo.core.iterators.user that return types with arguments of type ByteSequenceModifier and TypeMethodDescriptionprotected Collection<ByteSequence>
TransformingIterator.untransformColumnFamilies
(Collection<ByteSequence> columnFamilies) Reverses the transformation applied to column families that are fetched at seek time.Methods in org.apache.accumulo.core.iterators.user with parameters of type ByteSequenceMethod parameters in org.apache.accumulo.core.iterators.user with type arguments of type ByteSequenceModifier 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
Methods in org.apache.accumulo.core.security that return ByteSequenceMethods in org.apache.accumulo.core.security with parameters of type ByteSequenceModifier 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.