Uses of Package
org.apache.hadoop.hbase.procedure2.store
Package
Description
-
ClassDescriptionThe ProcedureStore is used by the executor to persist the state of each procedure execution.
-
-
ClassDescriptionThe ProcedureStore is used by the executor to persist the state of each procedure execution.An Iterator over a collection of Procedure
-
ClassDescriptionThe 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. -
ClassDescriptionThe 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. -
ClassDescriptionThe 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.