Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.redis.connection.RedisListCommands.Position

Packages that use RedisListCommands.Position
org.springframework.data.keyvalue.redis.connection Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries. 
org.springframework.data.keyvalue.redis.connection.jedis Connection package for Jedis library. 
org.springframework.data.keyvalue.redis.connection.jredis Connection package for JRedis library. 
org.springframework.data.keyvalue.redis.connection.rjc Connection package for RJC library. 
 

Uses of RedisListCommands.Position in org.springframework.data.keyvalue.redis.connection
 

Methods in org.springframework.data.keyvalue.redis.connection that return RedisListCommands.Position
static RedisListCommands.Position RedisListCommands.Position.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RedisListCommands.Position[] RedisListCommands.Position.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.keyvalue.redis.connection with parameters of type RedisListCommands.Position
 Long DefaultStringRedisConnection.lInsert(byte[] key, RedisListCommands.Position where, byte[] pivot, byte[] value)
           
 Long RedisListCommands.lInsert(byte[] key, RedisListCommands.Position where, byte[] pivot, byte[] value)
           
 Long DefaultStringRedisConnection.lInsert(String key, RedisListCommands.Position where, String pivot, String value)
           
 Long StringRedisConnection.lInsert(String key, RedisListCommands.Position where, String pivot, String value)
           
 

Uses of RedisListCommands.Position in org.springframework.data.keyvalue.redis.connection.jedis
 

Methods in org.springframework.data.keyvalue.redis.connection.jedis with parameters of type RedisListCommands.Position
 Long JedisConnection.lInsert(byte[] key, RedisListCommands.Position where, byte[] pivot, byte[] value)
           
 

Uses of RedisListCommands.Position in org.springframework.data.keyvalue.redis.connection.jredis
 

Methods in org.springframework.data.keyvalue.redis.connection.jredis with parameters of type RedisListCommands.Position
 Long JredisConnection.lInsert(byte[] key, RedisListCommands.Position where, byte[] pivot, byte[] value)
           
 

Uses of RedisListCommands.Position in org.springframework.data.keyvalue.redis.connection.rjc
 

Methods in org.springframework.data.keyvalue.redis.connection.rjc with parameters of type RedisListCommands.Position
 Long RjcConnection.lInsert(byte[] key, RedisListCommands.Position where, byte[] pivot, byte[] value)
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.