Package org.apache.hadoop.hbase.procedure2.store
package org.apache.hadoop.hbase.procedure2.store
-
ClassDescriptionA procedure iterator which holds all the procedure protos in memory.An In-Memory store that does not keep track of the procedures inserted.The 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.