Uses of Package
com.basho.riak.client.cap

Packages that use com.basho.riak.client.cap
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
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.builders These builders provide a fluid API for creating instances of some immutable (or mainly immutable classes) that have a large number of constructor parameters. 
com.basho.riak.client.cap Classes that are relevant in the face of eventually consistent, fault tolerant databases (like Riak). 
com.basho.riak.client.convert Classes for converting Riak data into domain specific classes and back. 
com.basho.riak.client.http.request Riak request classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.operations The interfaces/classes that model the set of operations for talking to Riak. 
com.basho.riak.client.query.indexes   
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 
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client
VClock
          Access the opaque Riak vector clock as either a String or array of bytes.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.bucket
ConflictResolver
          Implement to encode your conflict resolution strategy when faced with sibling values.
MutationProducer
          Maybe you want to produce a Mutation at will? Say if you are using a DomainBucket.
Quora
          An enum that models the set of symbolic quora.
Quorum
          Encapsulates a bucket's r/w/dw/rw/p/pr/pw quora as either the symbolic Quora or an int.
Retrier
          Fault tolerant systems need fault tolerant clients, implement to retry failed operations.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.builders
ConflictResolver
          Implement to encode your conflict resolution strategy when faced with sibling values.
MutationProducer
          Maybe you want to produce a Mutation at will? Say if you are using a DomainBucket.
Quora
          An enum that models the set of symbolic quora.
Quorum
          Encapsulates a bucket's r/w/dw/rw/p/pr/pw quora as either the symbolic Quora or an int.
Retrier
          Fault tolerant systems need fault tolerant clients, implement to retry failed operations.
VClock
          Access the opaque Riak vector clock as either a String or array of bytes.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.cap
ConflictResolver
          Implement to encode your conflict resolution strategy when faced with sibling values.
Mutation
          A Mutation is some encapsulated logic that generates a new value from some previous value
Quora
          An enum that models the set of symbolic quora.
Retrier
          Fault tolerant systems need fault tolerant clients, implement to retry failed operations.
VClock
          Access the opaque Riak vector clock as either a String or array of bytes.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.convert
VClock
          Access the opaque Riak vector clock as either a String or array of bytes.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.http.request
Quorum
          Encapsulates a bucket's r/w/dw/rw/p/pr/pw quora as either the symbolic Quora or an int.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.operations
ConflictResolver
          Implement to encode your conflict resolution strategy when faced with sibling values.
Mutation
          A Mutation is some encapsulated logic that generates a new value from some previous value
Quora
          An enum that models the set of symbolic quora.
Quorum
          Encapsulates a bucket's r/w/dw/rw/p/pr/pw quora as either the symbolic Quora or an int.
Retrier
          Fault tolerant systems need fault tolerant clients, implement to retry failed operations.
UnresolvedConflictException
          Thrown by Retrier.attempt(java.util.concurrent.Callable) when it finally fails.
VClock
          Access the opaque Riak vector clock as either a String or array of bytes.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.query.indexes
Retrier
          Fault tolerant systems need fault tolerant clients, implement to retry failed operations.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.raw
Quora
          An enum that models the set of symbolic quora.
Quorum
          Encapsulates a bucket's r/w/dw/rw/p/pr/pw quora as either the symbolic Quora or an int.
VClock
          Access the opaque Riak vector clock as either a String or array of bytes.
 

Classes in com.basho.riak.client.cap used by com.basho.riak.client.raw.http
Quorum
          Encapsulates a bucket's r/w/dw/rw/p/pr/pw quora as either the symbolic Quora or an int.
 



Copyright © 2012. All Rights Reserved.