Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.redis.connection.DataType

Packages that use DataType
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. 
org.springframework.data.keyvalue.redis.core Core package for integrating Redis with Spring concepts. 
org.springframework.data.keyvalue.redis.support.atomic Small toolkit mirroring the java.util.atomic package in Redis. 
org.springframework.data.keyvalue.redis.support.collections Package providing implementations for most of the java.util collections on top of Redis. 
 

Uses of DataType in org.springframework.data.keyvalue.redis.connection
 

Methods in org.springframework.data.keyvalue.redis.connection that return DataType
static DataType DataType.fromCode(String code)
          Utility method for converting an enum code to an actual enum.
 DataType RedisKeyCommands.type(byte[] key)
           
 DataType DefaultStringRedisConnection.type(byte[] key)
           
 DataType StringRedisConnection.type(String key)
           
 DataType DefaultStringRedisConnection.type(String key)
           
static DataType DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DataType in org.springframework.data.keyvalue.redis.connection.jedis
 

Methods in org.springframework.data.keyvalue.redis.connection.jedis that return DataType
 DataType JedisConnection.type(byte[] key)
           
 

Uses of DataType in org.springframework.data.keyvalue.redis.connection.jredis
 

Methods in org.springframework.data.keyvalue.redis.connection.jredis that return DataType
 DataType JredisConnection.type(byte[] key)
           
 

Uses of DataType in org.springframework.data.keyvalue.redis.connection.rjc
 

Methods in org.springframework.data.keyvalue.redis.connection.rjc that return DataType
 DataType RjcConnection.type(byte[] key)
           
 

Uses of DataType in org.springframework.data.keyvalue.redis.core
 

Methods in org.springframework.data.keyvalue.redis.core that return DataType
 DataType BoundKeyOperations.getType()
          Returns the associated Redis type.
 DataType RedisTemplate.type(K key)
           
 DataType RedisOperations.type(K key)
           
 

Uses of DataType in org.springframework.data.keyvalue.redis.support.atomic
 

Methods in org.springframework.data.keyvalue.redis.support.atomic that return DataType
 DataType RedisAtomicLong.getType()
           
 DataType RedisAtomicInteger.getType()
           
 

Uses of DataType in org.springframework.data.keyvalue.redis.support.collections
 

Methods in org.springframework.data.keyvalue.redis.support.collections that return DataType
 DataType DefaultRedisZSet.getType()
           
 DataType DefaultRedisSet.getType()
           
 DataType DefaultRedisMap.getType()
           
 DataType DefaultRedisList.getType()
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.