See: Description
Interface | Description |
---|---|
Message.Response |
Marker interface for Message responses.
|
MessageHandler |
This interface acts as a visitor for Messages.
|
Class | Description |
---|---|
AbortTransactionMessage | |
AbortTransactionMessage.Response | |
AbstractMessageServer |
Abstracts a server loop that listens for and processes messages from the
network.
|
AllocateMessage |
An
AllocateMessage represents a request to allocate a number of
object IDs at a store. |
AllocateMessage.Response | |
CommitTransactionMessage | |
CommitTransactionMessage.Response | |
DirtyReadMessage |
Represents a request from a worker to read an object owned by another worker.
|
DirtyReadMessage.Response | |
DissemReadMessage |
A
DissemReadMessage represents a request from a dissemination
node to read an object at a store. |
DissemReadMessage.Response | |
GetCertChainMessage |
A request to get the certificate chain that certifies a store's public SSL
key.
|
GetCertChainMessage.Response | |
InterWorkerStalenessMessage |
Represents a request to check staleness of data in a transaction.
|
InterWorkerStalenessMessage.Response | |
MakePrincipalMessage | |
MakePrincipalMessage.Response | |
Message<R extends Message.Response,E extends FabricException> |
Messages provide an interface for serializing requests and responses.
|
MessageToStoreHandler |
This abstract class acts as a visitor for MessagesToStore.
|
MessageToWorkerHandler |
This abstract class acts as a visitor for MessagesToWorker.
|
ObjectUpdateMessage |
Represents push notification that an object has been updated.
|
ObjectUpdateMessage.Response | |
PrepareTransactionMessage |
A
PrepareTransactionMessage represents a transaction request to
a store. |
PrepareTransactionMessage.Response | |
ReadMessage |
A
ReadMessage represents a request from a worker to read an
object at a store. |
ReadMessage.Response | |
RemoteCallMessage | |
RemoteCallMessage.Response | |
StalenessCheckMessage |
A
StalenessCheckMessage represents a request to a store to check
whether a given set of objects is still fresh. |
StalenessCheckMessage.Response | |
TakeOwnershipMessage |
Represents a request from a worker to take ownership of an object from
another worker.
|
TakeOwnershipMessage.Response |
Enum | Description |
---|---|
Message.MessageType |
This enum gives a mapping between message types and ordinals.
|
Exception | Description |
---|---|
Message.NoException |
Concrete message implementations may use this class to indicate that no
exceptions should be thrown during message processing.
|