Uses of Enum Class
io.dingodb.raft.Raft.Response.CmdBodyCase
Packages that use Raft.Response.CmdBodyCase
-
Uses of Raft.Response.CmdBodyCase in io.dingodb.raft
Methods in io.dingodb.raft that return Raft.Response.CmdBodyCaseModifier and TypeMethodDescriptionstatic Raft.Response.CmdBodyCaseRaft.Response.CmdBodyCase.forNumber(int value) Raft.Response.Builder.getCmdBodyCase()Raft.Response.getCmdBodyCase()Raft.ResponseOrBuilder.getCmdBodyCase()static Raft.Response.CmdBodyCaseRaft.Response.CmdBodyCase.valueOf(int value) Deprecated.static Raft.Response.CmdBodyCaseReturns the enum constant of this class with the specified name.static Raft.Response.CmdBodyCase[]Raft.Response.CmdBodyCase.values()Returns an array containing the constants of this enum class, in the order they are declared.