public static interface _SortedSetFetchRequest._ByScoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
sint32 count = 6; |
_SortedSetFetchRequest._ByScore.MaxCase |
getMaxCase() |
_SortedSetFetchRequest._ByScore._Score |
getMaxScore()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4; |
_SortedSetFetchRequest._ByScore._ScoreOrBuilder |
getMaxScoreOrBuilder()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4; |
_SortedSetFetchRequest._ByScore.MinCase |
getMinCase() |
_SortedSetFetchRequest._ByScore._Score |
getMinScore()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2; |
_SortedSetFetchRequest._ByScore._ScoreOrBuilder |
getMinScoreOrBuilder()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2; |
int |
getOffset()
Offset and count are used to only get a range of the matching elements,
similar to "SELECT LIMIT offset, count" in SQL.
|
_Unbounded |
getUnboundedMax()
.cache_client._Unbounded unbounded_max = 3; |
_UnboundedOrBuilder |
getUnboundedMaxOrBuilder()
.cache_client._Unbounded unbounded_max = 3; |
_Unbounded |
getUnboundedMin()
.cache_client._Unbounded unbounded_min = 1; |
_UnboundedOrBuilder |
getUnboundedMinOrBuilder()
.cache_client._Unbounded unbounded_min = 1; |
boolean |
hasMaxScore()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4; |
boolean |
hasMinScore()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2; |
boolean |
hasUnboundedMax()
.cache_client._Unbounded unbounded_max = 3; |
boolean |
hasUnboundedMin()
.cache_client._Unbounded unbounded_min = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUnboundedMin()
.cache_client._Unbounded unbounded_min = 1;_Unbounded getUnboundedMin()
.cache_client._Unbounded unbounded_min = 1;_UnboundedOrBuilder getUnboundedMinOrBuilder()
.cache_client._Unbounded unbounded_min = 1;boolean hasMinScore()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2;_SortedSetFetchRequest._ByScore._Score getMinScore()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2;_SortedSetFetchRequest._ByScore._ScoreOrBuilder getMinScoreOrBuilder()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2;boolean hasUnboundedMax()
.cache_client._Unbounded unbounded_max = 3;_Unbounded getUnboundedMax()
.cache_client._Unbounded unbounded_max = 3;_UnboundedOrBuilder getUnboundedMaxOrBuilder()
.cache_client._Unbounded unbounded_max = 3;boolean hasMaxScore()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4;_SortedSetFetchRequest._ByScore._Score getMaxScore()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4;_SortedSetFetchRequest._ByScore._ScoreOrBuilder getMaxScoreOrBuilder()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4;int getOffset()
Offset and count are used to only get a range of the matching elements, similar to "SELECT LIMIT offset, count" in SQL. A negative count returns all elements from the offset. Use (0, -1) to return all matching elements.
uint32 offset = 5;int getCount()
sint32 count = 6;_SortedSetFetchRequest._ByScore.MinCase getMinCase()
_SortedSetFetchRequest._ByScore.MaxCase getMaxCase()