| 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) |
WatchCreateRequest.FilterType |
WatchCreateRequest.Builder.getFilters(int index) |
WatchCreateRequest.FilterType |
WatchCreateRequestOrBuilder.getFilters(int index) |
static WatchCreateRequest.FilterType |
WatchCreateRequest.FilterType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WatchCreateRequest.FilterType |
WatchCreateRequest.FilterType.valueOf(int value)
Deprecated.
|
static WatchCreateRequest.FilterType |
WatchCreateRequest.FilterType.valueOf(String name) |
static WatchCreateRequest.FilterType[] |
WatchCreateRequest.FilterType.values() |
| Modifier and Type | Method and Description |
|---|---|
List<WatchCreateRequest.FilterType> |
WatchCreateRequest.getFiltersList() |
List<WatchCreateRequest.FilterType> |
WatchCreateRequest.Builder.getFiltersList() |
List<WatchCreateRequest.FilterType> |
WatchCreateRequestOrBuilder.getFiltersList() |
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) |
WatchCreateRequest.Builder |
WatchCreateRequest.Builder.setFilters(int index,
WatchCreateRequest.FilterType value) |
| Modifier and Type | Method and Description |
|---|---|
WatchCreateRequest.Builder |
WatchCreateRequest.Builder.addAllFilters(Iterable<? extends WatchCreateRequest.FilterType> values) |
| 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 © 2019. All rights reserved.