Class Summary |
ClientSignatureReq |
A request sent from the ReplicaStage to the
ClientStage , requesting that the latter sign and dispatch a
message on behalf of a client.
|
RemoteReplicaCloseAllReq |
HACK: Send a ReplicaCloseAll request to a remote replica |
RemoteReplicaCloseAllResp |
HACK: Response to a RemoteReplicaCloseAllReq . |
RemoteReplicaCreateReception |
Response to a remote replica that issued a request to create an object
tentatively at this replica. |
RemoteReplicaCreateReq |
Request to a remote ReplicaStage to tentatively create an object. |
RemoteReplicaCreateResp |
Response to a RemoteReplicaRequest to the remote client when we have applied
the tentative creation. |
RemoteReplicaOpenReq |
|
RemoteReplicaOpenResp |
|
RemoteReplicaProbe |
|
RemoteReplicaProbeQuery |
|
RemoteReplicaProbeQueryState |
Used if we are explicitly routing the probe to a particular peer.
|
RemoteReplicaUpdateReception |
Response to a remote replica that issued a request to update an object(s)
tentatively at this replica. |
RemoteReplicaUpdateReq |
A message sent by the ReplicaStage to a the ReplicaStage of a remote
node. |
RemoteReplicaUpdateResp |
A response to a RemoteReplicaUpdateReq to a remote client when we have
finished applying the tentative update. |
Replica |
Stores the Heartbeat s, etc. used by the
ReplicaStage to handle client requests for a replica.
|
ReplicaCloseAllReq |
HACK: Request from client to clear all the replicas out of the
replica stage. |
ReplicaCloseAllResp |
HACK: A response to the client for a ReplicaCloseAllReq . |
ReplicaCloseReq |
Events sent from the ClientStage to the
ReplicaStage requesting the latter to remove a local
Replica . |
ReplicaCloseResp |
Events sent from the ReplicaStage to the
ClientStage responding to ReplicaCloseReq events. |
ReplicaCreateReq |
Events sent from the ClientStage to the
ReplicaStage containing a signed request to create a new
object. |
ReplicaCreateResp |
Events sent from the ReplicaStage to the
ClientStage responding to ReplicaCreateReq
events. |
ReplicaManager |
A SandStorm stage which manages the set of replicas maintained by this
machine. |
ReplicaOpenReq |
Events sent from the ClientStage to the
ReplicaStage requesting the latter to
create a local Replica . |
ReplicaOpenResp |
Events sent from the ReplicaStage to the
ClientStage responding to ReplicaOpenReq events. |
ReplicaQuery |
The DD query sent to find object replicas. |
ReplicaReq |
A superclass of all requests sent to the ReplicaStage by
the ClientStage , or possibly a remote
ReplicaStage . |
ReplicaResp |
A superclass of all responses sent from the ReplicaStage
back to the ClientStage or remote ReplicaStage . |
ReplicaStage |
A template java file, useful for maintaining personal coding conventions
for new EventHandlerIF classes.
|
ReplicaStage.PendingCloseTimer |
Dispatched to self when a close_all was received but we are still
waiting on pending events. |
ReplicaTag |
The Tapestry tag published by object replicas (second-tier and clients). |
ReplicaUpdateReq |
Events sent from the ClientStage to the
ReplicaStage containing an update request for the inner
ring. |
ReplicaUpdateResp |
Events sent from the ReplicaStage to the
ClientStage responding to ReplicaUpdateReq
events.
|