| Package | Description |
|---|---|
| io.etcd.jetcd.options |
| Modifier and Type | Method and Description |
|---|---|
GetOption.SortOrder |
GetOption.getSortOrder() |
static GetOption.SortOrder |
GetOption.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetOption.SortOrder[] |
GetOption.SortOrder.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.SortOrder |
OptionsUtil.toRangeRequestSortOrder(GetOption.SortOrder order)
convert client SortOrder to apu SortOrder.
|
GetOption.Builder |
GetOption.Builder.withSortOrder(GetOption.SortOrder order)
Sort the return key value pairs in the provided order.
|
Copyright © 2021. All rights reserved.