Uses of Enum Class
io.dingodb.raft.Raft.SplitStrategy
Packages that use Raft.SplitStrategy
-
Uses of Raft.SplitStrategy in io.dingodb.raft
Methods in io.dingodb.raft that return Raft.SplitStrategyModifier and TypeMethodDescriptionstatic Raft.SplitStrategyRaft.SplitStrategy.forNumber(int value) Raft.SplitRequest.Builder.getSplitStrategy().dingodb.pb.raft.SplitStrategy split_strategy = 6;Raft.SplitRequest.getSplitStrategy().dingodb.pb.raft.SplitStrategy split_strategy = 6;Raft.SplitRequestOrBuilder.getSplitStrategy().dingodb.pb.raft.SplitStrategy split_strategy = 6;static Raft.SplitStrategyRaft.SplitStrategy.valueOf(int value) Deprecated.static Raft.SplitStrategyRaft.SplitStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Raft.SplitStrategyReturns the enum constant of this class with the specified name.static Raft.SplitStrategy[]Raft.SplitStrategy.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.SplitStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Raft.SplitStrategy>Raft.SplitStrategy.internalGetValueMap()Methods in io.dingodb.raft with parameters of type Raft.SplitStrategyModifier and TypeMethodDescriptionRaft.SplitRequest.Builder.setSplitStrategy(Raft.SplitStrategy value) .dingodb.pb.raft.SplitStrategy split_strategy = 6;