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
ProcedureCoordinator
          This is the master side of a distributed complex procedure execution.
 

Classes in org.apache.hadoop.hbase.procedure used by org.apache.hadoop.hbase.procedure
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.
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
ProcedureMember
          Process to kick off and manage a running Subprocedure on a member.
Subprocedure
          Distributed procedure member's Subprocedure.
SubprocedureFactory
          Task builder to build instances of a ProcedureMember's Subprocedures.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.