Uses of Class
io.dingodb.meta.Meta.MetaEvent.Builder
Packages that use Meta.MetaEvent.Builder
-
Uses of Meta.MetaEvent.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.MetaEvent.BuilderModifier and TypeMethodDescriptionMeta.WatchResponse.Builder.addEventsBuilder()the events may be empty or more than one, the client should handle the events if the events is empty, this means the response may be a probe response client can ignore the response if the events is empty, and continue to progress watch until the watch_id is canceled ( EWATCH_NOT_EXIST will be returned if the watch_id is canceled)Meta.WatchResponse.Builder.addEventsBuilder(int index) the events may be empty or more than one, the client should handle the events if the events is empty, this means the response may be a probe response client can ignore the response if the events is empty, and continue to progress watch until the watch_id is canceled ( EWATCH_NOT_EXIST will be returned if the watch_id is canceled)Meta.WatchNode.Builder.addPendingEventsBuilder()the pending events that coordinator want to push to this watch_idMeta.WatchNode.Builder.addPendingEventsBuilder(int index) the pending events that coordinator want to push to this watch_idMeta.MetaEvent.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.MetaEvent.Builder.clear()Meta.MetaEvent.Builder.clearEvent()Meta.MetaEvent.Builder.clearEventType().dingodb.pb.meta.MetaEventType event_type = 1;Meta.MetaEvent.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.MetaEvent.Builder.clearIndex().dingodb.pb.meta.MetaEventIndex index = 4;Meta.MetaEvent.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.MetaEvent.Builder.clearRegion().dingodb.pb.meta.MetaEventRegion region = 6;Meta.MetaEvent.Builder.clearSchema().dingodb.pb.meta.MetaEventSchema schema = 2;Meta.MetaEvent.Builder.clearTable().dingodb.pb.meta.MetaEventTable table = 3;Meta.MetaEvent.Builder.clearTableIndex().dingodb.pb.meta.MetaEventTableIndex table_index = 5;Meta.MetaEvent.Builder.clearTenant().dingodb.pb.meta.MetaEventTenant tenant = 7;Meta.MetaEvent.Builder.clone()Meta.WatchResponse.Builder.getEventsBuilder(int index) the events may be empty or more than one, the client should handle the events if the events is empty, this means the response may be a probe response client can ignore the response if the events is empty, and continue to progress watch until the watch_id is canceled ( EWATCH_NOT_EXIST will be returned if the watch_id is canceled)Meta.WatchNode.Builder.getPendingEventsBuilder(int index) the pending events that coordinator want to push to this watch_idMeta.MetaEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.MetaEvent.Builder.mergeFrom(com.google.protobuf.Message other) Meta.MetaEvent.Builder.mergeFrom(Meta.MetaEvent other) Meta.MetaEvent.Builder.mergeIndex(Meta.MetaEventIndex value) .dingodb.pb.meta.MetaEventIndex index = 4;Meta.MetaEvent.Builder.mergeRegion(Meta.MetaEventRegion value) .dingodb.pb.meta.MetaEventRegion region = 6;Meta.MetaEvent.Builder.mergeSchema(Meta.MetaEventSchema value) .dingodb.pb.meta.MetaEventSchema schema = 2;Meta.MetaEvent.Builder.mergeTable(Meta.MetaEventTable value) .dingodb.pb.meta.MetaEventTable table = 3;Meta.MetaEvent.Builder.mergeTableIndex(Meta.MetaEventTableIndex value) .dingodb.pb.meta.MetaEventTableIndex table_index = 5;Meta.MetaEvent.Builder.mergeTenant(Meta.MetaEventTenant value) .dingodb.pb.meta.MetaEventTenant tenant = 7;final Meta.MetaEvent.BuilderMeta.MetaEvent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Meta.MetaEvent.BuilderMeta.MetaEvent.newBuilder()static Meta.MetaEvent.BuilderMeta.MetaEvent.newBuilder(Meta.MetaEvent prototype) Meta.MetaEvent.newBuilderForType()protected Meta.MetaEvent.BuilderMeta.MetaEvent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.MetaEvent.Builder.setEventType(Meta.MetaEventType value) .dingodb.pb.meta.MetaEventType event_type = 1;Meta.MetaEvent.Builder.setEventTypeValue(int value) .dingodb.pb.meta.MetaEventType event_type = 1;Meta.MetaEvent.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.MetaEvent.Builder.setIndex(Meta.MetaEventIndex value) .dingodb.pb.meta.MetaEventIndex index = 4;Meta.MetaEvent.Builder.setIndex(Meta.MetaEventIndex.Builder builderForValue) .dingodb.pb.meta.MetaEventIndex index = 4;Meta.MetaEvent.Builder.setRegion(Meta.MetaEventRegion value) .dingodb.pb.meta.MetaEventRegion region = 6;Meta.MetaEvent.Builder.setRegion(Meta.MetaEventRegion.Builder builderForValue) .dingodb.pb.meta.MetaEventRegion region = 6;Meta.MetaEvent.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Meta.MetaEvent.Builder.setSchema(Meta.MetaEventSchema value) .dingodb.pb.meta.MetaEventSchema schema = 2;Meta.MetaEvent.Builder.setSchema(Meta.MetaEventSchema.Builder builderForValue) .dingodb.pb.meta.MetaEventSchema schema = 2;Meta.MetaEvent.Builder.setTable(Meta.MetaEventTable value) .dingodb.pb.meta.MetaEventTable table = 3;Meta.MetaEvent.Builder.setTable(Meta.MetaEventTable.Builder builderForValue) .dingodb.pb.meta.MetaEventTable table = 3;Meta.MetaEvent.Builder.setTableIndex(Meta.MetaEventTableIndex value) .dingodb.pb.meta.MetaEventTableIndex table_index = 5;Meta.MetaEvent.Builder.setTableIndex(Meta.MetaEventTableIndex.Builder builderForValue) .dingodb.pb.meta.MetaEventTableIndex table_index = 5;Meta.MetaEvent.Builder.setTenant(Meta.MetaEventTenant value) .dingodb.pb.meta.MetaEventTenant tenant = 7;Meta.MetaEvent.Builder.setTenant(Meta.MetaEventTenant.Builder builderForValue) .dingodb.pb.meta.MetaEventTenant tenant = 7;final Meta.MetaEvent.BuilderMeta.MetaEvent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.MetaEvent.toBuilder()Methods in io.dingodb.meta that return types with arguments of type Meta.MetaEvent.BuilderModifier and TypeMethodDescriptionMeta.WatchResponse.Builder.getEventsBuilderList()the events may be empty or more than one, the client should handle the events if the events is empty, this means the response may be a probe response client can ignore the response if the events is empty, and continue to progress watch until the watch_id is canceled ( EWATCH_NOT_EXIST will be returned if the watch_id is canceled)Meta.WatchNode.Builder.getPendingEventsBuilderList()the pending events that coordinator want to push to this watch_idMethods in io.dingodb.meta with parameters of type Meta.MetaEvent.BuilderModifier and TypeMethodDescriptionMeta.WatchResponse.Builder.addEvents(int index, Meta.MetaEvent.Builder builderForValue) the events may be empty or more than one, the client should handle the events if the events is empty, this means the response may be a probe response client can ignore the response if the events is empty, and continue to progress watch until the watch_id is canceled ( EWATCH_NOT_EXIST will be returned if the watch_id is canceled)Meta.WatchResponse.Builder.addEvents(Meta.MetaEvent.Builder builderForValue) the events may be empty or more than one, the client should handle the events if the events is empty, this means the response may be a probe response client can ignore the response if the events is empty, and continue to progress watch until the watch_id is canceled ( EWATCH_NOT_EXIST will be returned if the watch_id is canceled)Meta.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.Builder builderForValue) the pending events that coordinator want to push to this watch_idMeta.WatchResponse.Builder.setEvents(int index, Meta.MetaEvent.Builder builderForValue) the events may be empty or more than one, the client should handle the events if the events is empty, this means the response may be a probe response client can ignore the response if the events is empty, and continue to progress watch until the watch_id is canceled ( EWATCH_NOT_EXIST will be returned if the watch_id is canceled)Meta.WatchNode.Builder.setPendingEvents(int index, Meta.MetaEvent.Builder builderForValue) the pending events that coordinator want to push to this watch_id