Uses of Class
org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
Packages that use MemStoreSnapshot
- 
Uses of MemStoreSnapshot in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type MemStoreSnapshotModifier and TypeMethodDescriptionList<org.apache.hadoop.fs.Path>DefaultMobStoreFlusher.flushSnapshot(MemStoreSnapshot snapshot, long cacheFlushId, MonitoredTask status, ThroughputController throughputController, FlushLifeCycleTracker tracker, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) Flushes the snapshot of the MemStore.protected voidDefaultMobStoreFlusher.performMobFlush(MemStoreSnapshot snapshot, long cacheFlushId, InternalScanner scanner, StoreFileWriter writer, MonitoredTask status, ThroughputController throughputController, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) Flushes the cells in the mob store. - 
Uses of MemStoreSnapshot in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as MemStoreSnapshotMethods in org.apache.hadoop.hbase.regionserver that return MemStoreSnapshotModifier and TypeMethodDescriptionCompactingMemStore.snapshot()Push the current active memstore segment into the pipeline and create a snapshot of the tail of current compaction pipeline Snapshot must be cleared by call toAbstractMemStore.clearSnapshot(long).DefaultMemStore.snapshot()Creates a snapshot of the current memstore.MemStore.snapshot()Creates a snapshot of the current memstore.Methods in org.apache.hadoop.hbase.regionserver with parameters of type MemStoreSnapshotModifier and TypeMethodDescriptionprotected final StoreFileWriterStoreFlusher.createWriter(MemStoreSnapshot snapshot, boolean alwaysIncludesTag, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) StripeStoreFlusher.createWriterFactory(MemStoreSnapshot snapshot, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) protected List<org.apache.hadoop.fs.Path>HStore.flushCache(long logCacheFlushId, MemStoreSnapshot snapshot, MonitoredTask status, ThroughputController throughputController, FlushLifeCycleTracker tracker, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) Write out current snapshot.List<org.apache.hadoop.fs.Path>DefaultStoreFlusher.flushSnapshot(MemStoreSnapshot snapshot, long cacheFlushId, MonitoredTask status, ThroughputController throughputController, FlushLifeCycleTracker tracker, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) abstract List<org.apache.hadoop.fs.Path>StoreFlusher.flushSnapshot(MemStoreSnapshot snapshot, long cacheFlushSeqNum, MonitoredTask status, ThroughputController throughputController, FlushLifeCycleTracker tracker, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker) Turns a snapshot of memstore into a set of store files.List<org.apache.hadoop.fs.Path>StripeStoreFlusher.flushSnapshot(MemStoreSnapshot snapshot, long cacheFlushSeqNum, MonitoredTask status, ThroughputController throughputController, FlushLifeCycleTracker tracker, Consumer<org.apache.hadoop.fs.Path> writerCreationTracker)