Uses of Interface
org.apache.hadoop.hbase.regionserver.CellSink
-
Uses of CellSink in org.apache.hadoop.hbase.io.hfile
Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
A compactor is a compaction algorithm associated a given policy.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Specifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.