Uses of Interface
io.dingodb.meta.Meta.MetaEventOrBuilder

Packages that use Meta.MetaEventOrBuilder
Package
Description
 
  • Uses of Meta.MetaEventOrBuilder in io.dingodb.meta

    Classes in io.dingodb.meta that implement Meta.MetaEventOrBuilder
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type dingodb.pb.meta.MetaEvent
    static final class 
    Protobuf type dingodb.pb.meta.MetaEvent
    Modifier and Type
    Method
    Description
    Meta.WatchResponse.Builder.getEventsOrBuilder(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.getEventsOrBuilder(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.getEventsOrBuilder(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.getPendingEventsOrBuilder(int index)
    the pending events that coordinator want to push to this watch_id
    Meta.WatchNode.getPendingEventsOrBuilder(int index)
    the pending events that coordinator want to push to this watch_id
    Meta.WatchNodeOrBuilder.getPendingEventsOrBuilder(int index)
    the pending events that coordinator want to push to this watch_id
    Methods in io.dingodb.meta that return types with arguments of type Meta.MetaEventOrBuilder
    Modifier and Type
    Method
    Description
    Meta.WatchResponse.Builder.getEventsOrBuilderList()
    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.getEventsOrBuilderList()
    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.getEventsOrBuilderList()
    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.getPendingEventsOrBuilderList()
    the pending events that coordinator want to push to this watch_id
    the pending events that coordinator want to push to this watch_id
    Meta.WatchNodeOrBuilder.getPendingEventsOrBuilderList()
    the pending events that coordinator want to push to this watch_id