Uses of Package
org.apache.hadoop.hbase.procedure

Packages that use org.apache.hadoop.hbase.procedure
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.procedure   
org.apache.hadoop.hbase.regionserver.snapshot   
 

Classes in org.apache.hadoop.hbase.procedure used by org.apache.hadoop.hbase.master.snapshot
MasterProcedureManager
          A life-cycle management interface for globally barriered procedures on master.
ProcedureCoordinator
          This is the master side of a distributed complex procedure execution.
ProcedureManager
           
 

Classes in org.apache.hadoop.hbase.procedure used by org.apache.hadoop.hbase.procedure
MasterProcedureManager
          A life-cycle management interface for globally barriered procedures on master.
Procedure
          A globally-barriered distributed procedure.
ProcedureCoordinator
          This is the master side of a distributed complex procedure execution.
ProcedureCoordinatorRpcs
          RPCs for the coordinator to run a barriered procedure with subprocedures executed at distributed members.
ProcedureManager
           
ProcedureManagerHost
          Provides the common setup framework and runtime services for globally barriered procedure invocation from HBase services.
ProcedureMember
          Process to kick off and manage a running Subprocedure on a member.
ProcedureMemberRpcs
          This is the notification interface for Procedures that encapsulates message passing from members to a coordinator.
Subprocedure
          Distributed procedure member's Subprocedure.
SubprocedureFactory
          Task builder to build instances of a ProcedureMember's Subprocedures.
ZKProcedureUtil
          This is a shared ZooKeeper-based znode management utils for distributed procedure.
 

Classes in org.apache.hadoop.hbase.procedure used by org.apache.hadoop.hbase.regionserver.snapshot
ProcedureManager
           
ProcedureMember
          Process to kick off and manage a running Subprocedure on a member.
RegionServerProcedureManager
          A life-cycle management interface for globally barriered procedures on region servers.
Subprocedure
          Distributed procedure member's Subprocedure.
SubprocedureFactory
          Task builder to build instances of a ProcedureMember's Subprocedures.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.