Uses of Enum Class
io.dingodb.raft.Raft.CmdType
Packages that use Raft.CmdType
-
Uses of Raft.CmdType in io.dingodb.raft
Methods in io.dingodb.raft that return Raft.CmdTypeModifier and TypeMethodDescriptionstatic Raft.CmdTypeRaft.CmdType.forNumber(int value) Raft.Request.Builder.getCmdType().dingodb.pb.raft.CmdType cmd_type = 1;Raft.Request.getCmdType().dingodb.pb.raft.CmdType cmd_type = 1;Raft.RequestOrBuilder.getCmdType().dingodb.pb.raft.CmdType cmd_type = 1;Raft.Response.Builder.getCmdType().dingodb.pb.raft.CmdType cmd_type = 1;Raft.Response.getCmdType().dingodb.pb.raft.CmdType cmd_type = 1;Raft.ResponseOrBuilder.getCmdType().dingodb.pb.raft.CmdType cmd_type = 1;static Raft.CmdTypeRaft.CmdType.valueOf(int value) Deprecated.static Raft.CmdTypeRaft.CmdType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Raft.CmdTypeReturns the enum constant of this class with the specified name.static Raft.CmdType[]Raft.CmdType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.raft that return types with arguments of type Raft.CmdTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Raft.CmdType>Raft.CmdType.internalGetValueMap()Methods in io.dingodb.raft with parameters of type Raft.CmdTypeModifier and TypeMethodDescriptionRaft.Request.Builder.setCmdType(Raft.CmdType value) .dingodb.pb.raft.CmdType cmd_type = 1;Raft.Response.Builder.setCmdType(Raft.CmdType value) .dingodb.pb.raft.CmdType cmd_type = 1;