Class ZRangeByScore
java.lang.Object
com.github.fppt.jedismock.operations.AbstractRedisOperation
com.github.fppt.jedismock.operations.sortedsets.AbstractByScoreOperation
com.github.fppt.jedismock.operations.sortedsets.ZRangeByScore
- All Implemented Interfaces:
RedisOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected intprotected static final Stringprotected static final Stringprotected Sliceprotected static final Stringprotected RMZSetprotected longprotected final EnumSet<com.github.fppt.jedismock.operations.sortedsets.AbstractZRange.Options> protected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidfinal ZSetEntryBoundgetEndBound(Slice endSlice) protected NavigableSet<ZSetEntry> getRange(ZSetEntryBound start, ZSetEntryBound end) protected SlicegetSliceFromRange(NavigableSet<ZSetEntry> entries) final ZSetEntryBoundgetStartBound(Slice startSlice) protected final voidprotected SliceremRangeFromKey(NavigableSet<ZSetEntry> entries) protected Sliceresponse()Methods inherited from class com.github.fppt.jedismock.operations.sortedsets.AbstractByScoreOperation
getSum, toDoubleMethods inherited from class com.github.fppt.jedismock.operations.AbstractRedisOperation
base, doOptionalWork, execute, getListFromBaseOrCreateEmpty, getSetFromBaseOrCreateEmpty, getStreamFromBaseOrCreateEmpty, getZSetFromBaseOrCreateEmpty, maxArgs, minArgs, params, self
-
Field Details
-
EXCLUSIVE_PREFIX
- See Also:
-
LOWEST_POSSIBLE_SCORE
- See Also:
-
HIGHEST_POSSIBLE_SCORE
- See Also:
-
options
protected final EnumSet<com.github.fppt.jedismock.operations.sortedsets.AbstractZRange.Options> options -
startIndex
protected int startIndex -
endIndex
protected int endIndex -
offset
protected long offset -
count
protected long count -
key
-
mapDBObj
-
-
Constructor Details
-
ZRangeByScore
-
-
Method Details
-
response
- Specified by:
responsein classAbstractRedisOperation
-
getStartBound
-
getEndBound
-
getRange
-
getSliceStream
-
parseArgs
protected final void parseArgs() -
expectNoOptions
protected final void expectNoOptions()
-