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 TypeClassDescriptionclassAdds methods required for writing a compound Bloom filter to the data section of anHFileto theCompoundBloomFilterclass.classCommon functionality needed by all versions ofHFilewriters. -
Uses of CellSink in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type CellSinkModifier and TypeMethodDescriptionprotected booleanDefaultMobStoreCompactor.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 TypeClassDescriptionclassBase class for cell sink that separates the provided cells into multiple files.classclassclass for cell sink that separates the provided cells into multiple files for date tiered compaction.classA StoreFile writer.classBase class for cell sink that separates the provided cells into multiple files for stripe compaction.static classMultiWriter that separates the cells based on fixed row-key boundaries.static classMultiWriter 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 voidStoreFlusher.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 TypeClassDescriptionclassA compactor is a compaction algorithm associated a given policy.Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type CellSinkModifier and TypeMethodDescriptionprotected booleanCompactor.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 TypeInterfaceDescriptioninterfaceSpecifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.