See: Description
| Class | Description |
|---|---|
| AddPassiveMemberDecoder | Deprecated |
| AddPassiveMemberEncoder | Deprecated |
| AdminRequestDecoder |
Request to execute an admin command in the cluster.
|
| AdminRequestEncoder |
Request to execute an admin command in the cluster.
|
| AdminResponseDecoder |
Response to the admin request.
|
| AdminResponseEncoder |
Response to the admin request.
|
| AppendPositionDecoder |
The highest position a follower has appended to their local log.
|
| AppendPositionEncoder |
The highest position a follower has appended to their local log.
|
| BackupQueryDecoder |
Query a leader for the latest backup information.
|
| BackupQueryEncoder |
Query a leader for the latest backup information.
|
| BackupResponseDecoder |
Response to backup query that includes all relevant information for backup operation.
|
| BackupResponseDecoder.SnapshotsDecoder |
Snapshots of state for the consensus module and services.
|
| BackupResponseEncoder |
Response to backup query that includes all relevant information for backup operation.
|
| BackupResponseEncoder.SnapshotsEncoder |
Snapshots of state for the consensus module and services.
|
| CancelTimerDecoder |
Cancel a scheduled timer event.
|
| CancelTimerEncoder |
Cancel a scheduled timer event.
|
| CanvassPositionDecoder |
Position a follower has appended to their local log when canvassing for leadership.
|
| CanvassPositionEncoder |
Position a follower has appended to their local log when canvassing for leadership.
|
| CatchupPositionDecoder |
The follower requests catchup from the leader starting at the given position.
|
| CatchupPositionEncoder |
The follower requests catchup from the leader starting at the given position.
|
| ChallengeDecoder |
Challenge the client to provide credentials.
|
| ChallengeEncoder |
Challenge the client to provide credentials.
|
| ChallengeResponseDecoder |
Response to a cluster challenge with credentials.
|
| ChallengeResponseEncoder |
Response to a cluster challenge with credentials.
|
| ClientSessionDecoder |
A serialised client session in the context of a service.
|
| ClientSessionEncoder |
A serialised client session in the context of a service.
|
| CloseSessionDecoder |
Service instructing that a session be closed.
|
| CloseSessionEncoder |
Service instructing that a session be closed.
|
| ClusterActionRequestDecoder |
Request an action be taken by the service.
|
| ClusterActionRequestEncoder |
Request an action be taken by the service.
|
| ClusterMembersChangeDecoder | Deprecated |
| ClusterMembersChangeEncoder | Deprecated |
| ClusterMembersDecoder |
Serialised state of Cluster Members.
|
| ClusterMembersEncoder |
Serialised state of Cluster Members.
|
| ClusterMembersExtendedResponseDecoder |
Cluster Members status for active and passive members.
|
| ClusterMembersExtendedResponseDecoder.ActiveMembersDecoder |
Members of the cluster which have voting rights.
|
| ClusterMembersExtendedResponseDecoder.PassiveMembersDecoder |
Members of the cluster which do not have voting rights but could become active members.
|
| ClusterMembersExtendedResponseEncoder |
Cluster Members status for active and passive members.
|
| ClusterMembersExtendedResponseEncoder.ActiveMembersEncoder |
Members of the cluster which have voting rights.
|
| ClusterMembersExtendedResponseEncoder.PassiveMembersEncoder |
Members of the cluster which do not have voting rights but could become active members.
|
| ClusterMembersQueryDecoder |
Request list of cluster members and passive followers to be sent.
|
| ClusterMembersQueryEncoder |
Request list of cluster members and passive followers to be sent.
|
| ClusterMembersResponseDecoder |
Cluster Members for normal and passive followers.
|
| ClusterMembersResponseEncoder |
Cluster Members for normal and passive followers.
|
| ClusterSessionDecoder |
A serialised client session in the context of a Consensus Module.
|
| ClusterSessionEncoder |
A serialised client session in the context of a Consensus Module.
|
| CommitPositionDecoder |
The highest position reached by quorum of the cluster as determined by the leader.
|
| CommitPositionEncoder |
The highest position reached by quorum of the cluster as determined by the leader.
|
| ConsensusModuleDecoder |
Serialised state of the Consensus Module.
|
| ConsensusModuleEncoder |
Serialised state of the Consensus Module.
|
| GroupSizeEncodingDecoder |
Repeating group dimensions.
|
| GroupSizeEncodingEncoder |
Repeating group dimensions.
|
| HeartbeatRequestDecoder |
Request a heartbeat response from a cluster member.
|
| HeartbeatRequestEncoder |
Request a heartbeat response from a cluster member.
|
| HeartbeatResponseDecoder |
Response to a heartbeat request.
|
| HeartbeatResponseEncoder |
Response to a heartbeat request.
|
| JoinClusterDecoder | Deprecated |
| JoinClusterEncoder | Deprecated |
| JoinLogDecoder |
Consensus Module instructing a service to join a log.
|
| JoinLogEncoder |
Consensus Module instructing a service to join a log.
|
| MembershipChangeEventDecoder |
Event for the change of the cluster membership that affects the cluster size.
|
| MembershipChangeEventEncoder |
Event for the change of the cluster membership that affects the cluster size.
|
| MessageHeaderDecoder |
Message identifiers and length of message root.
|
| MessageHeaderEncoder |
Message identifiers and length of message root.
|
| NewLeaderEventDecoder |
Event to indicate a new leader has been elected for the cluster.
|
| NewLeaderEventEncoder |
Event to indicate a new leader has been elected for the cluster.
|
| NewLeadershipTermDecoder |
A leader has been successfully elected and has begun a new term.
|
| NewLeadershipTermEncoder |
A leader has been successfully elected and has begun a new term.
|
| NewLeadershipTermEventDecoder |
Event for the start of a new leadership term.
|
| NewLeadershipTermEventEncoder |
Event for the start of a new leadership term.
|
| PendingMessageTrackerDecoder |
Serialised state of the service pending message tracker.
|
| PendingMessageTrackerEncoder |
Serialised state of the service pending message tracker.
|
| RemoveMemberDecoder | Deprecated |
| RemoveMemberEncoder | Deprecated |
| RequestServiceAckDecoder |
request an ack from all service container on the same node
|
| RequestServiceAckEncoder |
request an ack from all service container on the same node
|
| RequestVoteDecoder |
Request the vote from another member to become the cluster leader.
|
| RequestVoteEncoder |
Request the vote from another member to become the cluster leader.
|
| ScheduleTimerDecoder |
Schedule a timer event to or reschedule for an unexpired correlation id.
|
| ScheduleTimerEncoder |
Schedule a timer event to or reschedule for an unexpired correlation id.
|
| ServiceAckDecoder |
Service acknowledging that it has reached a position or taken an action.
|
| ServiceAckEncoder |
Service acknowledging that it has reached a position or taken an action.
|
| ServiceTerminationPositionDecoder |
Consensus Module instructing a service to terminate at a given position.
|
| ServiceTerminationPositionEncoder |
Consensus Module instructing a service to terminate at a given position.
|
| SessionCloseEventDecoder |
Event for the state machine to notify a session has been closed.
|
| SessionCloseEventEncoder |
Event for the state machine to notify a session has been closed.
|
| SessionCloseRequestDecoder |
Close an open cluster session.
|
| SessionCloseRequestEncoder |
Close an open cluster session.
|
| SessionConnectRequestDecoder |
Connect to the cluster and if successful then open a session.
|
| SessionConnectRequestEncoder |
Connect to the cluster and if successful then open a session.
|
| SessionEventDecoder |
Response to a connect request or async event, details will be empty if code is OK.
|
| SessionEventEncoder |
Response to a connect request or async event, details will be empty if code is OK.
|
| SessionKeepAliveDecoder |
Keep a cluster session open by indicating the client is alive.
|
| SessionKeepAliveEncoder |
Keep a cluster session open by indicating the client is alive.
|
| SessionMessageHeaderDecoder |
Header for application session messages between clients and cluster services.
|
| SessionMessageHeaderEncoder |
Header for application session messages between clients and cluster services.
|
| SessionOpenEventDecoder |
Event for the state machine to notify a session has been opened.
|
| SessionOpenEventEncoder |
Event for the state machine to notify a session has been opened.
|
| SnapshotMarkerDecoder |
Mark the beginning, end, or section index of a snapshot.
|
| SnapshotMarkerEncoder |
Mark the beginning, end, or section index of a snapshot.
|
| SnapshotRecordingQueryDecoder | Deprecated |
| SnapshotRecordingQueryEncoder | Deprecated |
| SnapshotRecordingsDecoder | Deprecated |
| SnapshotRecordingsDecoder.SnapshotsDecoder |
Snapshots of state for the consensus module and services.
|
| SnapshotRecordingsEncoder | Deprecated |
| SnapshotRecordingsEncoder.SnapshotsEncoder |
Snapshots of state for the consensus module and services.
|
| StandbySnapshotDecoder |
Notify node(s) of the creation of a snapshot taken on a remote node
|
| StandbySnapshotDecoder.SnapshotsDecoder | |
| StandbySnapshotEncoder |
Notify node(s) of the creation of a snapshot taken on a remote node
|
| StandbySnapshotEncoder.SnapshotsEncoder | |
| StopCatchupDecoder |
The leader informs the follower it can stop the catchup process.
|
| StopCatchupEncoder |
The leader informs the follower it can stop the catchup process.
|
| TerminationAckDecoder |
Follower acknowledges that it has reached termination position.
|
| TerminationAckEncoder |
Follower acknowledges that it has reached termination position.
|
| TerminationPositionDecoder |
Leader instructs members to terminate at given position.
|
| TerminationPositionEncoder |
Leader instructs members to terminate at given position.
|
| TimerDecoder |
A serialised scheduled timer.
|
| TimerEncoder |
A serialised scheduled timer.
|
| TimerEventDecoder |
Timer triggered event as the result of a deadline passing on a registered timer.
|
| TimerEventEncoder |
Timer triggered event as the result of a deadline passing on a registered timer.
|
| VarAsciiEncodingDecoder |
Variable length ASCII string header.
|
| VarAsciiEncodingEncoder |
Variable length ASCII string header.
|
| VarDataEncodingDecoder |
Variable length data blob header.
|
| VarDataEncodingEncoder |
Variable length data blob header.
|
| VoteDecoder |
Response to a vote request from a follower to the candidate.
|
| VoteEncoder |
Response to a vote request from a follower to the candidate.
|
| Enum | Description |
|---|---|
| AdminRequestType |
Admin command to execute in the cluster.
|
| AdminResponseCode |
Response code for an admin command request.
|
| BooleanType |
Language independent boolean type.
|
| ChangeType |
Type of Cluster Change Event.
|
| CloseReason |
Reason why a session was closed.
|
| ClusterAction |
Action to be taken by cluster nodes.
|
| ClusterTimeUnit |
Type the time unit used for timestamps.
|
| EventCode |
Type of event for a response.
|
| MetaAttribute |
Meta attribute enum for selecting a particular meta attribute value.
|
| SnapshotMark |
Mark within a snapshot.
|
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.