Uses of Class
org.apache.accumulo.core.data.ByteSequence
-
-
Uses of ByteSequence in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce with parameters of type ByteSequence Modifier and Type Method Description static floatRangeInputSplit. getProgress(ByteSequence start, ByteSequence end, ByteSequence position)Deprecated. -
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 ByteSequence Modifier and Type Method Description protected 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.clientImpl.mapreduce
Methods in org.apache.accumulo.core.clientImpl.mapreduce with parameters of type ByteSequence Modifier and Type Method Description static floatSplitUtils. getProgress(ByteSequence start, ByteSequence end, ByteSequence position)Deprecated. -
Uses of ByteSequence in org.apache.accumulo.core.data
Subclasses of ByteSequence in org.apache.accumulo.core.data Modifier and Type Class Description classArrayByteSequenceAn implementation ofByteSequencethat uses a backing byte array.Methods in org.apache.accumulo.core.data that return ByteSequence Modifier and Type Method Description ByteSequenceKey. getColumnFamilyData()Returns the column family as a byte sequence.ByteSequenceKey. getColumnQualifierData()Returns the column qualifier as a byte sequence.ByteSequenceKey. getColumnVisibilityData()Returns the column visibility as a byte sequence.ByteSequenceCondition. getFamily()Gets the column family of this condition.ByteSequenceCondition. getQualifier()Gets the column qualifier of this condition.ByteSequenceKey. getRowData()Returns the row ID as a byte sequence.ByteSequenceCondition. getValue()Gets the value of this condition.ByteSequenceCondition. getVisibility()Gets the column visibility of this condition.ByteSequenceArrayByteSequence. 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 ByteSequence Modifier and Type Method Description static 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)ConditionCondition. setValue(ByteSequence value)This method sets the expected value of a column.Constructors in org.apache.accumulo.core.data with parameters of type ByteSequence Constructor Description ArrayByteSequence(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.dataImpl
Methods in org.apache.accumulo.core.dataImpl with parameters of type ByteSequence Modifier and Type Method Description booleanKeyExtent. contains(ByteSequence bsrow) -
Uses of ByteSequence in org.apache.accumulo.core.file
Fields in org.apache.accumulo.core.file with type parameters of type ByteSequence Modifier and Type Field Description Set<ByteSequence>FileOperations.FileOptions. columnFamiliesMethods in org.apache.accumulo.core.file that return types with arguments of type ByteSequence Modifier and Type Method Description Set<ByteSequence>FileOperations.FileOptions. getColumnFamilies()Method parameters in org.apache.accumulo.core.file with type arguments of type ByteSequence Modifier and Type Method Description FileOperations.ScanReaderBuilderFileOperations.ScanReaderBuilder. overRange(Range range, Set<ByteSequence> columnFamilies, boolean inclusive)Set the range over which the constructed iterator will search.voidBloomFilterLayer.Reader. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidBloomFilterLayer.Writer. startNewLocalityGroup(String name, Set<ByteSequence> columnFamilies)voidFileSKVWriter. startNewLocalityGroup(String name, Set<ByteSequence> columnFamilies)protected FileOperations.FileOptionsFileOperations.FileHelper. toScanReaderBuilderOptions(Range range, Set<ByteSequence> columnFamilies, boolean inclusive)Constructor parameters in org.apache.accumulo.core.file with type arguments of type ByteSequence Constructor Description FileOptions(AccumuloConfiguration tableConfiguration, String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, RateLimiter rateLimiter, String compression, org.apache.hadoop.fs.FSDataOutputStream outputStream, boolean enableAccumuloStart, CacheProvider cacheProvider, com.google.common.cache.Cache<String,Long> fileLenCache, boolean seekToBeginning, CryptoService cryptoService, Range range, Set<ByteSequence> columnFamilies, boolean inclusive) -
Uses of ByteSequence in org.apache.accumulo.core.file.map
Method parameters in org.apache.accumulo.core.file.map with type arguments of type ByteSequence Modifier and Type Method Description voidMapFileOperations.RangeIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) -
Uses of ByteSequence in org.apache.accumulo.core.file.rfile
Methods in org.apache.accumulo.core.file.rfile that return ByteSequence Modifier and Type Method Description static ByteSequenceKeyShortener. shorten(ByteSequence prev, ByteSequence current)Methods in org.apache.accumulo.core.file.rfile that return types with arguments of type ByteSequence Modifier and Type Method Description Map<String,ArrayList<ByteSequence>>RFile.Reader. getLocalityGroupCF()Methods in org.apache.accumulo.core.file.rfile with parameters of type ByteSequence Modifier and Type Method Description static ByteSequenceKeyShortener. shorten(ByteSequence prev, ByteSequence current)Method parameters in org.apache.accumulo.core.file.rfile with type arguments of type ByteSequence Modifier and Type Method Description voidMetricsGatherer. init(Map<String,ArrayList<ByteSequence>> cf)Initialize the gatherer when it is registered with the RFile ReadervoidVisMetricsGatherer. init(Map<String,ArrayList<ByteSequence>> cf)voidRFile.Reader. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidRFile.Writer. startNewLocalityGroup(String name, Set<ByteSequence> columnFamilies) -
Uses of ByteSequence in org.apache.accumulo.core.iterators
Method parameters in org.apache.accumulo.core.iterators with type arguments of type ByteSequence Modifier and Type Method Description voidColumnFamilyCounter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidCombiner. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidDebugIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidDevNull. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidFirstEntryInRowIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidOrIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidServerFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidServerSkippingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidServerWrappingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSkippingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSortedKeyValueIterator. 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.voidSortedMapIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSynchronizedServerFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidWrappingIterator. 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 ByteSequence Modifier and Type Field Description protected Map<ByteSequence,Boolean>VisibilityFilter. cacheCollection<ByteSequence>IntersectingIterator.TermSource. seekColfamsprotected Collection<ByteSequence>TransformingIterator. seekColumnFamiliesMethods in org.apache.accumulo.core.iterators.user that return types with arguments of type ByteSequence Modifier and Type Method Description protected 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 ByteSequence Modifier and Type Method Description protected booleanGrepIterator. match(ByteSequence bs)Method parameters in org.apache.accumulo.core.iterators.user with type arguments of type ByteSequence Modifier and Type Method Description voidIndexedDocIterator. seek(Range range, Collection<ByteSequence> seekColumnFamilies, boolean inclusive)voidIntersectingIterator. seek(Range range, Collection<ByteSequence> seekColumnFamilies, boolean inclusive)voidLargeRowFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidRowDeletingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidRowEncodingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidRowFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSeekingFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidTransformingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidVersioningIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidWholeColumnFamilyIterator. 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.iteratorsImpl.system
Fields in org.apache.accumulo.core.iteratorsImpl.system declared as ByteSequence Modifier and Type Field Description protected ByteSequenceVisibilityFilter. defaultVisibilityFields in org.apache.accumulo.core.iteratorsImpl.system with type parameters of type ByteSequence Modifier and Type Field Description protected org.apache.commons.collections4.map.LRUMap<ByteSequence,Boolean>VisibilityFilter. cacheprotected Set<ByteSequence>ColumnFamilySkippingIterator. colFamSetprotected Map<ByteSequence,org.apache.commons.lang3.mutable.MutableLong>LocalityGroupIterator.LocalityGroup. columnFamiliesprotected TreeSet<ByteSequence>ColumnFamilySkippingIterator. sortedColFamsMethods in org.apache.accumulo.core.iteratorsImpl.system that return types with arguments of type ByteSequence Modifier and Type Method Description Set<ByteSequence>LocalityGroupIterator.LocalityGroupSeekCache. getLastColumnFamilies()Method parameters in org.apache.accumulo.core.iteratorsImpl.system with type arguments of type ByteSequence Modifier and Type Method Description voidColumnFamilySkippingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidDeletingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidEmptyIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidInterruptibleMapIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidLocalityGroupIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)static LocalityGroupIterator.LocalityGroupSeekCacheLocalityGroupIterator. seek(HeapIterator hiter, LocalityGroupIterator.LocalityGroupContext lgContext, Range range, Collection<ByteSequence> columnFamilies, boolean inclusive, LocalityGroupIterator.LocalityGroupSeekCache lgSeekCache)This seek method will reuse the supplied LocalityGroupSeekCache if it can.voidMapFileIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidMultiIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSequenceFileIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSourceSwitchingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidStatsIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSynchronizedIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidTimeSettingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)Constructor parameters in org.apache.accumulo.core.iteratorsImpl.system with type arguments of type ByteSequence Constructor Description ColumnFamilySkippingIterator(SortedKeyValueIterator<Key,Value> source, Set<ByteSequence> colFamSet, boolean inclusive)LocalityGroup(Map<ByteSequence,org.apache.commons.lang3.mutable.MutableLong> columnFamilies, boolean isDefaultLocalityGroup)LocalityGroup(InterruptibleIterator iterator, Map<ByteSequence,org.apache.commons.lang3.mutable.MutableLong> columnFamilies, boolean isDefaultLocalityGroup) -
Uses of ByteSequence in org.apache.accumulo.core.security
Methods in org.apache.accumulo.core.security that return ByteSequence Modifier and Type Method Description ByteSequenceColumnVisibility.Node. getTerm(byte[] expression)Methods in org.apache.accumulo.core.security with parameters of type ByteSequence Modifier and Type Method Description booleanAuthorizationContainer. contains(ByteSequence auth)Checks whether this object contains the given authorization.booleanAuthorizations. contains(ByteSequence auth)Checks whether this object contains the given authorization. -
Uses of ByteSequence in org.apache.accumulo.core.summary
Method parameters in org.apache.accumulo.core.summary with type arguments of type ByteSequence Modifier and Type Method Description voidSummaryWriter. startNewLocalityGroup(String name, Set<ByteSequence> columnFamilies) -
Uses of ByteSequence in org.apache.accumulo.core.util
Subclasses of ByteSequence in org.apache.accumulo.core.util Modifier and Type Class Description classMutableByteSequenceFields in org.apache.accumulo.core.util with type parameters of type ByteSequence Modifier and Type Field Description static Set<ByteSequence>LocalityGroupUtil. EMPTY_CF_SETMethods in org.apache.accumulo.core.util that return ByteSequence Modifier and Type Method Description static ByteSequenceLocalityGroupUtil. decodeColumnFamily(String colFam)Methods in org.apache.accumulo.core.util that return types with arguments of type ByteSequence Modifier and Type Method Description static Set<ByteSequence>LocalityGroupUtil. decodeColumnFamilies(String colFams)static Set<ByteSequence>LocalityGroupUtil. families(Collection<Column> columns)Create a set of families to be passed into the SortedKeyValueIterator seek call from a supplied set of columns.static Map<String,Set<ByteSequence>>LocalityGroupUtil. getLocalityGroups(AccumuloConfiguration acuconf)static Map<String,Set<ByteSequence>>LocalityGroupUtil. getLocalityGroupsIgnoringErrors(AccumuloConfiguration acuconf, TableId tableId)Methods in org.apache.accumulo.core.util with parameters of type ByteSequence Modifier and Type Method Description static StringLocalityGroupUtil. encodeColumnFamily(ByteSequence bs)static ByteBufferByteBufferUtil. toByteBuffers(ByteSequence bs)Method parameters in org.apache.accumulo.core.util with type arguments of type ByteSequence Modifier and Type Method Description static voidLocalityGroupUtil. seek(FileSKVIterator reader, Range range, String lgName, Map<String,ArrayList<ByteSequence>> localityGroupCF)This method created to help seek an rfile for a locality group obtained fromRFile.Reader.getLocalityGroupCF().Constructors in org.apache.accumulo.core.util with parameters of type ByteSequence Constructor Description MutableByteSequence(ByteSequence bs)Constructor parameters in org.apache.accumulo.core.util with type arguments of type ByteSequence Constructor Description Partitioner(PreAllocatedArray<Map<ByteSequence,org.apache.commons.lang3.mutable.MutableLong>> groups)
-