Package | Description |
---|---|
redis.util |
Modifier and Type | Method and Description |
---|---|
BytesKey |
ZSetEntry.getKey() |
Modifier and Type | Method and Description |
---|---|
boolean |
ZSet.add(BytesKey key,
double score) |
int |
BytesKey.compareTo(BytesKey o) |
boolean |
BytesKeyObjectMap.containsKey(BytesKey key) |
ZSetEntry |
ZSet.get(BytesKey key) |
V |
BytesKeyObjectMap.get(BytesKey key) |
ZSetEntry |
BytesKeyZSet.get(BytesKey key) |
V |
BytesKeyObjectMap.put(BytesKey key,
V value) |
boolean |
ZSet.remove(BytesKey key) |
V |
BytesKeyObjectMap.remove(BytesKey key) |
Constructor and Description |
---|
ZSetEntry(BytesKey key,
double score) |
Copyright © 2015. All rights reserved.