|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortsetDatatypeOperations.ScoredByteBuffer | |
|---|---|
| com.lordofthejars.nosqlunit.redis.embedded | |
| Uses of SortsetDatatypeOperations.ScoredByteBuffer in com.lordofthejars.nosqlunit.redis.embedded |
|---|
| Fields in com.lordofthejars.nosqlunit.redis.embedded with type parameters of type SortsetDatatypeOperations.ScoredByteBuffer | |
|---|---|
protected com.google.common.collect.Multimap<ByteBuffer,SortsetDatatypeOperations.ScoredByteBuffer> |
SortsetDatatypeOperations.sortset
|
| Methods in com.lordofthejars.nosqlunit.redis.embedded that return SortsetDatatypeOperations.ScoredByteBuffer | |
|---|---|
static SortsetDatatypeOperations.ScoredByteBuffer |
SortsetDatatypeOperations.ScoredByteBuffer.createScoredByteBuffer(ByteBuffer byteBuffer,
double score)
|
| Methods in com.lordofthejars.nosqlunit.redis.embedded that return types with arguments of type SortsetDatatypeOperations.ScoredByteBuffer | |
|---|---|
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,
int start,
int 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,
int start,
int end)
|
| Methods in com.lordofthejars.nosqlunit.redis.embedded with parameters of type SortsetDatatypeOperations.ScoredByteBuffer | |
|---|---|
int |
SortsetDatatypeOperations.ScoredByteBuffer.compareTo(SortsetDatatypeOperations.ScoredByteBuffer scoredByteBuffer)
|
| Method parameters in com.lordofthejars.nosqlunit.redis.embedded with type arguments of type SortsetDatatypeOperations.ScoredByteBuffer | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||