Gate
Which of RaftEngine.onMessage's two dispatch-boundary gates dropped the frame.
Entries
Link copied to clipboard
The §5.2/§8 leader-authority gate (#1383, #1889): the sender is not in ourVoters, and only a voter can be leader, so a leader→peer RPC from it is treated as a forgery.
Link copied to clipboard
The relative term-jump bound (#1897): the frame's term is more than RaftConfig.maxTermJump above ours.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.