| Package | Description |
|---|---|
| com.lordofthejars.nosqlunit.redis.embedded |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.Multimap<ByteBuffer,SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.sortset |
| Modifier and Type | Method and Description |
|---|---|
static SortsetDatatypeOperations.ScoredByteBuffer |
SortsetDatatypeOperations.ScoredByteBuffer.createScoredByteBuffer(ByteBuffer byteBuffer,
double score) |
| Modifier and Type | Method and Description |
|---|---|
static List<SortsetDatatypeOperations.ScoredByteBuffer> |
RangeUtils.limitListByOffsetCount(int offset,
int count,
List<SortsetDatatypeOperations.ScoredByteBuffer> elements) |
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrangeByScoreWithScores(byte[] key,
double min,
double max)
Return the all the elements in the sorted set at key with a score between
min and max (including elements with score equal to min or max).
|
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count)
Return the all the elements in the sorted set at key with a score between
min and max (including elements with score equal to min or max).
|
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrangeWithScores(byte[] key,
long start,
long end) |
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
Set<SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.zrevrangeWithScores(byte[] key,
long start,
long end) |
| Modifier and Type | Method and Description |
|---|---|
int |
SortsetDatatypeOperations.ScoredByteBuffer.compareTo(SortsetDatatypeOperations.ScoredByteBuffer scoredByteBuffer) |
| Modifier and Type | Method and Description |
|---|---|
static double |
RangeUtils.getRealScoreForMaxValue(String value,
Collection<SortsetDatatypeOperations.ScoredByteBuffer> elements) |
static double |
RangeUtils.getRealScoreForMinValue(String value,
Collection<SortsetDatatypeOperations.ScoredByteBuffer> elements) |
static List<SortsetDatatypeOperations.ScoredByteBuffer> |
RangeUtils.limitListByOffsetCount(int offset,
int count,
List<SortsetDatatypeOperations.ScoredByteBuffer> elements) |
Copyright © 2016. All Rights Reserved.