Uses of Enum
org.jgroups.protocols.raft.AppendResult.Result
Packages that use AppendResult.Result
-
Uses of AppendResult.Result in org.jgroups.protocols.raft
Fields in org.jgroups.protocols.raft declared as AppendResult.ResultModifier and TypeFieldDescriptionprotected AppendResult.ResultAppendResult.resultTrue if the append succeeded, false otherwiseMethods in org.jgroups.protocols.raft that return AppendResult.ResultModifier and TypeMethodDescriptionstatic AppendResult.ResultReturns the enum constant of this type with the specified name.static AppendResult.Result[]AppendResult.Result.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jgroups.protocols.raft with parameters of type AppendResult.ResultModifierConstructorDescriptionAppendResult(AppendResult.Result result, long index) AppendResult(AppendResult.Result result, long index, long non_matching_term)