Uses of Class
org.apache.hadoop.hbase.exceptions.UnexpectedStateException
-
Uses of org.apache.hadoop.hbase.exceptions.UnexpectedStateException in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionvoid
AbstractMemStore.clearSnapshot
(long id) This method is protected underHStore#lock
write lock,
and this method is used byHStore#updateStorefiles
after flushing is completed.
The passed snapshot was successfully persisted; it can be let go.void
MemStore.clearSnapshot
(long id) Clears the current snapshot of the Memstore.