Uses of Class
io.dingodb.meta.Meta.WatchRequest
Packages that use Meta.WatchRequest
-
Uses of Meta.WatchRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.WatchRequestModifier and TypeMethodDescriptionMeta.WatchRequest.Builder.build()Meta.WatchRequest.Builder.buildPartial()static Meta.WatchRequestMeta.WatchRequest.getDefaultInstance()Meta.WatchRequest.Builder.getDefaultInstanceForType()Meta.WatchRequest.getDefaultInstanceForType()static Meta.WatchRequestMeta.WatchRequest.parseDelimitedFrom(InputStream input) static Meta.WatchRequestMeta.WatchRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchRequestMeta.WatchRequest.parseFrom(byte[] data) static Meta.WatchRequestMeta.WatchRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchRequestMeta.WatchRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.WatchRequestMeta.WatchRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchRequestMeta.WatchRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.WatchRequestMeta.WatchRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchRequestMeta.WatchRequest.parseFrom(InputStream input) static Meta.WatchRequestMeta.WatchRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchRequestMeta.WatchRequest.parseFrom(ByteBuffer data) static Meta.WatchRequestMeta.WatchRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.WatchRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Meta.WatchRequest>Meta.WatchRequest.getParserForType()static io.grpc.MethodDescriptor<Meta.WatchRequest,Meta.WatchResponse> MetaServiceGrpc.getWatchMethod()static com.google.protobuf.Parser<Meta.WatchRequest>Meta.WatchRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.WatchRequestModifier and TypeMethodDescriptionMeta.WatchRequest.Builder.mergeFrom(Meta.WatchRequest other) static Meta.WatchRequest.BuilderMeta.WatchRequest.newBuilder(Meta.WatchRequest prototype) default voidMetaServiceGrpc.AsyncService.watch(Meta.WatchRequest request, io.grpc.stub.StreamObserver<Meta.WatchResponse> responseObserver) Watch watches for events happening or that have happened.MetaServiceGrpc.MetaServiceBlockingStub.watch(Meta.WatchRequest request) Watch watches for events happening or that have happened.com.google.common.util.concurrent.ListenableFuture<Meta.WatchResponse>MetaServiceGrpc.MetaServiceFutureStub.watch(Meta.WatchRequest request) Watch watches for events happening or that have happened.voidMetaServiceGrpc.MetaServiceStub.watch(Meta.WatchRequest request, io.grpc.stub.StreamObserver<Meta.WatchResponse> responseObserver) Watch watches for events happening or that have happened.