| Interface | Description |
|---|---|
| ProcedureCoordinatorRpcs |
RPCs for the coordinator to run a barriered procedure with subprocedures executed at
distributed members.
|
| ProcedureMemberRpcs |
This is the notification interface for Procedures that encapsulates message passing from
members to a coordinator.
|
| SubprocedureFactory |
Task builder to build instances of a
ProcedureMember's Subprocedures. |
| Class | Description |
|---|---|
| Procedure |
A globally-barriered distributed procedure.
|
| ProcedureCoordinator |
This is the master side of a distributed complex procedure execution.
|
| ProcedureMember |
Process to kick off and manage a running
Subprocedure on a member. |
| Subprocedure |
Distributed procedure member's Subprocedure.
|
| Subprocedure.SubprocedureImpl |
Empty Subprocedure for testing.
|
| ZKProcedureCoordinatorRpcs |
ZooKeeper based
ProcedureCoordinatorRpcs for a ProcedureCoordinator |
| ZKProcedureMemberRpcs |
ZooKeeper based controller for a procedure member.
|
| ZKProcedureUtil |
This is a shared ZooKeeper-based znode management utils for distributed procedure.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.