Uses of Class
io.dingodb.version.Version.OneTimeWatchRequest.Builder
Packages that use Version.OneTimeWatchRequest.Builder
-
Uses of Version.OneTimeWatchRequest.Builder in io.dingodb.version
Methods in io.dingodb.version that return Version.OneTimeWatchRequest.BuilderModifier and TypeMethodDescriptionVersion.OneTimeWatchRequest.Builder.addAllFilters(Iterable<? extends Version.EventFilterType> values) filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.Builder.addAllFiltersValue(Iterable<Integer> values) filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.Builder.addFilters(Version.EventFilterType value) filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.Builder.addFiltersValue(int value) filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Version.OneTimeWatchRequest.Builder.clear()Version.OneTimeWatchRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Version.OneTimeWatchRequest.Builder.clearFilters()filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.Builder.clearKey()key is the key to register for watching.Version.OneTimeWatchRequest.Builder.clearNeedPrevKv()If prev_kv is set, created watcher gets the previous KV before the event happens.Version.OneTimeWatchRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Version.OneTimeWatchRequest.Builder.clearStartRevision()start_revision is an optional revision to watch from (inclusive).Version.OneTimeWatchRequest.Builder.clearWaitOnNotExistKey()if the key is not exists, wait_on_not_exists_key is true, the watch will wait until the key is exists if wait_on_not_exist_key is false, and the key is not exists, the watch will return immediatelyVersion.OneTimeWatchRequest.Builder.clone()Version.WatchRequest.Builder.getOneTimeRequestBuilder()This is a one time watch request, only support watch a single key, not support range_endVersion.OneTimeWatchRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Version.OneTimeWatchRequest.Builder.mergeFrom(com.google.protobuf.Message other) Version.OneTimeWatchRequest.Builder.mergeFrom(Version.OneTimeWatchRequest other) Version.OneTimeWatchRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Version.OneTimeWatchRequest.newBuilder()Version.OneTimeWatchRequest.newBuilder(Version.OneTimeWatchRequest prototype) Version.OneTimeWatchRequest.newBuilderForType()protected Version.OneTimeWatchRequest.BuilderVersion.OneTimeWatchRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Version.OneTimeWatchRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Version.OneTimeWatchRequest.Builder.setFilters(int index, Version.EventFilterType value) filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.Builder.setFiltersValue(int index, int value) filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.Builder.setKey(com.google.protobuf.ByteString value) key is the key to register for watching.Version.OneTimeWatchRequest.Builder.setNeedPrevKv(boolean value) If prev_kv is set, created watcher gets the previous KV before the event happens.Version.OneTimeWatchRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Version.OneTimeWatchRequest.Builder.setStartRevision(long value) start_revision is an optional revision to watch from (inclusive).Version.OneTimeWatchRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Version.OneTimeWatchRequest.Builder.setWaitOnNotExistKey(boolean value) if the key is not exists, wait_on_not_exists_key is true, the watch will wait until the key is exists if wait_on_not_exist_key is false, and the key is not exists, the watch will return immediatelyVersion.OneTimeWatchRequest.toBuilder()Methods in io.dingodb.version with parameters of type Version.OneTimeWatchRequest.BuilderModifier and TypeMethodDescriptionVersion.WatchRequest.Builder.setOneTimeRequest(Version.OneTimeWatchRequest.Builder builderForValue) This is a one time watch request, only support watch a single key, not support range_end