Uses of Enum Class
io.dingodb.meta.Meta.MetaEventType
Packages that use Meta.MetaEventType
-
Uses of Meta.MetaEventType in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.MetaEventTypeModifier and TypeMethodDescriptionstatic Meta.MetaEventTypeMeta.MetaEventType.forNumber(int value) Meta.MetaEvent.Builder.getEventType().dingodb.pb.meta.MetaEventType event_type = 1;Meta.MetaEvent.getEventType().dingodb.pb.meta.MetaEventType event_type = 1;Meta.MetaEventOrBuilder.getEventType().dingodb.pb.meta.MetaEventType event_type = 1;Meta.WatchCreateRequest.Builder.getEventTypes(int index) the event_types than client want to get from coordinatorMeta.WatchCreateRequest.getEventTypes(int index) the event_types than client want to get from coordinatorMeta.WatchCreateRequestOrBuilder.getEventTypes(int index) the event_types than client want to get from coordinatorMeta.WatchNode.Builder.getEventTypes(int index) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.getEventTypes(int index) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNodeOrBuilder.getEventTypes(int index) repeated .dingodb.pb.meta.MetaEventType event_types = 7;static Meta.MetaEventTypeMeta.MetaEventType.valueOf(int value) Deprecated.static Meta.MetaEventTypeMeta.MetaEventType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Meta.MetaEventTypeReturns the enum constant of this class with the specified name.static Meta.MetaEventType[]Meta.MetaEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.meta that return types with arguments of type Meta.MetaEventTypeModifier and TypeMethodDescriptionMeta.WatchCreateRequest.Builder.getEventTypesList()the event_types than client want to get from coordinatorMeta.WatchCreateRequest.getEventTypesList()the event_types than client want to get from coordinatorMeta.WatchCreateRequestOrBuilder.getEventTypesList()the event_types than client want to get from coordinatorMeta.WatchNode.Builder.getEventTypesList()repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.getEventTypesList()repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNodeOrBuilder.getEventTypesList()repeated .dingodb.pb.meta.MetaEventType event_types = 7;static com.google.protobuf.Internal.EnumLiteMap<Meta.MetaEventType>Meta.MetaEventType.internalGetValueMap()Methods in io.dingodb.meta with parameters of type Meta.MetaEventTypeModifier and TypeMethodDescriptionMeta.WatchCreateRequest.Builder.addEventTypes(Meta.MetaEventType value) the event_types than client want to get from coordinatorMeta.WatchNode.Builder.addEventTypes(Meta.MetaEventType value) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.MetaEvent.Builder.setEventType(Meta.MetaEventType value) .dingodb.pb.meta.MetaEventType event_type = 1;Meta.WatchCreateRequest.Builder.setEventTypes(int index, Meta.MetaEventType value) the event_types than client want to get from coordinatorMeta.WatchNode.Builder.setEventTypes(int index, Meta.MetaEventType value) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Method parameters in io.dingodb.meta with type arguments of type Meta.MetaEventTypeModifier and TypeMethodDescriptionMeta.WatchCreateRequest.Builder.addAllEventTypes(Iterable<? extends Meta.MetaEventType> values) the event_types than client want to get from coordinatorMeta.WatchNode.Builder.addAllEventTypes(Iterable<? extends Meta.MetaEventType> values) repeated .dingodb.pb.meta.MetaEventType event_types = 7;