public static interface _SortedSetGetRankResponse._RankResponsePartOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getRank()
Rank is 0-based i.e.
|
ECacheResult |
getResult()
.cache_client.ECacheResult result = 1; |
int |
getResultValue()
.cache_client.ECacheResult result = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getResultValue()
.cache_client.ECacheResult result = 1;ECacheResult getResult()
.cache_client.ECacheResult result = 1;long getRank()
Rank is 0-based i.e. when sort order is descending the rank of the value with the highest score will be 0. Similarly for ascending order, value with the lowest score will have rank 0.
uint64 rank = 2;