Uses of Class
io.dingodb.meta.Meta.WatchNode.Builder
Packages that use Meta.WatchNode.Builder
-
Uses of Meta.WatchNode.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.WatchNode.BuilderModifier and TypeMethodDescriptionMeta.WatchNode.Builder.addAllEventTypes(Iterable<? extends Meta.MetaEventType> values) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.Builder.addAllEventTypesValue(Iterable<Integer> values) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.Builder.addAllPendingEvents(Iterable<? extends Meta.MetaEvent> values) the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.addEventTypes(Meta.MetaEventType value) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.Builder.addEventTypesValue(int value) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.Builder.addPendingEvents(int index, Meta.MetaEvent value) the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.addPendingEvents(int index, Meta.MetaEvent.Builder builderForValue) the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.addPendingEvents(Meta.MetaEvent value) the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.addPendingEvents(Meta.MetaEvent.Builder builderForValue) the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.ListWatchResponse.Builder.addWatchNodesBuilder()repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.ListWatchResponse.Builder.addWatchNodesBuilder(int index) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.WatchNode.Builder.clear()Meta.WatchNode.Builder.clearEventTypes()repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.WatchNode.Builder.clearIsWatching()the count that how many client is watching this watch_idMeta.WatchNode.Builder.clearLastSendTimestampMs()the last send timestamp in msMeta.WatchNode.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.WatchNode.Builder.clearPendingEvents()the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.clearStartRevision()the start revision of this watch_id want to watchMeta.WatchNode.Builder.clearWatchedRevision()the last revision than coordinator pushed back to this watch_idMeta.WatchNode.Builder.clearWatchId()int64 watch_id = 3;Meta.WatchNode.Builder.clone()Meta.ListWatchResponse.Builder.getWatchNodesBuilder(int index) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.WatchNode.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.WatchNode.Builder.mergeFrom(com.google.protobuf.Message other) Meta.WatchNode.Builder.mergeFrom(Meta.WatchNode other) final Meta.WatchNode.BuilderMeta.WatchNode.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Meta.WatchNode.BuilderMeta.WatchNode.newBuilder()static Meta.WatchNode.BuilderMeta.WatchNode.newBuilder(Meta.WatchNode prototype) Meta.WatchNode.newBuilderForType()protected Meta.WatchNode.BuilderMeta.WatchNode.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.WatchNode.Builder.removePendingEvents(int index) the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.setEventTypes(int index, Meta.MetaEventType value) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.Builder.setEventTypesValue(int index, int value) repeated .dingodb.pb.meta.MetaEventType event_types = 7;Meta.WatchNode.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.WatchNode.Builder.setIsWatching(long value) the count that how many client is watching this watch_idMeta.WatchNode.Builder.setLastSendTimestampMs(long value) the last send timestamp in msMeta.WatchNode.Builder.setPendingEvents(int index, Meta.MetaEvent value) the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.setPendingEvents(int index, Meta.MetaEvent.Builder builderForValue) the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Meta.WatchNode.Builder.setStartRevision(long value) the start revision of this watch_id want to watchfinal Meta.WatchNode.BuilderMeta.WatchNode.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.WatchNode.Builder.setWatchedRevision(long value) the last revision than coordinator pushed back to this watch_idMeta.WatchNode.Builder.setWatchId(long value) int64 watch_id = 3;Meta.WatchNode.toBuilder()Methods in io.dingodb.meta that return types with arguments of type Meta.WatchNode.BuilderModifier and TypeMethodDescriptionMeta.ListWatchResponse.Builder.getWatchNodesBuilderList()repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Methods in io.dingodb.meta with parameters of type Meta.WatchNode.BuilderModifier and TypeMethodDescriptionMeta.ListWatchResponse.Builder.addWatchNodes(int index, Meta.WatchNode.Builder builderForValue) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.ListWatchResponse.Builder.addWatchNodes(Meta.WatchNode.Builder builderForValue) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.ListWatchResponse.Builder.setWatchNodes(int index, Meta.WatchNode.Builder builderForValue) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;