| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.etcd.jetcd.options |
| Modifier and Type | Method and Description |
|---|---|
static RangeRequest.SortOrder |
RangeRequest.SortOrder.forNumber(int value) |
RangeRequest.SortOrder |
RangeRequestOrBuilder.getSortOrder()
sort_order is the order for returned sorted results.
|
RangeRequest.SortOrder |
RangeRequest.getSortOrder()
sort_order is the order for returned sorted results.
|
RangeRequest.SortOrder |
RangeRequest.Builder.getSortOrder()
sort_order is the order for returned sorted results.
|
static RangeRequest.SortOrder |
RangeRequest.SortOrder.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RangeRequest.SortOrder |
RangeRequest.SortOrder.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RangeRequest.SortOrder |
RangeRequest.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeRequest.SortOrder[] |
RangeRequest.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 com.google.protobuf.Internal.EnumLiteMap<RangeRequest.SortOrder> |
RangeRequest.SortOrder.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RangeRequest.Builder |
RangeRequest.Builder.setSortOrder(RangeRequest.SortOrder value)
sort_order is the order for returned sorted results.
|
| Modifier and Type | Method and Description |
|---|---|
static RangeRequest.SortOrder |
OptionsUtil.toRangeRequestSortOrder(GetOption.SortOrder order)
convert client SortOrder to apu SortOrder.
|
Copyright © 2019. All rights reserved.