Uses of Class
com.basho.riak.client.raw.StoreMeta

Packages that use StoreMeta
com.basho.riak.client.bucket A bucket is a namespace abstraction provided by Riak, the API uses Bucket as the primary way to interact with data stored in Riak. 
com.basho.riak.client.raw The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
com.basho.riak.client.raw.pbc Classes for adapting the pbc.RiakClient to the RawClient interface 
 

Uses of StoreMeta in com.basho.riak.client.bucket
 

Constructors in com.basho.riak.client.bucket with parameters of type StoreMeta
DomainBucket(Bucket bucket, ConflictResolver<T> resolver, Converter<T> converter, MutationProducer<T> mutationProducer, StoreMeta storeMeta, FetchMeta fetchMeta, DeleteMeta deleteMeta, Class<T> clazz, Retrier retrier)
          Create a new DomainBucket for clazz Class objects wrapped around bucket It is recommended to use the DomainBucketBuilder rather than this constructor.
 

Uses of StoreMeta in com.basho.riak.client.raw
 

Methods in com.basho.riak.client.raw that return StoreMeta
 StoreMeta StoreMeta.Builder.build()
           
static StoreMeta StoreMeta.empty()
           
 StoreMeta StoreMeta.etags(String[] etags)
          Optional supporting data for ifNoneMatch for the HTTP API
static StoreMeta StoreMeta.headOnly()
           
 StoreMeta StoreMeta.lastModified(Date lastModified)
          Optional supporting parameter for ifNotModified for the HTTP API
 

Methods in com.basho.riak.client.raw with parameters of type StoreMeta
 RiakResponse RawClient.store(IRiakObject object, StoreMeta storeMeta)
          Store the given IRiakObject in Riak at the location bucket/key
 RiakResponse ClusterClient.store(IRiakObject object, StoreMeta storeMeta)
           
 

Uses of StoreMeta in com.basho.riak.client.raw.http
 

Methods in com.basho.riak.client.raw.http with parameters of type StoreMeta
 RiakResponse HTTPClientAdapter.store(IRiakObject object, StoreMeta storeMeta)
           
 

Uses of StoreMeta in com.basho.riak.client.raw.pbc
 

Methods in com.basho.riak.client.raw.pbc with parameters of type StoreMeta
 RiakResponse PBClientAdapter.store(IRiakObject riakObject, StoreMeta storeMeta)
           
 



Copyright © 2012. All Rights Reserved.