Uses of Interface
org.apache.hadoop.hbase.regionserver.CellSink
Packages that use CellSink
-
Uses of CellSink in org.apache.hadoop.hbase.io.hfile
Subinterfaces of CellSink in org.apache.hadoop.hbase.io.hfileClasses in org.apache.hadoop.hbase.io.hfile that implement CellSinkModifier and TypeClassDescriptionclass
Adds methods required for writing a compound Bloom filter to the data section of anHFile
to theCompoundBloomFilter
class.class
Common functionality needed by all versions ofHFile
writers. -
Uses of CellSink in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type CellSinkModifier and TypeMethodDescriptionprotected boolean
DefaultMobStoreCompactor.performCompaction
(Compactor.FileDetails fd, InternalScanner scanner, CellSink writer, long smallestReadPoint, boolean cleanSeqId, ThroughputController throughputController, CompactionRequestImpl request, CompactionProgress progress) Performs compaction on a column family with the mob flag enabled. -
Uses of CellSink in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement CellSinkModifier and TypeClassDescriptionclass
Base class for cell sink that separates the provided cells into multiple files.class
class for cell sink that separates the provided cells into multiple files for date tiered compaction.class
A StoreFile writer.class
Base class for cell sink that separates the provided cells into multiple files for stripe compaction.static class
MultiWriter that separates the cells based on fixed row-key boundaries.static class
MultiWriter that separates the cells based on target cell number per file and file count.Methods in org.apache.hadoop.hbase.regionserver with parameters of type CellSinkModifier and TypeMethodDescriptionprotected void
StoreFlusher.performFlush
(InternalScanner scanner, CellSink sink, ThroughputController throughputController) Performs memstore flush, writing data from scanner into sink. -
Uses of CellSink in org.apache.hadoop.hbase.regionserver.compactions
Classes in org.apache.hadoop.hbase.regionserver.compactions with type parameters of type CellSinkModifier and TypeClassDescriptionclass
A compactor is a compaction algorithm associated a given policy.Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type CellSinkModifier and TypeMethodDescriptionprotected boolean
Compactor.performCompaction
(Compactor.FileDetails fd, InternalScanner scanner, CellSink writer, long smallestReadPoint, boolean cleanSeqId, ThroughputController throughputController, CompactionRequestImpl request, CompactionProgress progress) Performs the compaction. -
Uses of CellSink in org.apache.hadoop.hbase.util
Subinterfaces of CellSink in org.apache.hadoop.hbase.utilModifier and TypeInterfaceDescriptioninterface
Specifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.