Uses of Package
org.apache.hadoop.hbase.procedure2.store
Packages that use org.apache.hadoop.hbase.procedure2.store
Package
Description
-
Classes in org.apache.hadoop.hbase.procedure2.store used by org.apache.hadoop.hbase.masterClassDescriptionThe ProcedureStore is used by the executor to persist the state of each procedure execution.
-
Classes in org.apache.hadoop.hbase.procedure2.store used by org.apache.hadoop.hbase.master.procedure
-
Classes in org.apache.hadoop.hbase.procedure2.store used by org.apache.hadoop.hbase.procedure2ClassDescriptionThe ProcedureStore is used by the executor to persist the state of each procedure execution.An Iterator over a collection of Procedure
-
Classes in org.apache.hadoop.hbase.procedure2.store used by org.apache.hadoop.hbase.procedure2.storeClassDescriptionThe ProcedureStore is used by the executor to persist the state of each procedure execution.An Iterator over a collection of ProcedureInterface passed to the ProcedureStore.load() method to handle the store-load events.Store listener interface.Base class for
ProcedureStore
s.Used to build the tree for procedures.when loading we will iterator the procedures twice, so use this class to cache the deserialized result to prevent deserializing multiple times. -
Classes in org.apache.hadoop.hbase.procedure2.store used by org.apache.hadoop.hbase.procedure2.store.regionClassDescriptionThe ProcedureStore is used by the executor to persist the state of each procedure execution.Interface passed to the ProcedureStore.load() method to handle the store-load events.Base class for
ProcedureStore
s. -
Classes in org.apache.hadoop.hbase.procedure2.store used by org.apache.hadoop.hbase.procedure2.store.walClassDescriptionThe ProcedureStore is used by the executor to persist the state of each procedure execution.Interface passed to the ProcedureStore.load() method to handle the store-load events.Base class for
ProcedureStore
s.