Uses of Enum Class
io.dingodb.version.Version.Event.EventType
Packages that use Version.Event.EventType
-
Uses of Version.Event.EventType in io.dingodb.version
Methods in io.dingodb.version that return Version.Event.EventTypeModifier and TypeMethodDescriptionstatic Version.Event.EventTypeVersion.Event.EventType.forNumber(int value) Version.Event.Builder.getType().dingodb.pb.version.Event.EventType type = 1;Version.Event.getType().dingodb.pb.version.Event.EventType type = 1;Version.EventOrBuilder.getType().dingodb.pb.version.Event.EventType type = 1;static Version.Event.EventTypeVersion.Event.EventType.valueOf(int value) Deprecated.static Version.Event.EventTypeVersion.Event.EventType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Version.Event.EventTypeReturns the enum constant of this class with the specified name.static Version.Event.EventType[]Version.Event.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.version that return types with arguments of type Version.Event.EventTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Version.Event.EventType>Version.Event.EventType.internalGetValueMap()Methods in io.dingodb.version with parameters of type Version.Event.EventTypeModifier and TypeMethodDescriptionVersion.Event.Builder.setType(Version.Event.EventType value) .dingodb.pb.version.Event.EventType type = 1;