| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.kv |
| Modifier and Type | Method and Description |
|---|---|
static WatchCreateRequest.FilterType |
WatchCreateRequest.FilterType.forNumber(int value) |
WatchCreateRequest.FilterType |
WatchCreateRequest.getFilters(int index)
filters filter the events at server side before it sends back to the watcher.
|
WatchCreateRequest.FilterType |
WatchCreateRequest.Builder.getFilters(int index)
filters filter the events at server side before it sends back to the watcher.
|
WatchCreateRequest.FilterType |
WatchCreateRequestOrBuilder.getFilters(int index)
filters filter the events at server side before it sends back to the watcher.
|
static WatchCreateRequest.FilterType |
WatchCreateRequest.FilterType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WatchCreateRequest.FilterType |
WatchCreateRequest.FilterType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WatchCreateRequest.FilterType |
WatchCreateRequest.FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchCreateRequest.FilterType[] |
WatchCreateRequest.FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WatchCreateRequest.FilterType> |
WatchCreateRequest.getFiltersList()
filters filter the events at server side before it sends back to the watcher.
|
List<WatchCreateRequest.FilterType> |
WatchCreateRequest.Builder.getFiltersList()
filters filter the events at server side before it sends back to the watcher.
|
List<WatchCreateRequest.FilterType> |
WatchCreateRequestOrBuilder.getFiltersList()
filters filter the events at server side before it sends back to the watcher.
|
static com.google.protobuf.Internal.EnumLiteMap<WatchCreateRequest.FilterType> |
WatchCreateRequest.FilterType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
WatchCreateRequest.Builder |
WatchCreateRequest.Builder.addFilters(WatchCreateRequest.FilterType value)
filters filter the events at server side before it sends back to the watcher.
|
WatchCreateRequest.Builder |
WatchCreateRequest.Builder.setFilters(int index,
WatchCreateRequest.FilterType value)
filters filter the events at server side before it sends back to the watcher.
|
| Modifier and Type | Method and Description |
|---|---|
WatchCreateRequest.Builder |
WatchCreateRequest.Builder.addAllFilters(Iterable<? extends WatchCreateRequest.FilterType> values)
filters filter the events at server side before it sends back to the watcher.
|
| Modifier and Type | Method and Description |
|---|---|
KvClient.FluentWatchRequest |
KvClient.FluentWatchRequest.filters(WatchCreateRequest.FilterType... filters) |
| Modifier and Type | Method and Description |
|---|---|
KvClient.FluentWatchRequest |
KvClient.FluentWatchRequest.filters(List<WatchCreateRequest.FilterType> filters) |
Copyright © 2023. All rights reserved.