Uses of Class
io.dingodb.version.Version.WatchCreateRequest.Builder
Packages that use Version.WatchCreateRequest.Builder
-
Uses of Version.WatchCreateRequest.Builder in io.dingodb.version
Methods in io.dingodb.version that return Version.WatchCreateRequest.BuilderModifier and TypeMethodDescriptionVersion.WatchCreateRequest.Builder.addAllFilters(Iterable<? extends Version.EventFilterType> values) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.addAllFiltersValue(Iterable<Integer> values) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.addFilters(Version.EventFilterType value) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.addFiltersValue(int value) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Version.WatchCreateRequest.Builder.clear()Version.WatchCreateRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Version.WatchCreateRequest.Builder.clearFilters()filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.clearFragment()fragment enables splitting large revisions into multiple watch responses.Version.WatchCreateRequest.Builder.clearKey()key is the key to register for watching.Version.WatchCreateRequest.Builder.clearNeedPrevKv()If prev_kv is set, created watcher gets the previous KV before the event happens.Version.WatchCreateRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Version.WatchCreateRequest.Builder.clearProgressNotify()progress_notify is set so that the coordinator server will periodically send a WatchResponse with no events to the new watcher if there are no recent events.Version.WatchCreateRequest.Builder.clearRangeEnd()range_end is the end of the range [key, range_end) to watch.Version.WatchCreateRequest.Builder.clearStartRevision()start_revision is an optional revision to watch from (inclusive).Version.WatchCreateRequest.Builder.clearWatchId()If watch_id is provided and non-zero, it will be assigned to this watcher.Version.WatchCreateRequest.Builder.clone()Version.WatchRequest.Builder.getCreateRequestBuilder()NOT IMPLEMENTEDVersion.WatchCreateRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Version.WatchCreateRequest.Builder.mergeFrom(com.google.protobuf.Message other) Version.WatchCreateRequest.Builder.mergeFrom(Version.WatchCreateRequest other) Version.WatchCreateRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Version.WatchCreateRequest.newBuilder()Version.WatchCreateRequest.newBuilder(Version.WatchCreateRequest prototype) Version.WatchCreateRequest.newBuilderForType()protected Version.WatchCreateRequest.BuilderVersion.WatchCreateRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Version.WatchCreateRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Version.WatchCreateRequest.Builder.setFilters(int index, Version.EventFilterType value) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.setFiltersValue(int index, int value) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.setFragment(boolean value) fragment enables splitting large revisions into multiple watch responses.Version.WatchCreateRequest.Builder.setKey(com.google.protobuf.ByteString value) key is the key to register for watching.Version.WatchCreateRequest.Builder.setNeedPrevKv(boolean value) If prev_kv is set, created watcher gets the previous KV before the event happens.Version.WatchCreateRequest.Builder.setProgressNotify(boolean value) progress_notify is set so that the coordinator server will periodically send a WatchResponse with no events to the new watcher if there are no recent events.Version.WatchCreateRequest.Builder.setRangeEnd(com.google.protobuf.ByteString value) range_end is the end of the range [key, range_end) to watch.Version.WatchCreateRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Version.WatchCreateRequest.Builder.setStartRevision(long value) start_revision is an optional revision to watch from (inclusive).Version.WatchCreateRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Version.WatchCreateRequest.Builder.setWatchId(long value) If watch_id is provided and non-zero, it will be assigned to this watcher.Version.WatchCreateRequest.toBuilder()Methods in io.dingodb.version with parameters of type Version.WatchCreateRequest.BuilderModifier and TypeMethodDescriptionVersion.WatchRequest.Builder.setCreateRequest(Version.WatchCreateRequest.Builder builderForValue) NOT IMPLEMENTED