Uses of Enum Class
io.dingodb.version.Version.EventFilterType
Packages that use Version.EventFilterType
-
Uses of Version.EventFilterType in io.dingodb.version
Methods in io.dingodb.version that return Version.EventFilterTypeModifier and TypeMethodDescriptionstatic Version.EventFilterTypeVersion.EventFilterType.forNumber(int value) Version.OneTimeWatchRequest.Builder.getFilters(int index) filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.getFilters(int index) filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequestOrBuilder.getFilters(int index) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.getFilters(int index) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.getFilters(int index) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequestOrBuilder.getFilters(int index) filters filter the events at server side before it sends back to the watcher.static Version.EventFilterTypeVersion.EventFilterType.valueOf(int value) Deprecated.static Version.EventFilterTypeVersion.EventFilterType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Version.EventFilterTypeReturns the enum constant of this class with the specified name.static Version.EventFilterType[]Version.EventFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.version that return types with arguments of type Version.EventFilterTypeModifier and TypeMethodDescriptionVersion.OneTimeWatchRequest.Builder.getFiltersList()filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequest.getFiltersList()filters filter the events at server side before it sends back to the watcher.Version.OneTimeWatchRequestOrBuilder.getFiltersList()filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.getFiltersList()filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.getFiltersList()filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequestOrBuilder.getFiltersList()filters filter the events at server side before it sends back to the watcher.static com.google.protobuf.Internal.EnumLiteMap<Version.EventFilterType>Version.EventFilterType.internalGetValueMap()Methods in io.dingodb.version with parameters of type Version.EventFilterTypeModifier and TypeMethodDescriptionVersion.OneTimeWatchRequest.Builder.addFilters(Version.EventFilterType value) 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.OneTimeWatchRequest.Builder.setFilters(int index, Version.EventFilterType value) filters filter the events at server side before it sends back to the watcher.Version.WatchCreateRequest.Builder.setFilters(int index, Version.EventFilterType value) filters filter the events at server side before it sends back to the watcher.Method parameters in io.dingodb.version with type arguments of type Version.EventFilterTypeModifier 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.WatchCreateRequest.Builder.addAllFilters(Iterable<? extends Version.EventFilterType> values) filters filter the events at server side before it sends back to the watcher.