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