Spring Data Key-Value

Spring Data Key-Value Distribution 1.0.0.M3 API

This document is the API specification for the Spring Data project.

See:
          Description

Spring Data Key Value Core
org.springframework.data.keyvalue  

 

Spring Data Redis Support
org.springframework.data.keyvalue.redis Root package for integrating Redis with Spring concepts.
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.connection.util Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
org.springframework.data.keyvalue.redis.core Core package for integrating Redis with Spring concepts.
org.springframework.data.keyvalue.redis.core.query Query package for Redis template.
org.springframework.data.keyvalue.redis.hash Dedicated support package for Redis hashes.
org.springframework.data.keyvalue.redis.listener Base package for Redis message listener / pubsub container facility
org.springframework.data.keyvalue.redis.listener.adapter Message listener adapter package.
org.springframework.data.keyvalue.redis.serializer Serialization/Deserialization package for converting Object to (and from) binary data.
org.springframework.data.keyvalue.redis.support Classes supporting the Redis packages, such as collection or atomic counters.
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.

 

Spring Data Riak Support
org.springframework.data.keyvalue.riak  
org.springframework.data.keyvalue.riak.convert  
org.springframework.data.keyvalue.riak.core  
org.springframework.data.keyvalue.riak.core.io  
org.springframework.data.keyvalue.riak.groovy  
org.springframework.data.keyvalue.riak.mapreduce  
org.springframework.data.keyvalue.riak.util  

 

This document is the API specification for the Spring Data project.


If you are interested in commercial training, consultancy and support for the Spring Data Framework, SpringSource provides such commercial support.


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.