|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Client.LIST_POSITION | |
|---|---|
| org.idevlab.rjc | |
| org.idevlab.rjc.sharding | |
| Uses of Client.LIST_POSITION in org.idevlab.rjc |
|---|
| Methods in org.idevlab.rjc that return Client.LIST_POSITION | |
|---|---|
static Client.LIST_POSITION |
Client.LIST_POSITION.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Client.LIST_POSITION[] |
Client.LIST_POSITION.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.idevlab.rjc with parameters of type Client.LIST_POSITION | |
|---|---|
Long |
RedisOperations.linsert(String key,
Client.LIST_POSITION where,
String pivot,
String value)
Time complexity O(N) where N is the number of elements to traverse before seeing the value pivot. |
Long |
RedisNode.linsert(String key,
Client.LIST_POSITION where,
String pivot,
String value)
|
void |
Client.linsert(String key,
Client.LIST_POSITION where,
String pivot,
String value)
|
| Uses of Client.LIST_POSITION in org.idevlab.rjc.sharding |
|---|
| Methods in org.idevlab.rjc.sharding with parameters of type Client.LIST_POSITION | |
|---|---|
Long |
ShardedRedis.linsert(String key,
Client.LIST_POSITION where,
String pivot,
String value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||