Uses of Interface
org.apache.hadoop.hbase.procedure2.store.ProcedureStore
Packages that use ProcedureStore
Package
Description
-
Uses of ProcedureStore in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as ProcedureStoreMethods in org.apache.hadoop.hbase.master that return ProcedureStore -
Uses of ProcedureStore in org.apache.hadoop.hbase.procedure2
Fields in org.apache.hadoop.hbase.procedure2 declared as ProcedureStoreModifier and TypeFieldDescriptionprivate final ProcedureStore
CompletedProcedureCleaner.store
private final ProcedureStore
ProcedureExecutor.store
Methods in org.apache.hadoop.hbase.procedure2 that return ProcedureStoreMethods in org.apache.hadoop.hbase.procedure2 with parameters of type ProcedureStoreModifier and TypeMethodDescription(package private) final Procedure.LockState
Procedure.doAcquireLock
(TEnvironment env, ProcedureStore store) Internal method called by the ProcedureExecutor that starts the user-level code acquireLock().(package private) final void
Procedure.doReleaseLock
(TEnvironment env, ProcedureStore store) Internal method called by the ProcedureExecutor that starts the user-level code releaseLock().Constructors in org.apache.hadoop.hbase.procedure2 with parameters of type ProcedureStoreModifierConstructorDescriptionCompletedProcedureCleaner
(org.apache.hadoop.conf.Configuration conf, ProcedureStore store, IdLock procExecutionLock, Map<Long, CompletedProcedureRetainer<TEnvironment>> completedMap, Map<NonceKey, Long> nonceKeysToProcIdsMap) ProcedureExecutor
(org.apache.hadoop.conf.Configuration conf, TEnvironment environment, ProcedureStore store) ProcedureExecutor
(org.apache.hadoop.conf.Configuration conf, TEnvironment environment, ProcedureStore store, ProcedureScheduler scheduler) -
Uses of ProcedureStore in org.apache.hadoop.hbase.procedure2.store
Classes in org.apache.hadoop.hbase.procedure2.store that implement ProcedureStoreModifier and TypeClassDescriptionclass
An In-Memory store that does not keep track of the procedures inserted.class
Base class forProcedureStore
s. -
Uses of ProcedureStore in org.apache.hadoop.hbase.procedure2.store.region
Classes in org.apache.hadoop.hbase.procedure2.store.region that implement ProcedureStoreModifier and TypeClassDescriptionclass
A procedure store which uses the master local store to store all the procedures. -
Uses of ProcedureStore in org.apache.hadoop.hbase.procedure2.store.wal
Classes in org.apache.hadoop.hbase.procedure2.store.wal that implement ProcedureStoreModifier and TypeClassDescriptionclass
Deprecated.Since 2.3.0, will be removed in 4.0.0.