| Package | Description |
|---|---|
| io.etcd.jetcd.options |
| Modifier and Type | Method and Description |
|---|---|
GetOption.SortTarget |
GetOption.getSortField() |
static GetOption.SortTarget |
GetOption.SortTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetOption.SortTarget[] |
GetOption.SortTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RangeRequest.SortTarget |
OptionsUtil.toRangeRequestSortTarget(GetOption.SortTarget target)
convert client SortTarget to apu SortTarget.
|
GetOption.Builder |
GetOption.Builder.withSortField(GetOption.SortTarget field)
Sort the return key value pairs in the provided field.
|
Copyright © 2020. All rights reserved.