Uses of Class
org.apache.hadoop.hbase.exceptions.UnexpectedStateException

Packages that use org.apache.hadoop.hbase.exceptions.UnexpectedStateException
Package
Description
 
  • Uses of org.apache.hadoop.hbase.exceptions.UnexpectedStateException in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that throw org.apache.hadoop.hbase.exceptions.UnexpectedStateException in in
    Modifier and Type
    Method
    Description
    void
    AbstractMemStore.clearSnapshot(long id)
    This method is protected under HStore#lock write lock,
    and this method is used by HStore#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.