Uses of Class
io.dingodb.meta.Meta.MetaEvent
Packages that use Meta.MetaEvent
-
Uses of Meta.MetaEvent in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.MetaEventModifier and TypeMethodDescriptionMeta.MetaEvent.Builder.build()Meta.MetaEvent.Builder.buildPartial()static Meta.MetaEventMeta.MetaEvent.getDefaultInstance()Meta.MetaEvent.Builder.getDefaultInstanceForType()Meta.MetaEvent.getDefaultInstanceForType()Meta.WatchResponse.Builder.getEvents(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.WatchResponse.getEvents(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.WatchResponseOrBuilder.getEvents(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.getPendingEvents(int index) the pending events that coordinator want to push to this watch_idMeta.WatchNode.getPendingEvents(int index) the pending events that coordinator want to push to this watch_idMeta.WatchNodeOrBuilder.getPendingEvents(int index) the pending events that coordinator want to push to this watch_idstatic Meta.MetaEventMeta.MetaEvent.parseDelimitedFrom(InputStream input) static Meta.MetaEventMeta.MetaEvent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.MetaEventMeta.MetaEvent.parseFrom(byte[] data) static Meta.MetaEventMeta.MetaEvent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.MetaEventMeta.MetaEvent.parseFrom(com.google.protobuf.ByteString data) static Meta.MetaEventMeta.MetaEvent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.MetaEventMeta.MetaEvent.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.MetaEventMeta.MetaEvent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.MetaEventMeta.MetaEvent.parseFrom(InputStream input) static Meta.MetaEventMeta.MetaEvent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.MetaEventMeta.MetaEvent.parseFrom(ByteBuffer data) static Meta.MetaEventMeta.MetaEvent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.MetaEventModifier and TypeMethodDescriptionMeta.WatchResponse.Builder.getEventsList()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.getEventsList()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.WatchResponseOrBuilder.getEventsList()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)com.google.protobuf.Parser<Meta.MetaEvent>Meta.MetaEvent.getParserForType()Meta.WatchNode.Builder.getPendingEventsList()the pending events that coordinator want to push to this watch_idMeta.WatchNode.getPendingEventsList()the pending events that coordinator want to push to this watch_idMeta.WatchNodeOrBuilder.getPendingEventsList()the pending events that coordinator want to push to this watch_idstatic com.google.protobuf.Parser<Meta.MetaEvent>Meta.MetaEvent.parser()Methods in io.dingodb.meta with parameters of type Meta.MetaEventModifier and TypeMethodDescriptionMeta.WatchResponse.Builder.addEvents(int index, Meta.MetaEvent value) 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 value) 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 value) 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.MetaEvent.Builder.mergeFrom(Meta.MetaEvent other) static Meta.MetaEvent.BuilderMeta.MetaEvent.newBuilder(Meta.MetaEvent prototype) Meta.WatchResponse.Builder.setEvents(int index, Meta.MetaEvent value) 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 value) the pending events that coordinator want to push to this watch_idMethod parameters in io.dingodb.meta with type arguments of type Meta.MetaEventModifier and TypeMethodDescriptionMeta.WatchResponse.Builder.addAllEvents(Iterable<? extends Meta.MetaEvent> values) 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.addAllPendingEvents(Iterable<? extends Meta.MetaEvent> values) the pending events that coordinator want to push to this watch_id