Uses of Enum Class
io.dingodb.coordinator.Coordinator.IdEpochType
Packages that use Coordinator.IdEpochType
-
Uses of Coordinator.IdEpochType in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.IdEpochTypeModifier and TypeMethodDescriptionstatic Coordinator.IdEpochTypeCoordinator.IdEpochType.forNumber(int value) Coordinator.CreateIdsRequest.Builder.getIdEpochType().dingodb.pb.coordinator.IdEpochType id_epoch_type = 2;Coordinator.CreateIdsRequest.getIdEpochType().dingodb.pb.coordinator.IdEpochType id_epoch_type = 2;Coordinator.CreateIdsRequestOrBuilder.getIdEpochType().dingodb.pb.coordinator.IdEpochType id_epoch_type = 2;static Coordinator.IdEpochTypeCoordinator.IdEpochType.valueOf(int value) Deprecated.static Coordinator.IdEpochTypeCoordinator.IdEpochType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Coordinator.IdEpochTypeReturns the enum constant of this class with the specified name.static Coordinator.IdEpochType[]Coordinator.IdEpochType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.coordinator that return types with arguments of type Coordinator.IdEpochTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Coordinator.IdEpochType>Coordinator.IdEpochType.internalGetValueMap()Methods in io.dingodb.coordinator with parameters of type Coordinator.IdEpochTypeModifier and TypeMethodDescriptionCoordinator.CreateIdsRequest.Builder.setIdEpochType(Coordinator.IdEpochType value) .dingodb.pb.coordinator.IdEpochType id_epoch_type = 2; -
Uses of Coordinator.IdEpochType in io.dingodb.meta
Methods in io.dingodb.meta that return Coordinator.IdEpochTypeModifier and TypeMethodDescriptionMeta.IdEpochTypeAndValueItem.Builder.getType().dingodb.pb.coordinator.IdEpochType type = 1;Meta.IdEpochTypeAndValueItem.getType().dingodb.pb.coordinator.IdEpochType type = 1;Meta.IdEpochTypeAndValueItemOrBuilder.getType().dingodb.pb.coordinator.IdEpochType type = 1;Methods in io.dingodb.meta with parameters of type Coordinator.IdEpochTypeModifier and TypeMethodDescriptionMeta.IdEpochTypeAndValueItem.Builder.setType(Coordinator.IdEpochType value) .dingodb.pb.coordinator.IdEpochType type = 1;