Uses of Enum Class
org.jgroups.protocols.raft.AppendResult.Result
Packages that use AppendResult.Result
-
Uses of AppendResult.Result in org.jgroups.protocols.raft
Subclasses with type arguments of type AppendResult.Result in org.jgroups.protocols.raftFields 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 class with the specified name.static AppendResult.Result[]AppendResult.Result.values()Returns an array containing the constants of this enum class, 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)