Package org.jgroups.raft
package org.jgroups.raft
-
ClassDescriptionOptional interface for state machines that support non-blocking snapshot creation.JGroupsRaft<T>Entry point for the JGroups Raft API.JGroupsRaft.JGroupsBuilderStep<R, B extends org.jgroups.raft.util.pattern.Builder<R>>Administrative operations for the Raft cluster.Health monitoring for a Raft node.Coarse-grained cluster health status from a single node's perspective.Monitoring interface for a Raft node.Represents the role of a Raft node.Read-only view of the current Raft protocol state.Marks a class as a Raft state machine.Options to pass to
Settable.setAsync(byte[], int, int)callMain interaction point for applications with jgroups-raft.Interface to make changes to the Raft state machine.A frozen, point-in-time view of a state machine's contents, ready for serialization.Interface of a state machine which stores data in memory.Marks a field for inclusion in Raft snapshots.Marks a method as a read-only operation in the Raft state machine.Marks a method as a write operation in the Raft state machine.