Uses of Class
io.dingodb.meta.Meta.WatchCreateRequest
Packages that use Meta.WatchCreateRequest
-
Uses of Meta.WatchCreateRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.WatchCreateRequestModifier and TypeMethodDescriptionMeta.WatchCreateRequest.Builder.build()Meta.WatchCreateRequest.Builder.buildPartial()Meta.WatchRequest.Builder.getCreateRequest().dingodb.pb.meta.WatchCreateRequest create_request = 2;Meta.WatchRequest.getCreateRequest().dingodb.pb.meta.WatchCreateRequest create_request = 2;Meta.WatchRequestOrBuilder.getCreateRequest().dingodb.pb.meta.WatchCreateRequest create_request = 2;static Meta.WatchCreateRequestMeta.WatchCreateRequest.getDefaultInstance()Meta.WatchCreateRequest.Builder.getDefaultInstanceForType()Meta.WatchCreateRequest.getDefaultInstanceForType()static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseDelimitedFrom(InputStream input) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(byte[] data) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(InputStream input) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(ByteBuffer data) static Meta.WatchCreateRequestMeta.WatchCreateRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.WatchCreateRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Meta.WatchCreateRequest>Meta.WatchCreateRequest.getParserForType()static com.google.protobuf.Parser<Meta.WatchCreateRequest>Meta.WatchCreateRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.WatchCreateRequestModifier and TypeMethodDescriptionMeta.WatchRequest.Builder.mergeCreateRequest(Meta.WatchCreateRequest value) .dingodb.pb.meta.WatchCreateRequest create_request = 2;Meta.WatchCreateRequest.Builder.mergeFrom(Meta.WatchCreateRequest other) Meta.WatchCreateRequest.newBuilder(Meta.WatchCreateRequest prototype) Meta.WatchRequest.Builder.setCreateRequest(Meta.WatchCreateRequest value) .dingodb.pb.meta.WatchCreateRequest create_request = 2;