Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.riak.core.RiakTemplate

Packages that use RiakTemplate
org.springframework.data.keyvalue.riak.core   
org.springframework.data.keyvalue.riak.core.io   
org.springframework.data.keyvalue.riak.mapreduce   
 

Uses of RiakTemplate in org.springframework.data.keyvalue.riak.core
 

Fields in org.springframework.data.keyvalue.riak.core declared as RiakTemplate
protected  RiakTemplate RiakKeyValueTemplate.riak
           
protected  RiakTemplate AbstractAsyncOperation.riakTemplate
           
 

Methods in org.springframework.data.keyvalue.riak.core that return RiakTemplate
 RiakTemplate AbstractAsyncOperation.getRiakTemplate()
           
<B1,K1,B2,K2>
RiakTemplate
RiakTemplate.link(B1 destBucket, K1 destKey, B2 sourceBucket, K2 sourceKey, String tag)
          Use Riak's native Link mechanism to link two entries together.
 

Methods in org.springframework.data.keyvalue.riak.core with parameters of type RiakTemplate
 void AbstractAsyncOperation.setRiakTemplate(RiakTemplate riakTemplate)
           
 

Constructors in org.springframework.data.keyvalue.riak.core with parameters of type RiakTemplate
AbstractAsyncOperation(RiakTemplate riakTemplate)
           
 

Uses of RiakTemplate in org.springframework.data.keyvalue.riak.core.io
 

Methods in org.springframework.data.keyvalue.riak.core.io that return RiakTemplate
 RiakTemplate RiakFile.getRiak()
           
 RiakTemplate RiakResource.getRiakTemplate()
           
 

Methods in org.springframework.data.keyvalue.riak.core.io with parameters of type RiakTemplate
 void RiakFile.setRiak(RiakTemplate riak)
           
 

Constructors in org.springframework.data.keyvalue.riak.core.io with parameters of type RiakTemplate
RiakFile(RiakTemplate riak, B bucket, K key)
           
RiakInputStream(RiakTemplate riak, B bucket, K key)
           
RiakOutputStream(RiakTemplate riak, B bucket, K key)
           
RiakResource(RiakTemplate riak, B bucket, K key)
           
 

Uses of RiakTemplate in org.springframework.data.keyvalue.riak.mapreduce
 

Fields in org.springframework.data.keyvalue.riak.mapreduce declared as RiakTemplate
protected  RiakTemplate RiakMapReduceJob.riakTemplate
           
 

Methods in org.springframework.data.keyvalue.riak.mapreduce that return RiakTemplate
 RiakTemplate RiakMapReduceJob.getRiakTemplate()
           
 

Methods in org.springframework.data.keyvalue.riak.mapreduce with parameters of type RiakTemplate
 void RiakMapReduceJob.setRiakTemplate(RiakTemplate riakTemplate)
           
 

Constructors in org.springframework.data.keyvalue.riak.mapreduce with parameters of type RiakTemplate
RiakMapReduceJob(RiakTemplate riakTemplate)
           
 


Spring Data Key-Value

Copyright © 2010 SpringSource. All Rights Reserved.