A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

AbstractIndexQuery - Class in com.basho.riak.client.raw.query.indexes
Base implementation of common behaviour for an IndexQuery
AbstractIndexQuery(String, String) - Constructor for class com.basho.riak.client.raw.query.indexes.AbstractIndexQuery
 
AbstractKeyFilter - Class in com.basho.riak.client.query.filter
Abstract implementation that provides a skeletal getFilter implementation.
AbstractKeyFilter() - Constructor for class com.basho.riak.client.query.filter.AbstractKeyFilter
 
AbstractLogicalFilter - Class in com.basho.riak.client.query.filter
Shared code for the set of "logical" filters.
AbstractLogicalFilter(KeyFilter...) - Constructor for class com.basho.riak.client.query.filter.AbstractLogicalFilter
 
AbstractRangeQuery<T> - Class in com.basho.riak.client.raw.query.indexes
Base, common, generic RangeQuery implementation
AbstractRangeQuery(String, String, T, T) - Constructor for class com.basho.riak.client.raw.query.indexes.AbstractRangeQuery
Called by concrete implementations
AbstractValueQuery<T> - Class in com.basho.riak.client.raw.query.indexes
Common, base, generic implementation for value match index queries.
AbstractValueQuery(String, String, T) - Constructor for class com.basho.riak.client.raw.query.indexes.AbstractValueQuery
Called by concrete subclasses
accepts(Class<? extends Configuration>) - Method in class com.basho.riak.client.raw.http.HTTPClusterClientFactory
 
accepts(Class<? extends Configuration>) - Method in class com.basho.riak.client.raw.http.HTTPRiakClientFactory
 
accepts(Class<? extends Configuration>) - Method in class com.basho.riak.client.raw.pbc.PBClusterClientFactory
 
accepts(Class<? extends Configuration>) - Method in class com.basho.riak.client.raw.pbc.PBRiakClientFactory
 
accepts(Class<? extends Configuration>) - Method in interface com.basho.riak.client.raw.RiakClientFactory
Is the concrete factory able to create RawClients with configClass Configurations? Call before newClient.
AcquireConnectionTimeoutException - Exception in com.basho.riak.pbc
Thrown by the RiakConnectionPool if acquire times out.
AcquireConnectionTimeoutException() - Constructor for exception com.basho.riak.pbc.AcquireConnectionTimeoutException
 
AcquireConnectionTimeoutException(String) - Constructor for exception com.basho.riak.pbc.AcquireConnectionTimeoutException
 
AcquireConnectionTimeoutException(String, Throwable) - Constructor for exception com.basho.riak.pbc.AcquireConnectionTimeoutException
 
add(MapReduceFilter) - Method in class com.basho.riak.client.http.mapreduce.filter.LogicalAndFilter
 
add(MapReduceFilter) - Method in class com.basho.riak.client.http.mapreduce.filter.LogicalFilterGroup
 
add(MapReduceFilter) - Method in class com.basho.riak.client.http.mapreduce.filter.LogicalNotFilter
 
add(MapReduceFilter) - Method in class com.basho.riak.client.http.mapreduce.filter.LogicalOrFilter
 
add(T) - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
add(MapReduceFilter) - Method in class com.basho.riak.client.mapreduce.filter.LogicalAndFilter
Deprecated.
 
add(MapReduceFilter) - Method in class com.basho.riak.client.mapreduce.filter.LogicalFilterGroup
Deprecated.
 
add(MapReduceFilter) - Method in class com.basho.riak.client.mapreduce.filter.LogicalNotFilter
Deprecated.
 
add(MapReduceFilter) - Method in class com.basho.riak.client.mapreduce.filter.LogicalOrFilter
Deprecated.
 
add(KeyFilter) - Method in class com.basho.riak.client.query.filter.AbstractLogicalFilter
 
add(KeyFilter) - Method in class com.basho.riak.client.query.filter.LogicalFilterGroup
 
add(String, String) - Method in class com.basho.riak.client.query.indexes.RiakIndexes
Add a new BinIndex value to the set
add(String, long) - Method in class com.basho.riak.client.query.indexes.RiakIndexes
Add a new IntIndex value to the set
add(NodeStats) - Method in class com.basho.riak.client.query.NodeStats
Adds a set of stats to the end of the collection.
add(T) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
addAll(Collection<? extends T>) - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
addAll(Collection<? extends T>) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
addBinSet(String, Set<String>) - Method in class com.basho.riak.client.query.indexes.RiakIndexes
Add a new BinIndex set of values to the set
addClient(T) - Method in class com.basho.riak.client.raw.config.ClusterConfig
Add a new client config to the collection of client in the cluster config
addHosts(String...) - Method in class com.basho.riak.client.raw.config.ClusterConfig
Convenience method for creating a cluster of hosts with a common, default config except for host
addHosts(T, String...) - Method in class com.basho.riak.client.raw.config.ClusterConfig
Convenience method for creating a cluster of hosts with a common config except for host
addHosts(String...) - Method in class com.basho.riak.client.raw.http.HTTPClusterConfig
 
addHosts(HTTPClientConfig, String...) - Method in class com.basho.riak.client.raw.http.HTTPClusterConfig
 
addHosts(String...) - Method in class com.basho.riak.client.raw.pbc.PBClusterConfig
 
addHosts(PBClientConfig, String...) - Method in class com.basho.riak.client.raw.pbc.PBClusterConfig
 
addIndex(String, long) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
Add a RiakIndex to the new riak object's collection.
addIndex(String, String) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
Add a RiakIndex to the new riak object's collection.
addIndex(String, String) - Method in class com.basho.riak.client.DefaultRiakObject
 
addIndex(String, long) - Method in class com.basho.riak.client.DefaultRiakObject
 
addIndex(String, String) - Method in class com.basho.riak.client.http.RiakObject
Add a binary index to the object
addIndex(String, long) - Method in class com.basho.riak.client.http.RiakObject
Add an int index to this object
addIndex(String, String) - Method in interface com.basho.riak.client.IRiakObject
Add a String index to this objects indexes.
addIndex(String, long) - Method in interface com.basho.riak.client.IRiakObject
Add an int index to this objects indexes.
addIndex(String, String) - Method in class com.basho.riak.pbc.RiakObject
Add a binary index to the object
addIndex(String, long) - Method in class com.basho.riak.pbc.RiakObject
Add an int index to this object
addInput(String, String, String) - Method in class com.basho.riak.client.query.BucketKeyMapReduce
Add a bucket, key, keydata to the list of inputs for the m/r query
addInput(String, String) - Method in class com.basho.riak.client.query.BucketKeyMapReduce
Add a bucket, key input to the query
addIntSet(String, Set<? extends Number>) - Method in class com.basho.riak.client.query.indexes.RiakIndexes
Add a new set of IntIndex values to the set
addKeyFilter(KeyFilter) - Method in class com.basho.riak.client.query.BucketMapReduce
Add a KeyFilter to the inputs for the Map/Reduce job
addKeyFilters(KeyFilter...) - Method in class com.basho.riak.client.query.BucketMapReduce
Add one or some KeyFilters to this map/reduce operations inputs
addLink(String, String, String) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
Add a RiakLink to the new riak object's collection.
addLink(RiakLink) - Method in class com.basho.riak.client.DefaultRiakObject
 
addLink(RiakLink) - Method in class com.basho.riak.client.http.RiakObject
 
addLink(RiakLink) - Method in interface com.basho.riak.client.IRiakObject
Add link to this RiakObject's links.
addLink(RiakLink) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Add link to this RiakObject's links.
addLink(String, String, String) - Method in class com.basho.riak.pbc.RiakObject
 
addLink(ByteString, ByteString, ByteString) - Method in class com.basho.riak.pbc.RiakObject
 
addLinkPhase(String, String, boolean) - Method in class com.basho.riak.client.query.MapReduce
Add a Link Phase that points to bucket / tag .
addLinkPhase(String, String) - Method in class com.basho.riak.client.query.MapReduce
Create a Link Phase that points to bucket / tag keep will be false
addMapPhase(Function, boolean) - Method in class com.basho.riak.client.query.MapReduce
Add MapPhase to the query
addMapPhase(Function, Object, boolean) - Method in class com.basho.riak.client.query.MapReduce
Add a MapPhase
addMapPhase(Function, Object) - Method in class com.basho.riak.client.query.MapReduce
Add a MapPhase
addMapPhase(Function) - Method in class com.basho.riak.client.query.MapReduce
Add a MapPhase
addPostcommitHook(NamedErlangFunction) - Method in class com.basho.riak.client.bucket.WriteBucket
Add a postcommit hook to the Collection of post commit hooks for the bucket to written.
addPostcommitHook(NamedErlangFunction) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
addPrecommitHook(NamedFunction) - Method in class com.basho.riak.client.bucket.WriteBucket
Add a precommit hook to the Collection of hooks to be written.
addPrecommitHook(NamedFunction) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
addReducePhase(Function, boolean) - Method in class com.basho.riak.client.query.MapReduce
Add ReducePhase to the query
addReducePhase(Function, Object, boolean) - Method in class com.basho.riak.client.query.MapReduce
addReducePhase(Function, Object) - Method in class com.basho.riak.client.query.MapReduce
addReducePhase(Function) - Method in class com.basho.riak.client.query.MapReduce
addRiakObject(String, String) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Adds a Riak object (bucket name/key pair) to the map/reduce job as inputs
addRiakObject(String, String) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Adds a Riak object (bucket name/key pair) to the map/reduce job as inputs
addRiakObject(String, String) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Adds a Riak object (bucket name/key pair) to the map/reduce job as inputs
addStep(String, String, String) - Method in class com.basho.riak.client.http.request.RiakWalkSpec
Append a step to this walk spec.
addStep(String, String, boolean) - Method in class com.basho.riak.client.http.request.RiakWalkSpec
Append a step to this walk spec.
addStep(String, String) - Method in class com.basho.riak.client.http.request.RiakWalkSpec
Append a step to this walk spec, and take the default option for the accumulate flag.
addStep(String, String, LinkWalkStep.Accumulate) - Method in class com.basho.riak.client.query.LinkWalk
Add a link walking step to this link walk
addStep(String, String, boolean) - Method in class com.basho.riak.client.query.LinkWalk
Add a link walking step to this link walk
addStep(String, String) - Method in class com.basho.riak.client.query.LinkWalk
Add a link walking step to this link walk using the default accumulate value for the step (NO for all steps accept last step)
addStep(String, String, String) - Method in class com.basho.riak.client.request.RiakWalkSpec
Append a step to this walk spec.
addStep(String, String, boolean) - Method in class com.basho.riak.client.request.RiakWalkSpec
Append a step to this walk spec.
addStep(String, String) - Method in class com.basho.riak.client.request.RiakWalkSpec
Append a step to this walk spec, and take the default option for the accumulate flag.
addUsermeta(String, String) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
Add an item of user meta data to the collection for the new Riak object.
addUsermeta(String, String) - Method in class com.basho.riak.client.DefaultRiakObject
 
addUsermeta(String, String) - Method in interface com.basho.riak.client.IRiakObject
Adds the key, value to the collection of user meta data for this object.
addUsermetaItem(String, String) - Method in class com.basho.riak.client.http.RiakObject
 
addUsermetaItem(String, String) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Adds the key, value to the collection of user meta for this object.
addUsermetaItem(String, String) - Method in class com.basho.riak.pbc.RiakObject
Add an item to the user meta data for this RiakObject.
addUtf8Charset(String) - Static method in class com.basho.riak.client.util.CharsetUtils
Adds the utf-8 charset to a content type.
allBinIndexes() - Method in class com.basho.riak.client.DefaultRiakObject
 
allBinIndexes() - Method in interface com.basho.riak.client.IRiakObject
Secondary indexes for this object.
allIntIndexes() - Method in class com.basho.riak.client.DefaultRiakObject
Deprecated.
allIntIndexes() - Method in interface com.basho.riak.client.IRiakObject
Deprecated. 
allIntIndexesV2() - Method in class com.basho.riak.client.DefaultRiakObject
 
allIntIndexesV2() - Method in interface com.basho.riak.client.IRiakObject
Secondary indexes for this object.
allowMult(boolean) - Method in class com.basho.riak.pbc.BucketProperties
 
allowSiblings(boolean) - Method in class com.basho.riak.client.bucket.WriteBucket
Should the bucket have allow_mult set to true?
allowSiblings(Boolean) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
AnnotationCache - Class in com.basho.riak.client.convert.reflect
TODO: consider class reloading and re-scanning
AnnotationCache() - Constructor for class com.basho.riak.client.convert.reflect.AnnotationCache
 
AnnotationHelper - Class in com.basho.riak.client.convert.reflect
Singleton that wraps a cache of Class -> AnnotatioInfo and provides convenience methods for getting and setting Riak annotated field values
AnnotationInfo - Class in com.basho.riak.client.convert.reflect
Class that contains the Riak annotated fields for an annotated class
AnnotationInfo(Field, List<UsermetaField>, Field, List<RiakIndexField>, List<RiakIndexMethod>, Field, Field, Field) - Constructor for class com.basho.riak.client.convert.reflect.AnnotationInfo
 
AnnotationScanner - Class in com.basho.riak.client.convert.reflect
A Callable that loops over a classes fields and pulls out the fields for RiakUsermeta and RiakKey
AnnotationScanner(Class) - Constructor for class com.basho.riak.client.convert.reflect.AnnotationScanner
 
anon(String) - Static method in class com.basho.riak.client.http.mapreduce.JavascriptFunction
Shortcut for creating a reference to an anonymous Javascript function
anon(String) - Static method in class com.basho.riak.client.mapreduce.JavascriptFunction
Deprecated.
Shortcut for creating a reference to an anonymous Javascript function
anon(String) - Static method in class com.basho.riak.pbc.mapreduce.JavascriptFunction
Shortcut for creating a reference to an anonymous Javascript function
AnonymousFunction - Interface in com.basho.riak.client.query.functions
Tag interface for anonymous functions.
apply(T) - Method in class com.basho.riak.client.cap.ClobberMutation
 
apply(T) - Method in interface com.basho.riak.client.cap.Mutation
Applies a mutation to the original value passed in
Args - Class in com.basho.riak.client.query.functions
Holder class for common, Riak specified, M/R function args
asArray() - Method in class com.basho.riak.client.query.filter.AbstractKeyFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.AbstractLogicalFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.BetweenFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.EndsWithFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.EqualToFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.GreaterThanFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.GreaterThanOrEqualFilter
 
asArray() - Method in interface com.basho.riak.client.query.filter.KeyFilter
A view of the key filter as an Object array.
asArray() - Method in class com.basho.riak.client.query.filter.LessThanFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.LessThanOrEqualFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.LogicalFilterGroup
 
asArray() - Method in class com.basho.riak.client.query.filter.MatchFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.NotEqualToFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.SetMemberFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.SimilarToFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.StartsWithFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.TokenizeFilter
 
asArray() - Method in class com.basho.riak.client.query.filter.UrlDecodeFilter
 
asBytes(String, Charset) - Static method in class com.basho.riak.client.util.CharsetUtils
Turn a string into an array of bytes using the passed Charset
ASCII - Static variable in class com.basho.riak.client.util.CharsetUtils
 
asHeaderMap(Header[]) - Static method in class com.basho.riak.client.http.util.ClientUtils
Convert a header array returned from HttpClient to a map
asHeaderMap(Header[]) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Convert a header array returned from HttpClient to a map
asis(boolean) - Method in class com.basho.riak.client.operations.StoreObject
If you don't know what this is or what it does, you should not be using it.
asis(boolean) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
asis(boolean) - Method in class com.basho.riak.pbc.RequestMeta
 
asString() - Method in class com.basho.riak.client.cap.BasicVClock
 
asString() - Method in interface com.basho.riak.client.cap.VClock
 
asString(byte[], Charset) - Static method in class com.basho.riak.client.util.CharsetUtils
Turns a byte[] array into a string in the provided Charset
asUTF8String(byte[]) - Static method in class com.basho.riak.client.util.CharsetUtils
Turns a byte[] array into a UTF8 string
attempt(Callable<T>) - Method in class com.basho.riak.client.cap.DefaultRetrier
 
attempt(Callable<T>, int) - Static method in class com.basho.riak.client.cap.DefaultRetrier
Calls Callable.call() times before giving up and throwing a RiakRetryFailedException There is no back off.
attempt(Callable<T>) - Method in interface com.basho.riak.client.cap.Retrier
Called by RiakOperation execute methods to give some measure of fault tolerance.
attempts(int) - Static method in class com.basho.riak.client.cap.DefaultRetrier
Static factory method to create a default retrier

B

backend(String) - Method in class com.basho.riak.client.bucket.WriteBucket
Which backend this bucket uses.
backend(String) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
backend(String) - Method in class com.basho.riak.pbc.BucketProperties
 
BASE_URL_PATTERN - Static variable in class com.basho.riak.client.http.RiakConfig
 
BASE_URL_PATTERN - Static variable in class com.basho.riak.client.RiakConfig
Deprecated.
 
bashoMetricsVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the basho_lager_version value from the Riak stats reply
bashoStatsVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the basho_stats_version value from the Riak stats reply
basicQuorum(boolean) - Method in class com.basho.riak.client.bucket.WriteBucket
The default basic_quorum value NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport
basicQuorum(Boolean) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
Set default basicQuorum value for bucket
basicQuorum(boolean) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
basicQuorum(boolean) - Method in class com.basho.riak.client.operations.CounterObject
fail early if a quorum of error/notfounds are reached before a successful read (for a fetch operation)
basicQuorum(boolean) - Method in class com.basho.riak.client.operations.FetchObject
 
basicQuorum(boolean) - Method in class com.basho.riak.client.operations.MultiFetchObject
 
basicQuorum(boolean) - Method in class com.basho.riak.client.operations.StoreObject
fail early if a quorum of error/notfounds are reached before a successful read (for the pre-store fetch)
basicQuorum(boolean) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
basicQuorum(Boolean) - Method in class com.basho.riak.pbc.BucketProperties
 
BasicVClock - Class in com.basho.riak.client.cap
An implementation of VClock that wraps a byte[]
BasicVClock(byte[]) - Constructor for class com.basho.riak.client.cap.BasicVClock
Create BasicVclock
BetweenFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
BetweenFilter(String, String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.BetweenFilter
 
BetweenFilter(int, int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.BetweenFilter
 
BetweenFilter(long, long) - Constructor for class com.basho.riak.client.http.mapreduce.filter.BetweenFilter
 
BetweenFilter(double, double) - Constructor for class com.basho.riak.client.http.mapreduce.filter.BetweenFilter
 
BetweenFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.BetweenFilter instead.

WARNING: This class will be REMOVED in the next version.

BetweenFilter(String, String) - Constructor for class com.basho.riak.client.mapreduce.filter.BetweenFilter
Deprecated.
 
BetweenFilter(int, int) - Constructor for class com.basho.riak.client.mapreduce.filter.BetweenFilter
Deprecated.
 
BetweenFilter(long, long) - Constructor for class com.basho.riak.client.mapreduce.filter.BetweenFilter
Deprecated.
 
BetweenFilter(double, double) - Constructor for class com.basho.riak.client.mapreduce.filter.BetweenFilter
Deprecated.
 
BetweenFilter - Class in com.basho.riak.client.query.filter
Key filter that matches keys in a range delimited by from - to
BetweenFilter(String, String) - Constructor for class com.basho.riak.client.query.filter.BetweenFilter
Include keys that are alphabetically between from and to
BetweenFilter(int, int) - Constructor for class com.basho.riak.client.query.filter.BetweenFilter
Include keys whose value falls between from and to
BetweenFilter(long, long) - Constructor for class com.basho.riak.client.query.filter.BetweenFilter
Include keys whose value falls between from and to
BetweenFilter(double, double) - Constructor for class com.basho.riak.client.query.filter.BetweenFilter
Include keys whose value falls between from and to
bigVClock(int) - Method in class com.basho.riak.client.bucket.WriteBucket
set the big_vclock prune size
bigVClock(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
bigVClock(Integer) - Method in class com.basho.riak.pbc.BucketProperties
 
BinIndex - Class in com.basho.riak.client.http
 
BinIndex(String, String) - Constructor for class com.basho.riak.client.http.BinIndex
 
BinIndex - Class in com.basho.riak.client.query.indexes
 
BinIndex(String) - Constructor for class com.basho.riak.client.query.indexes.BinIndex
 
BinRangeQuery - Class in com.basho.riak.client.raw.query.indexes
Concrete range, index query for _bin type indexes
BinRangeQuery(BinIndex, String, String, String) - Constructor for class com.basho.riak.client.raw.query.indexes.BinRangeQuery
Create a bew BinRangeQuery
BinValueQuery - Class in com.basho.riak.client.raw.query.indexes
Concrete value query for a BinIndex
BinValueQuery(BinIndex, String, String) - Constructor for class com.basho.riak.client.raw.query.indexes.BinValueQuery
Create a query that matches the given value for the given index
bitcaskVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the bitcask_version value from the Riak stats reply
branch() - Method in class com.basho.riak.client.http.util.BranchableInputStream
 
branch() - Method in class com.basho.riak.client.util.BranchableInputStream
Deprecated.
 
BranchableInputStream - Class in com.basho.riak.client.http.util
An input stream that can be branched into other InputStreams, each maintaining its own location, with the main read() method always returning bytes from the furthest advanced branch.
BranchableInputStream(InputStream) - Constructor for class com.basho.riak.client.http.util.BranchableInputStream
 
BranchableInputStream(InputStream, int) - Constructor for class com.basho.riak.client.http.util.BranchableInputStream
 
BranchableInputStream - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.BranchableInputStream instead.

WARNING: This class will be REMOVED in the next version.

BranchableInputStream(InputStream) - Constructor for class com.basho.riak.client.util.BranchableInputStream
Deprecated.
 
BranchableInputStream(InputStream, int) - Constructor for class com.basho.riak.client.util.BranchableInputStream
Deprecated.
 
Bucket - Interface in com.basho.riak.client.bucket
The primary interface for working with Key/Value data in Riak, a factory for key/value RiakOperations.
BucketIndex - Class in com.basho.riak.client.query.indexes
Special BinIndex with no suffix, name $bucket, that provides range access to keys in a bucket.
BucketKeyMapReduce - Class in com.basho.riak.client.query
Map/Reduce over a set of bucket/key/keydata inputs.
BucketKeyMapReduce(RawClient) - Constructor for class com.basho.riak.client.query.BucketKeyMapReduce
The RawClient to execute the Map/Reduce query Use IRiakClient.mapReduce() as a factory to create your map/reduce operation.
BucketMapReduce - Class in com.basho.riak.client.query
Map/Reduce over a bucket, optionally add Key Filters to narrow the inputs.
BucketMapReduce(RawClient, String) - Constructor for class com.basho.riak.client.query.BucketMapReduce
Create a Map Reduce job over the specified bucket to be executed by the specified RawClient.
BucketProperties - Interface in com.basho.riak.client.bucket
The set of properties for a bucket, things like n_val, allow_mult, default read quorum.
BucketProperties - Class in com.basho.riak.pbc
PBC's model of Riak Bucket properties.
BucketProperties() - Constructor for class com.basho.riak.pbc.BucketProperties
 
BucketPropertiesBuilder - Class in com.basho.riak.client.builders
Used to create instances of BucketProperties.
BucketPropertiesBuilder() - Constructor for class com.basho.riak.client.builders.BucketPropertiesBuilder
 
BucketResponse - Class in com.basho.riak.client.http.response
Response from a GET request at a bucket's URL.
BucketResponse(HttpResponse) - Constructor for class com.basho.riak.client.http.response.BucketResponse
On a 2xx response, parses the JSON response into a RiakBucketInfo
BucketResponse - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.BucketResponse instead.

WARNING: This class will be REMOVED in the next version.

BucketResponse(HttpResponse) - Constructor for class com.basho.riak.client.response.BucketResponse
Deprecated.
On a 2xx response, parses the JSON response into a RiakBucketInfo
BucketSource - Class in com.basho.riak.client.raw.http
Wraps the stream of keys from BucketResponse.getBucketInfo.getKeys in an iterator, handles closing the underlying http stream when finished.
BucketSource(ListBucketsResponse) - Constructor for class com.basho.riak.client.raw.http.BucketSource
Create a Key Source from an http.ListBucketsResponse in response to {@link RiakClient#listBuckets(boolean) request.
BucketSource - Class in com.basho.riak.pbc
 
BucketSource(RiakClient, RiakConnection) - Constructor for class com.basho.riak.pbc.BucketSource
 
bufferStream(InputStream) - Static method in class com.basho.riak.client.http.util.ClientUtils
Buffers an input stream into a byte array
bufferStream(InputStream) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Buffers an input stream into a byte array
build() - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
build() - Method in class com.basho.riak.client.builders.DomainBucketBuilder
Generate the DomainBucket
build() - Method in class com.basho.riak.client.builders.RiakObjectBuilder
Construct a DefaultRiakObject from this builders parameters
build() - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
build() - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
build() - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
build() - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
 
build() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
build() - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
build() - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
build() - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
build() - Method in class com.basho.riak.pbc.RiakLink
 
builder(Bucket, Class<T>) - Static method in class com.basho.riak.client.bucket.DomainBucket
Factory method to create a new DomainBucketBuilder for the given Bucket and Class.
buildProtocolBufferReq() - Method in class com.basho.riak.pbc.IndexRequest
 

C

cache(T) - Method in class com.basho.riak.client.http.util.CollectionWrapper
Called by subclasses to add an object to the cache when executing cacheNext().
cache(T) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
Called by subclasses to add an object to the cache when executing cacheNext().
cacheNext() - Method in class com.basho.riak.client.http.response.StreamedBucketsCollection
 
cacheNext() - Method in class com.basho.riak.client.http.response.StreamedKeysCollection
Tries to read and cache another set of keys from the input stream.
cacheNext() - Method in class com.basho.riak.client.http.response.StreamedSiblingsCollection
Tries to read and cache another part of the multipart/mixed stream.
cacheNext() - Method in class com.basho.riak.client.http.util.CollectionWrapper
Cache one or more objects from the backend by calling cache(T)
cacheNext() - Method in class com.basho.riak.client.response.StreamedKeysCollection
Deprecated.
Tries to read and cache another set of keys from the input stream.
cacheNext() - Method in class com.basho.riak.client.response.StreamedSiblingsCollection
Deprecated.
Tries to read and cache another part of the multipart/mixed stream.
cacheNext() - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
Cache one or more objects from the backend by calling cache(T)
call() - Method in class com.basho.riak.client.convert.reflect.AnnotationScanner
 
cancel() - Method in interface com.basho.riak.client.query.StreamingOperation
Cancels the operation and cleans up the underlying network connection
cancel() - Method in class com.basho.riak.client.raw.http.BucketSource
 
cancel() - Method in class com.basho.riak.client.raw.http.IndexSource
 
cancel() - Method in class com.basho.riak.client.raw.http.KeySource
 
cancel() - Method in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
capture(T) - Method in class com.basho.riak.client.raw.http.ResultCapture
 
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class com.basho.riak.client.convert.RiakBeanSerializerModifier
 
CharsetUtils - Class in com.basho.riak.client.util
Utils for dealing with byte[], String charset issues, especially since Java 5 is less cool than Java 6 in this respect.
CharsetUtils() - Constructor for class com.basho.riak.client.util.CharsetUtils
 
cHashFun(ModuleFunction) - Method in class com.basho.riak.pbc.BucketProperties
 
chashKeyFunction(NamedErlangFunction) - Method in class com.basho.riak.client.bucket.WriteBucket
Set the chash_key_fun on the bucket to be written
chashKeyFunction(NamedErlangFunction) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
checkAndFixAccess(T) - Static method in class com.basho.riak.client.convert.reflect.ClassUtil
Make the Member accessible if possible, throw IllegalArgumentException is not.
ClassUtil - Class in com.basho.riak.client.convert.reflect
Reflection/class utilities.
clear() - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
clear() - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
clearRiakObjects() - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Remove all Riak objects from the input list
clearRiakObjects() - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Remove all Riak objects from the input list
clearRiakObjects() - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Remove all Riak objects from the input list
client - Variable in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
ClientHelper - Class in com.basho.riak.client.http.util
This class performs the actual HTTP requests underlying the operations in RiakClient and returns the resulting HTTP responses.
ClientHelper(RiakConfig, String) - Constructor for class com.basho.riak.client.http.util.ClientHelper
 
ClientHelper - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.ClientHelper instead.

WARNING: This class will be REMOVED in the next version.

ClientHelper(RiakConfig, String) - Constructor for class com.basho.riak.client.util.ClientHelper
Deprecated.
 
ClientId - Class in com.basho.riak.client.cap
A random clientId generator.
ClientId() - Constructor for class com.basho.riak.client.cap.ClientId
 
ClientUtils - Class in com.basho.riak.client.http.util
Utility functions.
ClientUtils() - Constructor for class com.basho.riak.client.http.util.ClientUtils
 
ClientUtils - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.ClientUtils instead.

WARNING: This class will be REMOVED in the next version.

ClientUtils() - Constructor for class com.basho.riak.client.util.ClientUtils
Deprecated.
 
ClobberMutation<T> - Class in com.basho.riak.client.cap
A mutation that overwrites the original value with a new one.
ClobberMutation(T) - Constructor for class com.basho.riak.client.cap.ClobberMutation
Create a clobber mutation that will return newValue from apply(T)
close() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
close() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
close() - Method in interface com.basho.riak.client.http.response.HttpResponse
Releases the underlying the HTTP connection when the response is streamed
close() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
close() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
close() - Method in class com.basho.riak.client.http.util.BranchableInputStream
 
close() - Method in class com.basho.riak.client.http.util.OneTokenInputStream
 
close() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
close() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
close() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
Releases the underlying the HTTP connection when the response is streamed
close() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
close() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
close() - Method in class com.basho.riak.client.util.BranchableInputStream
Deprecated.
 
close() - Method in class com.basho.riak.client.util.OneTokenInputStream
Deprecated.
 
close() - Method in class com.basho.riak.pbc.RiakStreamClient
 
closeBackend() - Method in class com.basho.riak.client.http.response.StreamedBucketsCollection
 
closeBackend() - Method in class com.basho.riak.client.http.response.StreamedKeysCollection
 
closeBackend() - Method in class com.basho.riak.client.http.response.StreamedSiblingsCollection
 
closeBackend() - Method in class com.basho.riak.client.http.util.CollectionWrapper
Close the backend so no more objects can be read from it (getNext() should only return null afterwards).
closeBackend() - Method in class com.basho.riak.client.response.StreamedKeysCollection
Deprecated.
 
closeBackend() - Method in class com.basho.riak.client.response.StreamedSiblingsCollection
Deprecated.
 
closeBackend() - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
Close the backend so no more objects can be read from it (getNext() should only return null afterwards).
ClusterClient<T extends Configuration> - Class in com.basho.riak.client.raw
A RawClient that can be configured with a cluster of Riak clients that connect to different Riak nodes.
ClusterClient(ClusterConfig<T>) - Constructor for class com.basho.riak.client.raw.ClusterClient
 
ClusterConfig<T extends Configuration> - Class in com.basho.riak.client.raw.config
Abstract parent Configuration for a "cluster" of clients.
ClusterConfig(int) - Constructor for class com.basho.riak.client.raw.config.ClusterConfig
 
clusterInfoVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the cluster_info_version value from the Riak stats reply
CollectionWrapper<T> - Class in com.basho.riak.client.http.util
 
CollectionWrapper() - Constructor for class com.basho.riak.client.http.util.CollectionWrapper
 
CollectionWrapper<T> - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.CollectionWrapper instead.

WARNING: This class will be REMOVED in the next version.

CollectionWrapper() - Constructor for class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
com.basho.riak.client - package 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 - package 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 - package 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 - package 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 - package com.basho.riak.client.convert
Classes for converting Riak data into domain specific classes and back.
com.basho.riak.client.convert.reflect - package com.basho.riak.client.convert.reflect
 
com.basho.riak.client.http - package com.basho.riak.client.http
The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient
com.basho.riak.client.http.mapreduce - package com.basho.riak.client.http.mapreduce
The legacy, low-level HTTP REST client map reduce functions, consider using the high-level IRiakClient
com.basho.riak.client.http.mapreduce.filter - package com.basho.riak.client.http.mapreduce.filter
The legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient
com.basho.riak.client.http.plain - package com.basho.riak.client.http.plain
A more OO wrapper to the legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient
com.basho.riak.client.http.request - package 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.http.response - package com.basho.riak.client.http.response
HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient
com.basho.riak.client.http.util - package com.basho.riak.client.http.util
Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient
com.basho.riak.client.mapreduce - package com.basho.riak.client.mapreduce
Deprecated please see com.basho.riak.http.client.mapreduce
com.basho.riak.client.mapreduce.filter - package com.basho.riak.client.mapreduce.filter
Deprecated please see com.basho.riak.http.client.mapreduce.filter
com.basho.riak.client.operations - package com.basho.riak.client.operations
The interfaces/classes that model the set of operations for talking to Riak.
com.basho.riak.client.plain - package com.basho.riak.client.plain
Deprecated please see com.basho.riak.http.client.plain
com.basho.riak.client.query - package com.basho.riak.client.query
Classes and interfaces for running map/reduce and link walk operations on Riak.
com.basho.riak.client.query.filter - package com.basho.riak.client.query.filter
The set of key filters that can be used in a BucketMapReduce
com.basho.riak.client.query.functions - package com.basho.riak.client.query.functions
Functions that can be used in Map/Reduce and also for bucket properties (things like chash_key, pre/post-commit etc.)
com.basho.riak.client.query.indexes - package com.basho.riak.client.query.indexes
 
com.basho.riak.client.query.serialize - package com.basho.riak.client.query.serialize
Classes for serializing query functions to JSON, used internally.
com.basho.riak.client.raw - package 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.config - package com.basho.riak.client.raw.config
 
com.basho.riak.client.raw.http - package com.basho.riak.client.raw.http
Classes for adapting the http.RiakClient to the RawClient interface
com.basho.riak.client.raw.pbc - package com.basho.riak.client.raw.pbc
Classes for adapting the pbc.RiakClient to the RawClient interface
com.basho.riak.client.raw.query - package com.basho.riak.client.raw.query
Inputs to the RawClients for Map/Reduce and Link Walking.
com.basho.riak.client.raw.query.indexes - package com.basho.riak.client.raw.query.indexes
Inputs to the RawClients for secondary index querying.
com.basho.riak.client.request - package com.basho.riak.client.request
Deprecated please see com.basho.riak.http.client.request
com.basho.riak.client.response - package com.basho.riak.client.response
Deprecated please see com.basho.riak.http.client.response
com.basho.riak.client.util - package com.basho.riak.client.util
General utility classes used by the API, mainly deprecated classes that have been moved to com.basho.riak.client.http.util.
com.basho.riak.pbc - package com.basho.riak.pbc
The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level IRiakClient
com.basho.riak.pbc.mapreduce - package com.basho.riak.pbc.mapreduce
The legacy, low-level Protocol Buffers query classes for Map Reduce.
CommitHook - Class in com.basho.riak.pbc
 
CommitHook(String) - Constructor for class com.basho.riak.pbc.CommitHook
 
CommitHook(String, String) - Constructor for class com.basho.riak.pbc.CommitHook
 
ConditionalStoreMutation<T> - Interface in com.basho.riak.client.cap
Extends Mutation and allows for a store operation not to occur if the object it is being applied to is not modified.
Configuration - Interface in com.basho.riak.client.raw.config
Top-level marker interface for passing around information needed to create a RawClient
ConflictResolver<T> - Interface in com.basho.riak.client.cap
Implement to encode your conflict resolution strategy when faced with sibling values.
conn - Variable in class com.basho.riak.pbc.RiakStreamClient
 
connectedNodes() - Method in class com.basho.riak.client.query.NodeStats
Returns the connected_nodes value from the Riak Stats reply
Constants - Interface in com.basho.riak.client.http.util
 
Constants - Interface in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.Constants instead.

WARNING: This class will be REMOVED in the next version.

contains(Object) - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
contains(Object) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
containsAll(Collection<?>) - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
containsAll(Collection<?>) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
contentType(String) - Method in interface com.basho.riak.pbc.IRequestMeta
 
contentType(String) - Method in class com.basho.riak.pbc.RequestMeta
 
continuation - Variable in class com.basho.riak.client.query.indexes.FetchIndex
 
continuation - Variable in class com.basho.riak.pbc.RiakStreamClient
 
convergeDelayLast() - Method in class com.basho.riak.client.query.NodeStats
 
convergeDelayMax() - Method in class com.basho.riak.client.query.NodeStats
 
convergeDelayMean() - Method in class com.basho.riak.client.query.NodeStats
 
convergeDelayMin() - Method in class com.basho.riak.client.query.NodeStats
 
ConversionException - Exception in com.basho.riak.client.convert
Wraps any exception thrown while converting to/from IRiakObject and your domain types.
ConversionException() - Constructor for exception com.basho.riak.client.convert.ConversionException
 
ConversionException(String) - Constructor for exception com.basho.riak.client.convert.ConversionException
 
ConversionException(Throwable) - Constructor for exception com.basho.riak.client.convert.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception com.basho.riak.client.convert.ConversionException
 
ConversionUtil - Class in com.basho.riak.client.raw.http
Static methods used internally by HTTPClientAdapter for converting between http.RiakClient value classes and RawClient value classes
ConversionUtil - Class in com.basho.riak.client.raw.pbc
 
Converter<T> - Interface in com.basho.riak.client.convert
Implement this and pass to a RiakOperation for serializing/deserializing your domain objects to IRiakObject
ConvertToCheckedExceptions - Class in com.basho.riak.client.http.plain
Converts unchecked exceptions RiakIORuntimeException and RiakResponseRuntimeException to checked exceptions RiakIOException and RiakRuntimeException.
ConvertToCheckedExceptions() - Constructor for class com.basho.riak.client.http.plain.ConvertToCheckedExceptions
 
ConvertToCheckedExceptions - Class in com.basho.riak.client.plain
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.plain.ConvertToCheckedExceptions instead.

WARNING: This class will be REMOVED in the next version.

ConvertToCheckedExceptions() - Constructor for class com.basho.riak.client.plain.ConvertToCheckedExceptions
Deprecated.
 
coordRedirsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the coord_redirs_total value from the Riak Stats reply
copyData(RiakObject) - Method in class com.basho.riak.client.http.RiakObject
 
copyData(RiakObject) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Copy the metadata and value from object.
copyStream(InputStream, OutputStream) - Static method in class com.basho.riak.client.http.util.ClientUtils
Copies data from an InputStream to an OutputStream in blocks
copyStream(InputStream, OutputStream) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Copies data from an InputStream to an OutputStream in blocks
counter(String) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a CounterObject operation
counter(String) - Method in class com.basho.riak.client.bucket.DefaultBucket
 
CounterObject - Class in com.basho.riak.client.operations
A new feature in Riak 1.4 is counters.
CounterObject(RawClient, String, String) - Constructor for class com.basho.riak.client.operations.CounterObject
 
cpuAvg1() - Method in class com.basho.riak.client.query.NodeStats
Returns the cpu_avg1 value from the Riak Stats reply
cpuAvg15() - Method in class com.basho.riak.client.query.NodeStats
Returns the cpu_avg15 value from the Riak Stats reply
cpuAvg5() - Method in class com.basho.riak.client.query.NodeStats
Returns the cpu_avg5 value from the Riak Stats reply
cpuNumProcs() - Method in class com.basho.riak.client.query.NodeStats
Returns the cpu_nprocs value from the Riak Stats reply
createBucket(String) - Method in class com.basho.riak.client.DefaultRiakClient
 
createBucket(String) - Method in interface com.basho.riak.client.IRiakClient
Create a new WriteBucket operation to create a Bucket named for the passed String.
cryptoVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the crypto_version value from the Riak stats reply
CTYPE_ANY - Static variable in interface com.basho.riak.client.http.util.Constants
 
CTYPE_ANY - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
CTYPE_JSON - Static variable in interface com.basho.riak.client.http.util.Constants
 
CTYPE_JSON - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
CTYPE_JSON_UTF8 - Static variable in interface com.basho.riak.client.http.util.Constants
 
CTYPE_MULTIPART_MIXED - Static variable in interface com.basho.riak.client.http.util.Constants
 
CTYPE_MULTIPART_MIXED - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
CTYPE_OCTET_STREAM - Static variable in interface com.basho.riak.client.http.util.Constants
 
CTYPE_OCTET_STREAM - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
CTYPE_TEXT - Static variable in interface com.basho.riak.client.http.util.Constants
 
CTYPE_TEXT - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
CTYPE_TEXT_UTF8 - Static variable in interface com.basho.riak.client.http.util.Constants
 

D

decode(List<RiakKvPB.RpbLink>) - Static method in class com.basho.riak.pbc.RiakLink
 
DEFAULT_CONTENT_TYPE - Static variable in class com.basho.riak.client.DefaultRiakObject
The default content type assigned when persisted in Riak if non is provided.
DEFAULT_DW - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
DEFAULT_POOL_MAX_SIZE - Static variable in class com.basho.riak.client.operations.MultiFetchObject
The initial value for both corePoolSize and maximumPoolSize.
DEFAULT_R - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
DEFAULT_W - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
DefaultBucket - Class in com.basho.riak.client.bucket
Default implementation of Bucket for creating RiakOperations on k/v data and accessing BucketProperties.
DefaultBucket(String, BucketProperties, RawClient, Retrier) - Constructor for class com.basho.riak.client.bucket.DefaultBucket
All RiakOperations created by this instance will use the RawClient and Retrier provided here.
DefaultBucketProperties - Class in com.basho.riak.client.bucket
An immutable implementation of BucketProperties.
DefaultBucketProperties(Boolean, Boolean, Integer, String, VClockPruneProps, Collection<NamedFunction>, Collection<NamedErlangFunction>, TunableCAPProps, NamedErlangFunction, NamedErlangFunction, Boolean) - Constructor for class com.basho.riak.client.bucket.DefaultBucketProperties
Use the Builder BucketPropertiesBuilder instead of calling this constructor directly
DefaultHttpResponse - Class in com.basho.riak.client.http.response
Simple implementation of HttpResponse interface.
DefaultHttpResponse(String, String, int, Map<String, String>, byte[], InputStream, HttpResponse, HttpRequestBase) - Constructor for class com.basho.riak.client.http.response.DefaultHttpResponse
 
DefaultHttpResponse - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.DefaultHttpResponse instead.

WARNING: This class will be REMOVED in the next version.

DefaultHttpResponse(String, String, int, Map<String, String>, byte[], InputStream, HttpResponse, HttpRequestBase) - Constructor for class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
DefaultResolver<T> - Class in com.basho.riak.client.cap
A conflict resolver that doesn't resolve conflict.
DefaultResolver() - Constructor for class com.basho.riak.client.cap.DefaultResolver
 
DefaultRetrier - Class in com.basho.riak.client.cap
A basic retrier implementation that attempts *n* times before throwing a UnresolvedConflictException.
DefaultRetrier(int) - Constructor for class com.basho.riak.client.cap.DefaultRetrier
 
DefaultRiakClient - Class in com.basho.riak.client
The default implementation of IRiakClient.
DefaultRiakObject - Class in com.basho.riak.client
The default implementation of IRiakObject
DefaultRiakObject(String, String, VClock, String, Date, String, byte[], Collection<RiakLink>, Map<String, String>, RiakIndexes, boolean) - Constructor for class com.basho.riak.client.DefaultRiakObject
Large number of arguments due to largely immutable nature.
defaults() - Static method in class com.basho.riak.client.raw.http.HTTPClientConfig
Create a config with all the default values, see HTTPClientConfig.Builder for the defaults.
defaults() - Static method in class com.basho.riak.client.raw.pbc.PBClientConfig
Create an instance with all default values.
delete(T) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a DeleteObject operation that will delete the data at o's RiakKey annotated field value on execute().
delete(String) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a DeleteObject operation that will delete the data at key on execute().
delete(T) - Method in class com.basho.riak.client.bucket.DefaultBucket
 
delete(String) - Method in class com.basho.riak.client.bucket.DefaultBucket
 
delete(T) - Method in class com.basho.riak.client.bucket.DomainBucket
Delete the key/value stored at the key extracted from o's RiakKey annotated field.
delete(String) - Method in class com.basho.riak.client.bucket.DomainBucket
Delete the key/value stored at the key
delete(IRiakObject) - Method in class com.basho.riak.client.bucket.RiakBucket
 
delete(String) - Method in class com.basho.riak.client.bucket.RiakBucket
 
delete(String, String, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
Like RiakClient.delete(String, String, RequestMeta), except throws on a non-200 or 404 response.
delete(String, String) - Method in class com.basho.riak.client.http.plain.PlainClient
 
delete(String, String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
delete(String, String) - Method in class com.basho.riak.client.http.RiakClient
 
delete(RequestMeta) - Method in class com.basho.riak.client.http.RiakObject
 
delete() - Method in class com.basho.riak.client.http.RiakObject
 
delete(String, String, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient, except only returning the HTTP response
delete(String, String, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Like RiakClient.delete(String, String, RequestMeta), except throws on a non-200 or 404 response.
delete(String, String) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
delete(String, String) - Method in class com.basho.riak.client.raw.ClusterClient
 
delete(String, String, int) - Method in class com.basho.riak.client.raw.ClusterClient
 
delete(String, String, DeleteMeta) - Method in class com.basho.riak.client.raw.ClusterClient
 
delete(String, String) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
delete(String, String, int) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
delete(String, String, DeleteMeta) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
delete(String, String) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
delete(String, String, int) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
delete(String, String, DeleteMeta) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
delete(String, String) - Method in interface com.basho.riak.client.raw.RawClient
Delete the data at bucket/key
delete(String, String, int) - Method in interface com.basho.riak.client.raw.RawClient
Delete the data at bucket/key using deleteQuorum as the rw param
delete(String, String, DeleteMeta) - Method in interface com.basho.riak.client.raw.RawClient
Delete the data at bucket/key using the parameters in deleteMeta
delete(String, String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Delete the object at bucket and key.
delete(String, String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
delete(RequestMeta) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Convenience method for calling RiakClient.delete(String, String, RequestMeta).
delete() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
delete(String, String, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient, except only returning the HTTP response
delete(String, String, DeleteMeta) - Method in class com.basho.riak.pbc.RiakClient
 
delete(ByteString, ByteString, DeleteMeta) - Method in class com.basho.riak.pbc.RiakClient
 
delete(String, String, int) - Method in class com.basho.riak.pbc.RiakClient
 
delete(ByteString, ByteString, int) - Method in class com.basho.riak.pbc.RiakClient
 
delete(String, String) - Method in class com.basho.riak.pbc.RiakClient
 
delete(ByteString, ByteString) - Method in class com.basho.riak.pbc.RiakClient
 
DeleteMeta - Class in com.basho.riak.client.raw
The set of parameters for a delete operation
DeleteMeta(Integer, Integer, Integer, Integer, Integer, Integer, VClock, Integer) - Constructor for class com.basho.riak.client.raw.DeleteMeta
Any of the parameters may be null.
DeleteMeta(Quorum, Quorum, Quorum, Quorum, Quorum, Quorum, VClock, Integer) - Constructor for class com.basho.riak.client.raw.DeleteMeta
Any of the parameters may be null.
DeleteMeta - Class in com.basho.riak.pbc
Encapsulate the set of parameters for a delete operation.
DeleteMeta(Integer, Integer, Integer, Integer, Integer, Integer, byte[], Integer) - Constructor for class com.basho.riak.pbc.DeleteMeta
 
DeleteMeta.Builder - Class in com.basho.riak.client.raw
 
DeleteMeta.Builder() - Constructor for class com.basho.riak.client.raw.DeleteMeta.Builder
 
DeleteObject - Class in com.basho.riak.client.operations
An operation to delete some data item from Riak.
DeleteObject(RawClient, String, String, Retrier) - Constructor for class com.basho.riak.client.operations.DeleteObject
Create a DeleteOperation that delegates to client to delete key from bucket using retrier to handle failures.
deleteParams(int) - Static method in class com.basho.riak.client.http.request.RequestMeta
Use the given rw parameter for delete operations
deleteParams(int) - Static method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Use the given rw parameter for delete operations
deserialize(JsonParser, DeserializationContext) - Method in class com.basho.riak.client.query.NodeStats.UndefinedStatDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.basho.riak.client.raw.http.NamedErlangFunctionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.basho.riak.client.raw.http.NamedJSFunctionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.basho.riak.client.raw.http.QuorumDeserializer
 
disableSearch() - Method in class com.basho.riak.client.bucket.WriteBucket
convenience for setting search=false **and** removing the search precommit hook (support for both pre-1.0 and 1.0 search)
DomainBucket<T> - Class in com.basho.riak.client.bucket
A domain bucket is a wrapper around a Bucket that is strongly typed and uses a preset ConflictResolver, MutationProducer, Converter, r, w, dw, rw, Retrier, returnBody etc
DomainBucket(Bucket, ConflictResolver<T>, Converter<T>, MutationProducer<T>, StoreMeta, FetchMeta, DeleteMeta, Class<T>, Retrier, boolean) - Constructor for class com.basho.riak.client.bucket.DomainBucket
Create a new DomainBucket for clazz Class objects wrapped around bucket It is recommended to use the DomainBucketBuilder rather than this constructor.
DomainBucket(Bucket, ConflictResolver<T>, Converter<T>, MutationProducer<T>, StoreMeta, FetchMeta, DeleteMeta, Class<T>, Retrier) - Constructor for class com.basho.riak.client.bucket.DomainBucket
 
DomainBucketBuilder<T> - Class in com.basho.riak.client.builders
For creating a DomainBucket
DomainBucketBuilder(Bucket, Class<T>) - Constructor for class com.basho.riak.client.builders.DomainBucketBuilder
Create a DomainBucket that stores instance of clazz in bucket
done() - Method in class com.basho.riak.client.http.util.OneTokenInputStream
 
done() - Method in class com.basho.riak.client.util.OneTokenInputStream
Deprecated.
 
dw(Quora) - Method in class com.basho.riak.client.bucket.WriteBucket
The default dw quorom
dw(int) - Method in class com.basho.riak.client.bucket.WriteBucket
The default dw quorom as an int
dw(Quora) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
dw(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
dw(Quorum) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
dw(int) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The durable write quorum for store operations on the built DomainBucket
dw(Quora) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The durable write quorum for store operations on the built DomainBucket
dw(int) - Method in class com.basho.riak.client.operations.CounterObject
The durable write quorum for an increment operation
dw(Quora) - Method in class com.basho.riak.client.operations.CounterObject
The durable write quorum for for an increment operation
dw(Quorum) - Method in class com.basho.riak.client.operations.CounterObject
The durable write quorum for an increment operation
dw(int) - Method in class com.basho.riak.client.operations.DeleteObject
 
dw(Quora) - Method in class com.basho.riak.client.operations.DeleteObject
 
dw(Quorum) - Method in class com.basho.riak.client.operations.DeleteObject
 
dw(int) - Method in class com.basho.riak.client.operations.StoreObject
The durable write quorum for this store operation
dw(Quora) - Method in class com.basho.riak.client.operations.StoreObject
The durable write quorum for this store operation
dw(Quorum) - Method in class com.basho.riak.client.operations.StoreObject
The durable write quorum for this store operation
dw(int) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
dw(Quora) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
dw(Quorum) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
dw(int) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
dw(Quora) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
dw(Quorum) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
dw(Integer) - Method in class com.basho.riak.pbc.BucketProperties
 
dw(int) - Method in interface com.basho.riak.pbc.IRequestMeta
 
dw(int) - Method in class com.basho.riak.pbc.RequestMeta
 

E

empty() - Static method in class com.basho.riak.client.raw.RiakResponse
Generate the empty response
empty(boolean) - Static method in class com.basho.riak.client.raw.RiakResponse
Generate an empty response, with a value for the conditional get 'isUnmodified' response.
empty() - Static method in class com.basho.riak.client.raw.StoreMeta
 
empty() - Static method in class com.basho.riak.pbc.DeleteMeta
 
empty() - Static method in class com.basho.riak.pbc.FetchMeta
 
enableForSearch() - Method in class com.basho.riak.client.bucket.WriteBucket
convenience for setting search=true **and** adding the search precommit hook (support for both pre-1.0 and 1.0 search)
encodeClientId(byte[]) - Static method in class com.basho.riak.client.http.util.ClientUtils
Base64 encodes the first 4 bytes of clientId into a value acceptable for the X-Riak-ClientId header.
encodeClientId(String) - Static method in class com.basho.riak.client.http.util.ClientUtils
 
encodeClientId(byte[]) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Base64 encodes the first 4 bytes of clientId into a value acceptable for the X-Riak-ClientId header.
encodeClientId(String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
 
EndsWithFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
EndsWithFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.EndsWithFilter
 
EndsWithFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.EndsWithFilter instead.

WARNING: This class will be REMOVED in the next version.

EndsWithFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.EndsWithFilter
Deprecated.
 
EndsWithFilter - Class in com.basho.riak.client.query.filter
A filter that matches keys whose name ends with the configured String argument
EndsWithFilter(String) - Constructor for class com.basho.riak.client.query.filter.EndsWithFilter
Filter in keys that end with endsWith
equals(Object) - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
equals(Object) - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
equals(Object) - Method in class com.basho.riak.client.bucket.VClockPruneProps
 
equals(Object) - Method in class com.basho.riak.client.cap.Quorum
 
equals(Object) - Method in class com.basho.riak.client.http.BinIndex
 
equals(Object) - Method in class com.basho.riak.client.http.IntIndex
 
equals(Object) - Method in class com.basho.riak.client.http.RiakIndex
 
equals(Object) - Method in class com.basho.riak.client.http.RiakLink
 
equals(Object) - Method in class com.basho.riak.client.query.functions.NamedErlangFunction
 
equals(Object) - Method in class com.basho.riak.client.query.functions.NamedJSFunction
 
equals(Object) - Method in class com.basho.riak.client.query.indexes.RiakIndex
 
equals(Object) - Method in class com.basho.riak.client.raw.query.indexes.AbstractIndexQuery
 
equals(Object) - Method in class com.basho.riak.client.raw.query.indexes.AbstractRangeQuery
 
equals(Object) - Method in class com.basho.riak.client.raw.query.indexes.AbstractValueQuery
 
equals(Object) - Method in class com.basho.riak.client.RiakLink
 
equals(Object) - Method in class com.basho.riak.pbc.BucketProperties
 
EqualToFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
EqualToFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.EqualToFilter
 
EqualToFilter(int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.EqualToFilter
 
EqualToFilter(double) - Constructor for class com.basho.riak.client.http.mapreduce.filter.EqualToFilter
 
EqualToFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.EqualToFilter instead.

WARNING: This class will be REMOVED in the next version.

EqualToFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.EqualToFilter
Deprecated.
 
EqualToFilter(int) - Constructor for class com.basho.riak.client.mapreduce.filter.EqualToFilter
Deprecated.
 
EqualToFilter(double) - Constructor for class com.basho.riak.client.mapreduce.filter.EqualToFilter
Deprecated.
 
EqualToFilter - Class in com.basho.riak.client.query.filter
Filter in keys that equal the configured value
EqualToFilter(String) - Constructor for class com.basho.riak.client.query.filter.EqualToFilter
Filter in keys whose name is equalTo
EqualToFilter(int) - Constructor for class com.basho.riak.client.query.filter.EqualToFilter
Filter in keys that are equal to equalTo
EqualToFilter(double) - Constructor for class com.basho.riak.client.query.filter.EqualToFilter
Filter in keys that are equal to equalTo
ErlangFunction - Class in com.basho.riak.client.http.mapreduce
Represents an Erlang function used in a map or reduce phase of a map/reduce job
ErlangFunction(String, String) - Constructor for class com.basho.riak.client.http.mapreduce.ErlangFunction
Constructs a new ErlangFunction instance
ErlangFunction - Class in com.basho.riak.client.mapreduce
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.ErlangFunction instead.

WARNING: This class will be REMOVED in the next version.

ErlangFunction(String, String) - Constructor for class com.basho.riak.client.mapreduce.ErlangFunction
Deprecated.
Constructs a new ErlangFunction instance
ErlangFunction - Class in com.basho.riak.pbc.mapreduce
Represents an Erlang function used in a map or reduce phase of a map/reduce job
ErlangFunction(String, String) - Constructor for class com.basho.riak.pbc.mapreduce.ErlangFunction
Constructs a new ErlangFunction instance
erlangJsVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the erlang_js_version value from the Riak stats reply
etags(String[]) - Method in class com.basho.riak.client.raw.StoreMeta
Optional supporting data for ifNoneMatch for the HTTP API
execute() - Method in class com.basho.riak.client.bucket.FetchBucket
Execute the fetch operation using the RawClient
execute() - Method in class com.basho.riak.client.bucket.WriteBucket
Creates/updates a Bucket in Riak with the set of properties configured.
execute() - Method in class com.basho.riak.client.operations.CounterObject
Execute this counter operation
execute() - Method in class com.basho.riak.client.operations.DeleteObject
Uses the specified Retrier to call the specified RawClient's delete with bucket, key and (if specified) the rest of the delete operation parameters.
execute() - Method in class com.basho.riak.client.operations.FetchObject
Attempts to fetch the data at bucket/key, convert it with Converter and resolve any siblings with ConflictResolver
execute() - Method in class com.basho.riak.client.operations.MultiFetchObject
Attempts to fetch the data for all the keys, convert it with Converter and resolve any siblings with ConflictResolver
execute() - Method in interface com.basho.riak.client.operations.RiakOperation
 
execute() - Method in class com.basho.riak.client.operations.StoreObject
Fetches data from bucket/key, if item exists it is converted with Converter and any siblings resolved with ConflictResolver.
execute() - Method in class com.basho.riak.client.query.indexes.FetchIndex
 
execute() - Method in class com.basho.riak.client.query.LinkWalk
Run the Link Walk query on the RawClient the operation was constructed with.
execute() - Method in class com.basho.riak.client.query.MapReduce
Run the Map/Reduce job against the RawClient the operation was constructed with.
executeStreaming() - Method in class com.basho.riak.client.query.indexes.FetchIndex
Performs an index query as a streaming operation from Riak Note that you must call StreamingOperation.cancel() on the returned StreamingOperation if you do not iterate through the entire result set.
executingMappers() - Method in class com.basho.riak.client.query.NodeStats
Returns the executing_mappers value from the Riak Stats reply

F

fetch(String) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a FetchObject that returns the data at key as an IRiakObject on execute().
fetch(String, Class<T>) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a FetchObject operation that returns the data at key as an instance of type T on execute().
fetch(T) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a FetchObject operation that returns the data at o's annotated RiakKey field as an instance of type T on execute().
fetch(T) - Method in class com.basho.riak.client.bucket.DefaultBucket
Creates a FetchObject operation that returns the data at o's annotated RiakKey field as an instance of type T on execute().
fetch(String, Class<T>) - Method in class com.basho.riak.client.bucket.DefaultBucket
Creates a FetchObject operation that returns the data at key as an instance of type T on execute().
fetch(String) - Method in class com.basho.riak.client.bucket.DefaultBucket
Creates a FetchObject that returns the data at key as an IRiakObject on execute().
fetch(String) - Method in class com.basho.riak.client.bucket.DomainBucket
Fetch data stored at key in this bucket as an instance of T.
fetch(T) - Method in class com.basho.riak.client.bucket.DomainBucket
Fetch data stored at the key extracted from o's RiakKey annotated field as an instance of T.
fetch(String) - Method in class com.basho.riak.client.bucket.RiakBucket
 
fetch(IRiakObject) - Method in class com.basho.riak.client.bucket.RiakBucket
 
fetch(String, String, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
Like RiakClient.fetch(String, String, RequestMeta), except it returns the fetched object directly or throws if the response is not a 200, 304 or 404.
fetch(String, String) - Method in class com.basho.riak.client.http.plain.PlainClient
 
fetch(String, String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
fetch(String, String) - Method in class com.basho.riak.client.http.RiakClient
 
fetch(RequestMeta) - Method in class com.basho.riak.client.http.RiakObject
 
fetch() - Method in class com.basho.riak.client.http.RiakObject
 
fetch(String, String, RequestMeta, boolean) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient, except only returning the HTTP response and allows the response to be streamed.
fetch(String, String, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
 
fetch(String, String, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Like RiakClient.fetch(String, String, RequestMeta), except it returns the fetched object directly or throws if the response is not a 200, 304 or 404.
fetch(String, String) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
fetch(String, String) - Method in class com.basho.riak.client.raw.ClusterClient
 
fetch(String, String, int) - Method in class com.basho.riak.client.raw.ClusterClient
 
fetch(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.ClusterClient
 
fetch(String, String) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
fetch(String, String, int) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
fetch(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
fetch(String, String) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
fetch(String, String, int) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
fetch(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
fetch(String, String) - Method in interface com.basho.riak.client.raw.RawClient
Fetch data from bucket/key
fetch(String, String, int) - Method in interface com.basho.riak.client.raw.RawClient
Fetch data from the given bukcet/key with read quorum readQuorum
fetch(String, String, FetchMeta) - Method in interface com.basho.riak.client.raw.RawClient
Fetch data from the given bucket/key with fetchMeta
fetch(String, String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Fetch the RiakObject (which can include sibling objects) stored at bucket and key.
fetch(String, String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
fetch(RequestMeta) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Convenience method for calling RiakClient.fetch(String, String) followed by RiakObject.copyData(RiakObject)
fetch() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
fetch(String, String, RequestMeta, boolean) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient, except only returning the HTTP response and allows the response to be streamed.
fetch(String, String, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
 
fetch(String, String, int) - Method in class com.basho.riak.pbc.RiakClient
 
fetch(ByteString, ByteString, int) - Method in class com.basho.riak.pbc.RiakClient
 
fetch(String, String, FetchMeta) - Method in class com.basho.riak.pbc.RiakClient
 
fetch(ByteString, ByteString, FetchMeta) - Method in class com.basho.riak.pbc.RiakClient
 
fetch(String, String) - Method in class com.basho.riak.pbc.RiakClient
 
fetch(ByteString, ByteString) - Method in class com.basho.riak.pbc.RiakClient
 
fetchAll(String, String, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
Like RiakClient.fetch(String, String, RequestMeta), except it returns the all the fetched objects directly or throws if the response is not a 200, 304 or 404.
fetchAll(String, String) - Method in class com.basho.riak.client.http.plain.PlainClient
 
fetchAll(String, String, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Like RiakClient.fetch(String, String, RequestMeta), except it returns the all the fetched objects directly or throws if the response is not a 200, 304 or 404.
fetchAll(String, String) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
fetchBeforeDelete(boolean) - Method in class com.basho.riak.client.operations.DeleteObject
If you want to provide a vclock to delete, but don't have one, setting this true will have the operation first perform a fetch (using the supplied r/pr parameters).
FetchBucket - Class in com.basho.riak.client.bucket
A RiakOperation that gets a Bucket from Riak.
FetchBucket(RawClient, String, Retrier) - Constructor for class com.basho.riak.client.bucket.FetchBucket
Create a FetchBucket that delegates to the provided RawClient.
fetchBucket(String) - Method in class com.basho.riak.client.DefaultRiakClient
 
fetchBucket(String) - Method in interface com.basho.riak.client.IRiakClient
Create a new FetchBucket operation, and return it.
fetchBucket(String) - Method in class com.basho.riak.client.raw.ClusterClient
 
fetchBucket(String) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
fetchBucket(String) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
fetchBucket(String) - Method in interface com.basho.riak.client.raw.RawClient
The set of properties for the given bucket
fetchCounter(String, String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
fetchCounter(String, String, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
 
fetchCounter(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.ClusterClient
 
fetchCounter(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
fetchCounter(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
fetchCounter(String, String, FetchMeta) - Method in interface com.basho.riak.client.raw.RawClient
Fetch the value for this counter
fetchCounter(String, String, FetchMeta) - Method in class com.basho.riak.pbc.RiakClient
 
fetchCounter(ByteString, ByteString, FetchMeta) - Method in class com.basho.riak.pbc.RiakClient
 
fetchIndex(RiakIndex<T>) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a FetchIndex operation for the given index name and type
fetchIndex(RiakIndex<T>) - Method in class com.basho.riak.client.bucket.DefaultBucket
 
fetchIndex(String, String, String[]) - Method in class com.basho.riak.client.http.util.ClientHelper
Perform the fetch/query on an index
fetchIndex(String, String, long[]) - Method in class com.basho.riak.client.http.util.ClientHelper
Perform the fetch/query on an index
fetchIndex(IndexRequest) - Method in class com.basho.riak.client.http.util.ClientHelper
 
FetchIndex<T> - Class in com.basho.riak.client.query.indexes
 
FetchIndex(RawClient, String, RiakIndex<T>, Retrier) - Constructor for class com.basho.riak.client.query.indexes.FetchIndex
 
fetchIndex(IndexQuery) - Method in class com.basho.riak.client.raw.ClusterClient
 
fetchIndex(IndexSpec) - Method in class com.basho.riak.client.raw.ClusterClient
 
fetchIndex(IndexQuery) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
fetchIndex(IndexSpec) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
fetchIndex(IndexQuery) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
fetchIndex(IndexSpec) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
fetchIndex(IndexQuery) - Method in interface com.basho.riak.client.raw.RawClient
Performs an 2i index query
fetchIndex(IndexSpec) - Method in interface com.basho.riak.client.raw.RawClient
Performs a 2i query as a streaming operation
fetchMeta(String, String, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
Like RiakClient.fetchMeta(String, String, RequestMeta), except it returns the fetched object metadata directly or throws if the response is not a 200, 304 or 404.
fetchMeta(String, String) - Method in class com.basho.riak.client.http.plain.PlainClient
 
fetchMeta(String, String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
Fetch metadata (e.g.
fetchMeta(String, String) - Method in class com.basho.riak.client.http.RiakClient
 
fetchMeta(RequestMeta) - Method in class com.basho.riak.client.http.RiakObject
 
fetchMeta() - Method in class com.basho.riak.client.http.RiakObject
 
fetchMeta(String, String, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient, except only returning the HTTP response
fetchMeta(String, String, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Like RiakClient.fetchMeta(String, String, RequestMeta), except it returns the fetched object metadata directly or throws if the response is not a 200, 304 or 404.
fetchMeta(String, String) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
FetchMeta - Class in com.basho.riak.client.raw
Encapsulates the set of parameters available when fetching data from Riak
FetchMeta(Integer, Integer, Boolean, Boolean, Boolean, Boolean, Date, VClock, Integer) - Constructor for class com.basho.riak.client.raw.FetchMeta
Create a fetch meta with the specified parameters for a conditional fetch with the either API
FetchMeta(Quorum, Quorum, Boolean, Boolean, Boolean, Boolean, Date, VClock, Integer) - Constructor for class com.basho.riak.client.raw.FetchMeta
Create a fetch meta with the specified parameters for a conditional fetch with the either API
fetchMeta(String, String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Fetch metadata (e.g.
fetchMeta(String, String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
fetchMeta(RequestMeta) - Method in class com.basho.riak.client.RiakObject
Deprecated.
fetchMeta() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
fetchMeta(String, String, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient, except only returning the HTTP response
FetchMeta - Class in com.basho.riak.pbc
Encapsulate the set of request parameters for a fetch operation on the pb interface
FetchMeta(Integer, Integer, Boolean, Boolean, Boolean, Boolean, VClock, Integer) - Constructor for class com.basho.riak.pbc.FetchMeta
 
FetchMeta.Builder - Class in com.basho.riak.client.raw
 
FetchMeta.Builder() - Constructor for class com.basho.riak.client.raw.FetchMeta.Builder
 
FetchObject<T> - Class in com.basho.riak.client.operations
An operation to get some data from Riak.
FetchObject(RawClient, String, String, Retrier) - Constructor for class com.basho.riak.client.operations.FetchObject
Create a new FetchOperation that delegates to the given client to fetch the data from bucket at key using retrier
FetchObject(RawClient, String, String, Retrier, FetchMeta) - Constructor for class com.basho.riak.client.operations.FetchObject
Create a new FetchOperation that delegates to the given client to fetch the data from bucket at key using retrier
FetchResponse - Class in com.basho.riak.client.http.response
Response from a HEAD or GET request for an object.
FetchResponse(HttpResponse, RiakClient) - Constructor for class com.basho.riak.client.http.response.FetchResponse
On a 2xx response, parse the HTTP response from Riak into a RiakObject.
FetchResponse(HttpResponse) - Constructor for class com.basho.riak.client.http.response.FetchResponse
 
FetchResponse - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.FetchResponse instead.

WARNING: This class will be REMOVED in the next version.

FetchResponse(HttpResponse, RiakClient) - Constructor for class com.basho.riak.client.response.FetchResponse
Deprecated.
On a 2xx response, parse the HTTP response from Riak into a RiakObject.
FetchResponse(HttpResponse) - Constructor for class com.basho.riak.client.response.FetchResponse
Deprecated.
 
FetchResponse - Class in com.basho.riak.pbc
Encapsulates greater detail about the result of a fetch.
FetchResponse(RiakObject[], boolean, byte[]) - Constructor for class com.basho.riak.pbc.FetchResponse
 
FL_BUCKETS - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_KEYS - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_KEYS - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_NAME - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_NAME - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_ALLOW_MULT - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_ALLOW_MULT - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_BACKEND - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_BASIC_QUORUM - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_BIG_VCLOCK - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_CHASHFUN - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_CHASHFUN - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_CHASHFUN_FUN - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_CHASHFUN_FUN - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_CHASHFUN_MOD - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_CHASHFUN_MOD - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_DW - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_FUN_FUN - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_FUN_MOD - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_FUN_NAME - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_LAST_WRITE_WINS - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_LINKFUN - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_LINKFUN - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_LINKFUN_FUN - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_LINKFUN_FUN - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_LINKFUN_MOD - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_LINKFUN_MOD - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_NOT_FOUND_OK - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_NVAL - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_NVAL - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
FL_SCHEMA_OLD_VCLOCK - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_POSTCOMMIT - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_PR - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_PRECOMMIT - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_PW - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_R - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_RW - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_SEARCH - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_SMALL_VCLOCK - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_W - Static variable in interface com.basho.riak.client.http.util.Constants
 
FL_SCHEMA_YOUNG_VCLOCK - Static variable in interface com.basho.riak.client.http.util.Constants
 
FloatToStringFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
FloatToStringFilter() - Constructor for class com.basho.riak.client.http.mapreduce.filter.FloatToStringFilter
 
FloatToStringFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.FloatToStringFilter instead.

WARNING: This class will be REMOVED in the next version.

FloatToStringFilter() - Constructor for class com.basho.riak.client.mapreduce.filter.FloatToStringFilter
Deprecated.
 
FloatToStringFilter - Class in com.basho.riak.client.query.filter
Transforms the input key from a float to a string.
FloatToStringFilter() - Constructor for class com.basho.riak.client.query.filter.FloatToStringFilter
 
from(DefaultBucketProperties) - Static method in class com.basho.riak.client.bucket.DefaultBucketProperties
Create a BucketPropertiesBuilder populated from the given DefaultBucketProperties.
from(BucketProperties) - Static method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
from(IRiakObject) - Static method in class com.basho.riak.client.builders.RiakObjectBuilder
Creates a builder prepopulated from the give IRiakObject.
from - Variable in class com.basho.riak.client.query.indexes.FetchIndex
 
from(T) - Method in class com.basho.riak.client.query.indexes.FetchIndex
 
from(RiakIndexes) - Static method in class com.basho.riak.client.query.indexes.RiakIndexes
Copy a RiakIndexes to a new instance
from(FetchMeta) - Static method in class com.basho.riak.client.raw.FetchMeta.Builder
 
from(HTTPClientConfig) - Static method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
Create a new builder with values all copied from copyConfig
from(PBClientConfig) - Static method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
Create a new builder with values all copied from copyConfig
from() - Method in class com.basho.riak.client.raw.query.indexes.AbstractRangeQuery
The start value for the range query
from() - Method in interface com.basho.riak.client.raw.query.indexes.RangeQuery
 
fromBoolean(boolean) - Static method in enum com.basho.riak.client.query.LinkWalkStep.Accumulate
 
fromConfig(ClusterConfig<T>) - Method in class com.basho.riak.client.raw.ClusterClient
Create an array of clients for the cluster from the given ClusterConfig.
fromConfig(ClusterConfig<HTTPClientConfig>) - Method in class com.basho.riak.client.raw.http.HTTPClusterClient
 
fromConfig(ClusterConfig<PBClientConfig>) - Method in class com.basho.riak.client.raw.pbc.PBClusterClient
 
fromDomain(T, VClock) - Method in interface com.basho.riak.client.convert.Converter
Convert from domain specific type to RiakObject
fromDomain(T, VClock) - Method in class com.basho.riak.client.convert.JSONConverter
Converts domainObject to a JSON string and sets that as the payload of a IRiakObject.
fromDomain(IRiakObject, VClock) - Method in class com.basho.riak.client.convert.PassThroughConverter
 
fromMe() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
Create a BucketPropertiesBuilder populated with my values.
fromString(String) - Static method in enum com.basho.riak.client.cap.Quora
Attempt to return a Quora for the given name
Function - Interface in com.basho.riak.client.query.functions
Top level tag interface for all function types
FunctionToJson - Class in com.basho.riak.client.query.serialize
Helper to write a Function to a JsonGenerator
FunctionToJson() - Constructor for class com.basho.riak.client.query.serialize.FunctionToJson
 
FunctionWriter - Interface in com.basho.riak.client.query.serialize
All function writers need to do is implement a write method

G

generate() - Static method in class com.basho.riak.client.cap.ClientId
 
generateAndSetClientId() - Method in class com.basho.riak.client.DefaultRiakClient
 
generateAndSetClientId() - Method in interface com.basho.riak.client.IRiakClient
Generate, set and return "random" byte[4] id for the client.
generateAndSetClientId() - Method in class com.basho.riak.client.raw.ClusterClient
 
generateAndSetClientId() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
generateAndSetClientId() - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
generateAndSetClientId() - Method in interface com.basho.riak.client.raw.RawClient
If you don't set a client id explicitly at least call this to set one.
get(Class<T>) - Method in class com.basho.riak.client.convert.reflect.AnnotationCache
 
get() - Method in class com.basho.riak.client.raw.http.ResultCapture
 
getAccept() - Method in class com.basho.riak.client.http.request.RequestMeta
Convenience method for the Accept HTTP header
getAccept() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Convenience method for the Accept HTTP header
getAll() - Method in interface com.basho.riak.client.query.StreamingOperation
Retrieve all elements from the operation and return them in a List
getAll() - Method in class com.basho.riak.client.raw.http.BucketSource
 
getAll() - Method in class com.basho.riak.client.raw.http.IndexSource
 
getAll() - Method in class com.basho.riak.client.raw.http.KeySource
 
getAll() - Method in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
getAllowMult() - Method in class com.basho.riak.client.http.RiakBucketInfo
 
getAllowMult() - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
 
getAllowMult() - Method in class com.basho.riak.pbc.BucketProperties
 
getAllowSiblings() - Method in interface com.basho.riak.client.bucket.BucketProperties
The allow_mult value for the bucket.
getAllowSiblings() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getAllowSiblings() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getAllowSiblings() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getArg() - Method in class com.basho.riak.client.query.MapPhase
 
getAsis() - Method in class com.basho.riak.client.raw.StoreMeta
 
getBackend() - Method in interface com.basho.riak.client.bucket.BucketProperties
The backend used by this bucket.
getBackend() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getBackend() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getBackend() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getBackend() - Method in class com.basho.riak.pbc.BucketProperties
 
getBaseUrl() - Method in class com.basho.riak.client.http.RiakConfig
The host and port of the Riak server, which is extracted from the specified Riak URL.
getBaseUrl() - Method in class com.basho.riak.client.RiakConfig
Deprecated.
The host and port of the Riak server, which is extracted from the specified Riak URL.
getBasicQuorum() - Method in interface com.basho.riak.client.bucket.BucketProperties
Should a read request return early in some failure cases? E.g.
getBasicQuorum() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getBasicQuorum() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getBasicQuorum() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getBasicQuorum() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
getBasicQuorum() - Method in class com.basho.riak.client.raw.FetchMeta
 
getBasicQuorum() - Method in class com.basho.riak.pbc.BucketProperties
 
getBigVClock() - Method in interface com.basho.riak.client.bucket.BucketProperties
the big_vclock property for this bucket.
getBigVClock() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getBigVClock() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getBigVClock() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getBigVClock() - Method in class com.basho.riak.client.bucket.VClockPruneProps
the big_vclock property for this bucket.
getBigVClock() - Method in class com.basho.riak.pbc.BucketProperties
 
getBinIndex(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
getBinIndex(String) - Method in interface com.basho.riak.client.IRiakObject
Get a copy of the values for the given bin index
getBinIndex(String) - Method in class com.basho.riak.client.query.indexes.RiakIndexes
Get a copy of the set of values for a given binary index
getBinIndexes() - Method in class com.basho.riak.client.query.indexes.RiakIndexes
 
getBody() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getBody() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
getBody() - Method in interface com.basho.riak.client.http.response.HttpResponse
The HTTP response body or null if isStreamed()
getBody() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getBody() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getBody() - Method in class com.basho.riak.client.http.util.Multipart.Part
Body of this part
getBody() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getBody() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getBody() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
The HTTP response body or null if isStreamed()
getBody() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getBody() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getBody() - Method in class com.basho.riak.client.util.Multipart.Part
Deprecated.
Body of this part
getBodyAsString() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getBodyAsString() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
getBodyAsString() - Method in interface com.basho.riak.client.http.response.HttpResponse
 
getBodyAsString() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getBodyAsString() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getBodyAsString() - Method in class com.basho.riak.client.http.util.Multipart.Part
 
getBodyAsString() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getBodyAsString() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getBodyAsString() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
 
getBodyAsString() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getBodyAsString() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getBodyAsString() - Method in class com.basho.riak.client.util.Multipart.Part
Deprecated.
 
getBoundary(String) - Static method in class com.basho.riak.client.http.util.Multipart
Given a content type value, get the "boundary" parameter
getBoundary(String) - Static method in class com.basho.riak.client.util.Multipart
Deprecated.
Given a content type value, get the "boundary" parameter
getBucket() - Method in class com.basho.riak.client.DefaultRiakObject
 
getBucket() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getBucket() - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Gets the name of the Riak bucket the map/reduce job will process
getBucket() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
getBucket() - Method in interface com.basho.riak.client.http.response.HttpResponse
The target object's bucket
getBucket() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getBucket() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getBucket() - Method in class com.basho.riak.client.http.RiakLink
 
getBucket() - Method in class com.basho.riak.client.http.RiakObject
 
getBucket() - Method in interface com.basho.riak.client.IRiakObject
The name of this objects bucket
getBucket() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getBucket() - Method in class com.basho.riak.client.query.BucketMapReduce
Get the bucket input for the M/R job
getBucket() - Method in class com.basho.riak.client.query.functions.JSBucketKeyFunction
 
getBucket() - Method in class com.basho.riak.client.query.LinkPhase
The bucket for this link phase
getBucket() - Method in class com.basho.riak.client.query.LinkWalkStep
 
getBucket() - Method in class com.basho.riak.client.query.SearchMapReduce
 
getBucket() - Method in class com.basho.riak.client.raw.query.indexes.AbstractIndexQuery
 
getBucket() - Method in interface com.basho.riak.client.raw.query.indexes.IndexQuery
 
getBucket() - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Gets the name of the Riak bucket the map/reduce job will process
getBucket() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getBucket() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
The target object's bucket
getBucket() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getBucket() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getBucket() - Method in class com.basho.riak.client.RiakLink
 
getBucket() - Method in class com.basho.riak.client.RiakObject
Deprecated.
The object's bucket
getBucket() - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Gets the name of the Riak bucket the map/reduce job will process
getBucket() - Method in class com.basho.riak.pbc.RiakLink
 
getBucket() - Method in class com.basho.riak.pbc.RiakObject
 
getBucketBS() - Method in class com.basho.riak.pbc.RiakObject
 
getBucketInfo() - Method in class com.basho.riak.client.http.response.BucketResponse
The bucket's schema and keys
getBucketInfo() - Method in class com.basho.riak.client.response.BucketResponse
Deprecated.
The bucket's schema and keys
getBucketName() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
getBucketProperties(ByteString) - Method in class com.basho.riak.pbc.RiakClient
 
getBuckets() - Method in class com.basho.riak.client.http.response.ListBucketsResponse
Get a *copy* of the Set of buckets returned.
getBucketSchema(String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
getBucketSchema(String) - Method in class com.basho.riak.client.http.RiakClient
 
getBucketSchema(String, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient.getBucketSchema(String, RequestMeta), except only returning the HTTP response.
getBucketSchema(String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Return the properties for a Riak bucket without listing the keys in it.
getBucketSchema(String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
getBucketSchema(String, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient.getBucketSchema(String, RequestMeta), except only returning the HTTP response.
getBytes() - Method in class com.basho.riak.client.cap.BasicVClock
 
getBytes() - Method in interface com.basho.riak.client.cap.VClock
 
getCharset(Map<String, String>) - Static method in class com.basho.riak.client.util.CharsetUtils
Attempt to extract a charset from a Map of HTTP headers.
getCharset(String) - Static method in class com.basho.riak.client.util.CharsetUtils
Attempts to parse the Charset from a contentType string.
getCharset() - Method in class com.basho.riak.pbc.RiakObject
 
getCHashFun() - Method in class com.basho.riak.client.http.RiakBucketInfo
The chash_keyfun property as <module>:<function>
getCHashFun() - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
The chash_keyfun property as <module>:<function>
getcHashFun() - Method in class com.basho.riak.pbc.BucketProperties
 
getChashKeyFunction() - Method in interface com.basho.riak.client.bucket.BucketProperties
The chash_keyfun for this bucket.
getChashKeyFunction() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getChashKeyFunction() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getChashKeyFunction() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getClient(RiakConfig) - Static method in class com.basho.riak.client.http.plain.PlainClient
Connect to Riak using the given configuration.
getClient(String) - Static method in class com.basho.riak.client.http.plain.PlainClient
Connect to Riak using the given URL.
getClient(RiakConfig) - Static method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Connect to Riak using the given configuration.
getClient(String) - Static method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Connect to Riak using the given URL.
getClientId() - Method in class com.basho.riak.client.DefaultRiakClient
 
getClientId() - Method in class com.basho.riak.client.http.request.RequestMeta
Convenience method for the X-Riak-ClientId HTTP header
getClientId() - Method in class com.basho.riak.client.http.RiakClient
 
getClientId() - Method in class com.basho.riak.client.http.util.ClientHelper
getClientId() - Method in interface com.basho.riak.client.IRiakClient
Retrieve the client id from Riak that this client is using.
getClientId() - Method in class com.basho.riak.client.raw.ClusterClient
 
getClientId() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
getClientId() - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
getClientId() - Method in interface com.basho.riak.client.raw.RawClient
Ask Riak for the client id for the current connection.
getClientId() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Convenience method for the X-Riak-ClientId HTTP header
getClientId() - Method in class com.basho.riak.client.RiakClient
Deprecated.
A 4-byte unique ID for this client.
getClientId() - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
getClientID() - Method in class com.basho.riak.pbc.RiakClient
 
getClients() - Method in class com.basho.riak.client.raw.config.ClusterConfig
 
getConfig() - Method in class com.basho.riak.client.http.RiakClient
 
getConfig() - Method in class com.basho.riak.client.http.util.ClientHelper
 
getConfig() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
getConfig() - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
getConfig() - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
 
getConfigType() - Method in exception com.basho.riak.client.NoFactoryForConfigException
 
getConnection(byte[]) - Method in class com.basho.riak.pbc.RiakConnectionPool
Get a connection from the pool for the given client Id.
getConnectionWaitTimeoutMillis() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig
 
getContent() - Method in class com.basho.riak.pbc.mapreduce.MapReduceResponse
 
getContentType() - Method in class com.basho.riak.client.DefaultRiakObject
 
getContentType() - Method in class com.basho.riak.client.http.RiakObject
 
getContentType() - Method in interface com.basho.riak.client.IRiakObject
The content-type of this object's value.
getContentType() - Method in class com.basho.riak.client.RiakObject
Deprecated.
The object's content type as a MIME type
getContentType() - Method in interface com.basho.riak.pbc.IRequestMeta
 
getContentType() - Method in class com.basho.riak.pbc.mapreduce.MapReduceResponse
 
getContentType() - Method in class com.basho.riak.pbc.RequestMeta
 
getContentType() - Method in class com.basho.riak.pbc.RiakObject
 
getContinuation() - Method in class com.basho.riak.client.http.request.IndexRequest
 
getContinuation() - Method in class com.basho.riak.client.http.response.IndexResponseV2
 
getContinuation() - Method in interface com.basho.riak.client.query.StreamingOperation
Get the continuation value
getContinuation() - Method in class com.basho.riak.client.raw.http.BucketSource
 
getContinuation() - Method in class com.basho.riak.client.raw.http.IndexSource
 
getContinuation() - Method in class com.basho.riak.client.raw.http.KeySource
 
getContinuation() - Method in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
getContinuation() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
getContinuation() - Method in class com.basho.riak.pbc.RiakStreamClient
 
getCorePoolSize() - Static method in class com.basho.riak.client.operations.MultiFetchObject
Returns the core number of threads from the internal ThreadPoolExecutor
getDeclaredCharset(String) - Static method in class com.basho.riak.client.util.CharsetUtils
Get the actual string value declared as the charset in a content-type string, regardless of its validity.
getDeleted() - Method in class com.basho.riak.pbc.RiakObject
 
getDomainObject() - Method in exception com.basho.riak.client.convert.NoKeySpecifiedException
Get the object that triggered the exception
getDW() - Method in interface com.basho.riak.client.bucket.BucketProperties
The default dw quorum for this bucket.
getDW() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getDW() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getDW() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getDW() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
getDw() - Method in class com.basho.riak.client.raw.DeleteMeta
 
getDw() - Method in class com.basho.riak.client.raw.StoreMeta
The durable write quorum
getDw() - Method in class com.basho.riak.pbc.BucketProperties
 
getEntries() - Method in class com.basho.riak.client.http.response.IndexResponseV2
 
getErlFunction() - Method in class com.basho.riak.pbc.CommitHook
 
getErlModule() - Method in class com.basho.riak.pbc.CommitHook
 
getEtags() - Method in class com.basho.riak.client.raw.StoreMeta
 
getExceptionHandler() - Method in class com.basho.riak.client.http.RiakClient
 
getExceptionHandler() - Method in class com.basho.riak.client.http.util.ClientHelper
 
getExceptionHandler() - Method in class com.basho.riak.client.RiakClient
Deprecated.
The installed exception handler or null if not installed
getExceptionHandler() - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
 
getField() - Method in class com.basho.riak.client.convert.reflect.RiakIndexField
 
getField() - Method in class com.basho.riak.client.convert.UsermetaField
 
getFieldValue(Field, T) - Static method in class com.basho.riak.client.convert.reflect.ClassUtil
 
getFilter() - Method in class com.basho.riak.client.query.filter.AbstractKeyFilter
 
getFilter() - Method in class com.basho.riak.client.query.filter.FloatToStringFilter
 
getFilter() - Method in class com.basho.riak.client.query.filter.IntToStringFilter
 
getFilter() - Method in class com.basho.riak.client.query.filter.StringToFloatFilter
 
getFilter() - Method in class com.basho.riak.client.query.filter.StringToIntFilter
 
getFilter() - Method in class com.basho.riak.client.query.filter.ToLowerFilter
 
getFilter() - Method in class com.basho.riak.client.query.filter.ToUpperFilter
 
getFullname() - Method in class com.basho.riak.client.query.indexes.BucketIndex
 
getFullname() - Method in class com.basho.riak.client.query.indexes.KeyIndex
 
getFullname() - Method in class com.basho.riak.client.query.indexes.RiakIndex
 
getFun() - Method in class com.basho.riak.client.query.functions.NamedErlangFunction
 
getFunction() - Method in class com.basho.riak.client.query.functions.NamedJSFunction
 
getFunction() - Method in class com.basho.riak.pbc.ModuleFunction
 
getHeader(String) - Method in class com.basho.riak.client.http.request.RequestMeta
Return the value for the HTTP header or null if not set
getHeader(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Return the value for the HTTP header or null if not set
getHeaders() - Method in class com.basho.riak.client.http.request.RequestMeta
Map of HTTP header names to values
getHeaders() - Method in class com.basho.riak.client.http.util.Multipart.Part
Headers defined in the part
getHeaders() - Method in class com.basho.riak.client.http.util.StreamedMultipart
Return the map of document headers that this object was constructed with.
getHeaders() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Map of HTTP header names to values
getHeaders() - Method in class com.basho.riak.client.util.Multipart.Part
Deprecated.
Headers defined in the part
getHeaders() - Method in class com.basho.riak.client.util.StreamedMultipart
Deprecated.
Return the map of document headers that this object was constructed with.
getHeadOnly() - Method in class com.basho.riak.client.raw.FetchMeta
 
getHost() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig
 
getHttpClient() - Method in class com.basho.riak.client.http.RiakClient
 
getHttpClient() - Method in class com.basho.riak.client.http.RiakConfig
The pre-constructed HttpClient for a client to use if one was provided
getHttpClient() - Method in class com.basho.riak.client.http.util.ClientHelper
Return the HttpClient used to make requests, which can be configured.
getHttpClient() - Method in class com.basho.riak.client.raw.http.HTTPClientConfig
 
getHttpClient() - Method in class com.basho.riak.client.RiakClient
Deprecated.
Return the HttpClient used to make requests, which can be configured.
getHttpClient() - Method in class com.basho.riak.client.RiakConfig
Deprecated.
The pre-constructed HttpClient for a client to use if one was provided
getHttpClient() - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Return the HttpClient used to make requests, which can be configured.
getHttpHeaders() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getHttpHeaders() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
getHttpHeaders() - Method in interface com.basho.riak.client.http.response.HttpResponse
The HTTP response headers.
getHttpHeaders() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getHttpHeaders() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getHttpHeaders() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getHttpHeaders() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getHttpHeaders() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
The HTTP response headers.
getHttpHeaders() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getHttpHeaders() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getHttpMethod() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getHttpMethod() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
Get the original, underlying http request base method executed to form this repsonse
getHttpMethod() - Method in interface com.basho.riak.client.http.response.HttpResponse
The actual HttpRequestBase used to make the HTTP request.
getHttpMethod() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getHttpMethod() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getHttpMethod() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getHttpMethod() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getHttpMethod() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
The actual HttpMethod used to make the HTTP request.
getHttpMethod() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getHttpMethod() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getHttpResponse() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getHttpResponse() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
getHttpResponse() - Method in interface com.basho.riak.client.http.response.HttpResponse
 
getHttpResponse() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getHttpResponse() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getHttpResponse() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getHttpResponse() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getHttpResponse() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
 
getHttpResponse() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getHttpResponse() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getIdleConnectionTTLMillis() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig
 
getIfMatch() - Method in class com.basho.riak.client.http.request.RequestMeta
Convenience method for the If-Match HTTP header
getIfMatch() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Convenience method for the If-Match HTTP header
getIfModifiedSince() - Method in class com.basho.riak.client.http.request.RequestMeta
Convenience method for the If-Modified-Since HTTP header
getIfModifiedSince() - Method in class com.basho.riak.client.raw.FetchMeta
The date for an HTTP fetch if-modified-since.
getIfModifiedSince() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Convenience method for the If-Modified-Since HTTP header
getIfModifiedVClock() - Method in class com.basho.riak.client.raw.FetchMeta
The VClock to use in a conditional fetch with the PB API.
getIfNoneMatch() - Method in class com.basho.riak.client.http.request.RequestMeta
Convenience method for the If-None-Match HTTP header
getIfNoneMatch() - Method in class com.basho.riak.client.raw.StoreMeta
Get the value of the ifNoneMatch parameter
getIfNoneMatch() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Convenience method for the If-None-Match HTTP header
getIfNotModified() - Method in class com.basho.riak.client.raw.StoreMeta
Get the value of the ifNoneMatch parameter
getIfUnmodifiedSince() - Method in class com.basho.riak.client.http.request.RequestMeta
Convenience method for the If-Unmodified-Since HTTP header
getIfUnmodifiedSince() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Convenience method for the If-Unmodified-Since HTTP header
getIndex() - Method in class com.basho.riak.client.raw.query.indexes.AbstractIndexQuery
 
getIndex() - Method in interface com.basho.riak.client.raw.query.indexes.IndexQuery
 
getIndexes(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
getIndexes(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
getIndexes(T) - Method in class com.basho.riak.client.convert.RiakIndexConverter
 
getIndexes() - Method in class com.basho.riak.client.http.RiakObject
 
getIndexes() - Method in class com.basho.riak.pbc.RiakObject
 
getIndexKey() - Method in class com.basho.riak.client.http.request.IndexRequest
 
getIndexKey() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
getIndexKey() - Method in class com.basho.riak.pbc.IndexRequest
 
getIndexName() - Method in class com.basho.riak.client.convert.reflect.RiakIndexField
 
getIndexName() - Method in class com.basho.riak.client.convert.reflect.RiakIndexMethod
 
getIndexName() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
getIndexValue() - Method in class com.basho.riak.client.http.response.IndexEntry
The index value
getIndexValue() - Method in class com.basho.riak.client.IndexEntry
The index value
getIndexValue() - Method in class com.basho.riak.pbc.IndexEntry
The index value
getIndexValueAsLong() - Method in class com.basho.riak.client.IndexEntry
The index value as a long
getInitialPoolSize() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig
 
getInstance() - Static method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
getInstance() - Static method in class com.basho.riak.client.convert.RiakBeanSerializerModifier
 
getInstance() - Static method in class com.basho.riak.client.raw.http.HTTPClusterClientFactory
 
getInstance() - Static method in class com.basho.riak.client.raw.http.HTTPRiakClientFactory
 
getInstance() - Static method in class com.basho.riak.client.raw.pbc.PBClusterClientFactory
 
getInstance() - Static method in class com.basho.riak.client.raw.pbc.PBRiakClientFactory
 
getIntIndex(String) - Method in class com.basho.riak.client.DefaultRiakObject
Deprecated.
getIntIndex(String) - Method in interface com.basho.riak.client.IRiakObject
Deprecated. 
getIntIndex(String) - Method in class com.basho.riak.client.query.indexes.RiakIndexes
Get a copy of the set of values for a given int index
getIntIndexes() - Method in class com.basho.riak.client.query.indexes.RiakIndexes
 
getIntIndexV2(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
getIntIndexV2(String) - Method in interface com.basho.riak.client.IRiakObject
Get a copy of the values for the given int_ index
getIntValue() - Method in class com.basho.riak.client.cap.Quorum
The int value of the quorum.
getJsName() - Method in class com.basho.riak.pbc.CommitHook
 
getJSON() - Method in class com.basho.riak.client.raw.query.MapReduceSpec
Get the JSON of the m/r job spec
getJSON() - Method in class com.basho.riak.pbc.mapreduce.MapReduceResponse
 
getKeep() - Method in class com.basho.riak.client.query.LinkWalkStep
 
getKey(T, String) - Static method in class com.basho.riak.client.convert.KeyUtil
Attempts to get a key from domainObject by looking for a RiakKey annotated field.
getKey(T) - Static method in class com.basho.riak.client.convert.KeyUtil
Attempts to get a key from domainObject by looking for a RiakKey annotated field.
getKey() - Method in class com.basho.riak.client.DefaultRiakObject
 
getKey() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getKey() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
getKey() - Method in interface com.basho.riak.client.http.response.HttpResponse
The target object's key or null if bucket is target
getKey() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getKey() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getKey() - Method in class com.basho.riak.client.http.RiakLink
 
getKey() - Method in class com.basho.riak.client.http.RiakObject
 
getKey() - Method in interface com.basho.riak.client.IRiakObject
The object's key.
getKey() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getKey() - Method in class com.basho.riak.client.query.functions.JSBucketKeyFunction
 
getKey() - Method in class com.basho.riak.client.query.MultiFetchFuture
 
getKey() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getKey() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
The target object's key or null if bucket is target
getKey() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getKey() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getKey() - Method in class com.basho.riak.client.RiakLink
 
getKey() - Method in class com.basho.riak.client.RiakObject
Deprecated.
The object's key
getKey() - Method in class com.basho.riak.pbc.RiakLink
 
getKey() - Method in class com.basho.riak.pbc.RiakObject
 
getKeyBS() - Method in class com.basho.riak.pbc.RiakObject
 
getKeys() - Method in class com.basho.riak.client.http.response.IndexResponse
The list of keys returned by an index query
getKeys() - Method in class com.basho.riak.client.http.RiakBucketInfo
The object keys in this bucket.
getKeys() - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
The object keys in this bucket.
getLastmod() - Method in class com.basho.riak.client.http.response.StoreResponse
The object's last modified date or null if Riak didn't return one.
getLastmod() - Method in class com.basho.riak.client.http.RiakObject
 
getLastmod() - Method in class com.basho.riak.client.response.StoreResponse
Deprecated.
The object's last modified date or null if Riak didn't return one.
getLastmod() - Method in class com.basho.riak.client.RiakObject
Deprecated.
The modification date of the object determined by Riak
getLastmodAsDate() - Method in class com.basho.riak.client.http.RiakObject
 
getLastmodAsDate() - Method in class com.basho.riak.client.RiakObject
Deprecated.
Convenience method to get the last modified header parsed into a Date object.
getLastModified() - Method in class com.basho.riak.client.DefaultRiakObject
 
getLastModified() - Method in interface com.basho.riak.client.IRiakObject
The last modified date as held by Riak.
getLastModified() - Method in class com.basho.riak.client.raw.StoreMeta
 
getLastModified() - Method in class com.basho.riak.pbc.RiakObject
 
getLastWriteWins() - Method in interface com.basho.riak.client.bucket.BucketProperties
The last_write_wins value for the bucket.
getLastWriteWins() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getLastWriteWins() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getLastWriteWins() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getLastWriteWins() - Method in class com.basho.riak.pbc.BucketProperties
 
getLinkFun() - Method in class com.basho.riak.client.http.RiakBucketInfo
The linkfun property as <module>:<function>
getLinkFun() - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
The linkfun property as <module>:<function>
getLinkFun() - Method in class com.basho.riak.pbc.BucketProperties
 
getLinks(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
getLinks(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
getLinks(T) - Method in class com.basho.riak.client.convert.RiakLinksConverter
 
getLinks() - Method in class com.basho.riak.client.DefaultRiakObject
 
getLinks() - Method in class com.basho.riak.client.http.RiakObject
Deprecated.
getLinks() - Method in interface com.basho.riak.client.IRiakObject
A List of RiakLinks from this object.
getLinks() - Method in class com.basho.riak.client.RiakObject
Deprecated.
please use RiakObject#iterableLinks()) to iterate over the collection of RiakLinks. Attempting to mutate the collection will result in UnsupportedOperationException in future versions. Use RiakObject#addLink() and RiakObject#removeLink() instead. Use RiakObject.hasLinks(), RiakObject.numLinks() and RiakObject.hasLink(RiakLink) to query state of links.
getLinks() - Method in class com.basho.riak.pbc.RiakObject
 
getLinkWalkFunction() - Method in interface com.basho.riak.client.bucket.BucketProperties
The linkwalk_fun for this bucket.
getLinkWalkFunction() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getLinkWalkFunction() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getLinkWalkFunction() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getMapReducePath() - Method in class com.basho.riak.client.http.RiakConfig
The path to the Riak map reduce resource, which defaults to /mapred
getMapreducePath() - Method in class com.basho.riak.client.raw.http.HTTPClientConfig
 
getMapReducePath() - Method in class com.basho.riak.client.RiakConfig
Deprecated.
The path to the Riak map reduce resource, which defaults to /mapred
getMapReduceUrl() - Method in class com.basho.riak.client.http.RiakConfig
The full URL of Riak map reduce resource, which is calculated by combining the host and port from the Riak URL and the map reduce path.
getMapReduceUrl() - Method in class com.basho.riak.client.RiakConfig
Deprecated.
The full URL of Riak map reduce resource, which is calculated by combining the host and port from the Riak URL and the map reduce path.
getMaxConnections() - Method in class com.basho.riak.client.http.RiakConfig
 
getMaxConnections() - Method in class com.basho.riak.client.raw.http.HTTPClientConfig
 
getMaxConnections() - Method in class com.basho.riak.client.RiakConfig
Deprecated.
 
getMaxResults() - Method in class com.basho.riak.client.http.request.IndexRequest
 
getMaxResults() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
getMessage() - Method in exception com.basho.riak.client.NoFactoryForConfigException
 
getMeta() - Method in class com.basho.riak.client.DefaultRiakObject
NOTE: a copy is returned.
getMeta() - Method in interface com.basho.riak.client.IRiakObject
User meta data can be added to any Riak object.
getMethod() - Method in class com.basho.riak.client.convert.reflect.RiakIndexMethod
 
getMethodValue(Method, T) - Static method in class com.basho.riak.client.convert.reflect.ClassUtil
 
getMod() - Method in class com.basho.riak.client.query.functions.NamedErlangFunction
 
getModule() - Method in class com.basho.riak.pbc.ModuleFunction
 
getModuleName() - Method in class com.basho.riak.client.convert.RiakJacksonModule
 
getName() - Method in interface com.basho.riak.client.bucket.Bucket
Get this Buckets name.
getName() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getName() - Method in enum com.basho.riak.client.cap.Quora
 
getName() - Method in class com.basho.riak.client.cap.Quorum
 
getName() - Method in class com.basho.riak.client.http.RiakIndex
 
getName() - Method in class com.basho.riak.client.query.filter.AbstractLogicalFilter
 
getName() - Method in class com.basho.riak.client.query.filter.LogicalAndFilter
 
getName() - Method in class com.basho.riak.client.query.filter.LogicalNotFilter
 
getName() - Method in class com.basho.riak.client.query.filter.LogicalOrFilter
 
getName() - Method in class com.basho.riak.client.query.indexes.BucketIndex
 
getName() - Method in class com.basho.riak.client.query.indexes.KeyIndex
 
getName() - Method in class com.basho.riak.client.query.indexes.RiakIndex
 
getNotFoundOK() - Method in interface com.basho.riak.client.bucket.BucketProperties
True if a vnode returning notfound for a key increments the r tally.
getNotFoundOK() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getNotFoundOK() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getNotFoundOK() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getNotFoundOK() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
getNotFoundOK() - Method in class com.basho.riak.client.raw.FetchMeta
 
getNotFoundOk() - Method in class com.basho.riak.pbc.BucketProperties
 
getNVal() - Method in interface com.basho.riak.client.bucket.BucketProperties
This bucket's n_val.
getNVal() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getNVal() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getNVal() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getNVal() - Method in class com.basho.riak.client.http.RiakBucketInfo
 
getNVal() - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
 
getNValue() - Method in class com.basho.riak.pbc.BucketProperties
 
getObject() - Method in class com.basho.riak.client.http.response.FetchResponse
Returns the first Riak object contained in the response.
getObject() - Method in class com.basho.riak.client.http.response.StoreResponse
 
getObject() - Method in interface com.basho.riak.client.http.response.WithBodyResponse
 
getObject() - Method in class com.basho.riak.client.response.FetchResponse
Deprecated.
Returns the first Riak object contained in the response.
getObject() - Method in class com.basho.riak.client.response.StoreResponse
Deprecated.
 
getObject() - Method in interface com.basho.riak.client.response.WithBodyResponse
Deprecated.
 
getObjectKey() - Method in class com.basho.riak.client.http.response.IndexEntry
The Riak object's key
getObjectKey() - Method in class com.basho.riak.client.IndexEntry
The Riak object's key
getObjectKey() - Method in class com.basho.riak.pbc.IndexEntry
The Riak object's key
getObjectMapper() - Static method in class com.basho.riak.client.convert.JSONConverter
Returns the ObjectMapper being used.
getObjects() - Method in class com.basho.riak.pbc.FetchResponse
 
getOldVClock() - Method in interface com.basho.riak.client.bucket.BucketProperties
the old_vclock property for this bucket.
getOldVClock() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getOldVClock() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getOldVClock() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getOldVClock() - Method in class com.basho.riak.client.bucket.VClockPruneProps
the old_vclock property for this bucket.
getOldVClock() - Method in class com.basho.riak.pbc.BucketProperties
 
getPathFromUrl(String) - Static method in class com.basho.riak.client.http.util.ClientUtils
Return just the path portion of the given URL
getPathFromUrl(String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Return just the path portion of the given URL
getPhase() - Method in class com.basho.riak.pbc.mapreduce.MapReduceResponse
 
getPhaseFunction() - Method in class com.basho.riak.client.query.MapPhase
 
getPingPath() - Method in class com.basho.riak.client.http.RiakConfig
 
getPingUrl() - Method in class com.basho.riak.client.http.RiakConfig
The full URL of the Riak ping resource, which is calculated by combining the host and port from the Riak URL and the ping path.
getPoolSize() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig
 
getPoolState() - Method in class com.basho.riak.pbc.RiakConnectionPool
Convenience method to check the state of the pool.
getPort() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig
 
getPostcommitHooks() - Method in interface com.basho.riak.client.bucket.BucketProperties
The set of postcommit hooks for this bucket.
getPostcommitHooks() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getPostcommitHooks() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getPostcommitHooks() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getPostcommitHooks() - Method in class com.basho.riak.pbc.BucketProperties
 
getPR() - Method in interface com.basho.riak.client.bucket.BucketProperties
The default pr quorum for this bucket.
getPR() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getPR() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getPR() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getPR() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
getPr() - Method in class com.basho.riak.client.raw.DeleteMeta
 
getPr() - Method in class com.basho.riak.client.raw.FetchMeta
 
getPr() - Method in class com.basho.riak.pbc.BucketProperties
 
getPrecommitHooks() - Method in interface com.basho.riak.client.bucket.BucketProperties
The set of precommit_hooks for this bucket.
getPrecommitHooks() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getPrecommitHooks() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getPrecommitHooks() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getPrecommitHooks() - Method in class com.basho.riak.pbc.BucketProperties
 
getPW() - Method in interface com.basho.riak.client.bucket.BucketProperties
The default pw quorum for this bucket.
getPW() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getPW() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getPW() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getPW() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
getPw() - Method in class com.basho.riak.client.raw.DeleteMeta
 
getPw() - Method in class com.basho.riak.client.raw.StoreMeta
Get the value for the pw parameter
getPw() - Method in class com.basho.riak.pbc.BucketProperties
 
getQuery() - Method in class com.basho.riak.client.query.SearchMapReduce
 
getQueryParam(String) - Method in class com.basho.riak.client.http.request.RequestMeta
Query parameter value or null if not set
getQueryParam(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Query parameter value or null if not set
getQueryParamMap() - Method in class com.basho.riak.client.http.request.RequestMeta
Get a copy of the query params in a map
getQueryParamMap() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Get a copy of the query params in a map
getQueryParams() - Method in class com.basho.riak.client.http.request.RequestMeta
A string containing all the specified query parameters in this RequestMeta in the form: p1=v1&p2=v2
getQueryParams() - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
A string containing all the specified query parameters in this RequestMeta in the form: p1=v1&p2=v2
getR() - Method in interface com.basho.riak.client.bucket.BucketProperties
The default r quorum for this bucket.
getR() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getR() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getR() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getR() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
getR() - Method in class com.basho.riak.client.raw.DeleteMeta
 
getR() - Method in class com.basho.riak.client.raw.FetchMeta
 
getR() - Method in class com.basho.riak.pbc.BucketProperties
 
getRangeEnd() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
getRangeStart() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
getRequestTimeoutMillis() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig
 
getResult(Class<T>) - Method in interface com.basho.riak.client.query.MapReduceResult
Mapped results to a simple java type, can be a Collection type (Map, List etc) or a Java Bean style class.
getResult(Class<T>) - Method in class com.basho.riak.client.raw.pbc.PBMapReduceResult
 
getResultRaw() - Method in interface com.basho.riak.client.query.MapReduceResult
The raw JSON string of the result
getResultRaw() - Method in class com.basho.riak.client.raw.pbc.PBMapReduceResult
 
getResults() - Method in class com.basho.riak.client.http.response.MapReduceResponse
The result of the map-reduce query as a JSON array
getResults() - Method in class com.basho.riak.client.response.MapReduceResponse
Deprecated.
The result of the map-reduce query as a JSON array
getRetryHandler() - Method in class com.basho.riak.client.http.RiakConfig
Get value set for the http client retry handler, the default retry handler for requests.
getRetryHandler() - Method in class com.basho.riak.client.raw.http.HTTPClientConfig
 
getRetryHandler() - Method in class com.basho.riak.client.RiakConfig
Deprecated.
Value to set for the HttpClientParams.RETRY_HANDLER property: the default retry handler for requests.
getReturnBody() - Method in class com.basho.riak.client.raw.StoreMeta
Get the value for the return body parameter
getReturnDeletedVClock() - Method in class com.basho.riak.client.raw.FetchMeta
 
getReturnHead() - Method in class com.basho.riak.client.raw.StoreMeta
 
getRiakClient() - Method in class com.basho.riak.client.http.request.MapReduceBuilder
The RiakClient to which this map reduce job will be submitted to when MapReduceBuilder.submit() is called.
getRiakClient() - Method in class com.basho.riak.client.http.RiakObject
 
getRiakClient() - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
The RiakClient to which this map reduce job will be submitted to when MapReduceBuilder.submit() is called.
getRiakClient() - Method in class com.basho.riak.client.RiakObject
Deprecated.
A RiakObject can be loosely attached to the RiakClient from which retrieve it was retrieved.
getRiakClient() - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
The RiakClient to which this map reduce job will be submitted to when MapReduceBuilder.submit() is called.
getRiakKey(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
getRiakKey(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
getRiakObjects() - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Returns a copy of the Riak objects on the input list for a map/reduce job
getRiakObjects() - Method in class com.basho.riak.client.raw.RiakResponse
Gets the actual array of IRiakObject (not a clone or copy, so treat it well)
getRiakObjects() - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Returns a copy of the Riak objects on the input list for a map/reduce job
getRiakObjects() - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Returns a copy of the Riak objects on the input list for a map/reduce job
getRiakTombstone(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
getRiakTombstone(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
getRiakVClock(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
getRiakVClock(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
getRW() - Method in interface com.basho.riak.client.bucket.BucketProperties
The default rw quorum for this bucket.
getRW() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getRW() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getRW() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getRW() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
getRw() - Method in class com.basho.riak.client.raw.DeleteMeta
 
getRw() - Method in class com.basho.riak.pbc.BucketProperties
 
getSchema() - Method in class com.basho.riak.client.http.RiakBucketInfo
Returns the bucket's properties.
getSchema() - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
Returns the bucket's properties.
getSearch() - Method in interface com.basho.riak.client.bucket.BucketProperties
The search property
getSearch() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getSearch() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getSearch() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getSearch() - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Gets the search query the map/reduce job will process
getSearch() - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Gets the search query the map/reduce job will process
getSearchEnabled() - Method in class com.basho.riak.pbc.BucketProperties
 
getSemaphore(int) - Static method in class com.basho.riak.pbc.RiakConnectionPool
Create the correct type of semaphore for the maxSize, zero is limitless.
getServerInfo() - Method in class com.basho.riak.pbc.RiakClient
 
getSiblings() - Method in exception com.basho.riak.client.cap.UnresolvedConflictException
Get the siblings that could not be resolved.
getSiblings() - Method in class com.basho.riak.client.http.response.FetchResponse
Returns a collection of the Riak objects contained in the response.
getSiblings() - Method in class com.basho.riak.client.http.response.StoreResponse
 
getSiblings() - Method in interface com.basho.riak.client.http.response.WithBodyResponse
 
getSiblings() - Method in class com.basho.riak.client.response.FetchResponse
Deprecated.
Returns a collection of the Riak objects contained in the response.
getSiblings() - Method in class com.basho.riak.client.response.StoreResponse
Deprecated.
 
getSiblings() - Method in interface com.basho.riak.client.response.WithBodyResponse
Deprecated.
 
getSmallVClock() - Method in interface com.basho.riak.client.bucket.BucketProperties
the small_vclock property for this bucket.
getSmallVClock() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getSmallVClock() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getSmallVClock() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getSmallVClock() - Method in class com.basho.riak.client.bucket.VClockPruneProps
the small_vclock property for this bucket.
getSmallVClock() - Method in class com.basho.riak.pbc.BucketProperties
 
getSocketBufferSizeKb() - Method in class com.basho.riak.client.raw.pbc.PBClientConfig
 
getSource() - Method in class com.basho.riak.client.query.functions.JSSourceFunction
 
getStartBucket() - Method in class com.basho.riak.client.raw.query.LinkWalkSpec
The bucket of the object to walk from.
getStartKey() - Method in class com.basho.riak.client.raw.query.LinkWalkSpec
The key of the object to walk from.
getStatsUrl() - Method in class com.basho.riak.client.http.RiakConfig
The full URL of the Riak status (stats) resource, which is calculated by combining the host and port from the Riak URL and the stats path.
getStatusCode() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getStatusCode() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
getStatusCode() - Method in interface com.basho.riak.client.http.response.HttpResponse
Resulting status code from the HTTP request.
getStatusCode() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getStatusCode() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getStatusCode() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getStatusCode() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getStatusCode() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
Resulting status code from the HTTP request.
getStatusCode() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getStatusCode() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getSteps() - Method in class com.basho.riak.client.http.response.WalkResponse
Steps accumulated from link walking.
getSteps() - Method in class com.basho.riak.client.response.WalkResponse
Deprecated.
Steps accumulated from link walking.
getStream() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
getStream() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
getStream() - Method in interface com.basho.riak.client.http.response.HttpResponse
The HTTP response body as an input stream if isStreamed(); null otherwise
getStream() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
getStream() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
getStream() - Method in class com.basho.riak.client.http.util.Multipart.Part
 
getStream() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
getStream() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
getStream() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
The HTTP response body as an input stream if isStreamed(); null otherwise
getStream() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
getStream() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
getStream() - Method in class com.basho.riak.client.util.Multipart.Part
Deprecated.
 
getSuffix() - Method in class com.basho.riak.client.query.indexes.BinIndex
 
getSuffix() - Method in class com.basho.riak.client.query.indexes.BucketIndex
 
getSuffix() - Method in class com.basho.riak.client.query.indexes.IntIndex
 
getSuffix() - Method in class com.basho.riak.client.query.indexes.KeyIndex
 
getSuffix() - Method in class com.basho.riak.client.query.indexes.RiakIndex
 
getSymbolicValue() - Method in class com.basho.riak.client.cap.Quorum
Get the Symbolic value of this quorum.
getTag() - Method in class com.basho.riak.client.http.RiakLink
 
getTag() - Method in class com.basho.riak.client.query.LinkPhase
The tag for this link phase
getTag() - Method in class com.basho.riak.client.query.LinkWalkStep
 
getTag() - Method in class com.basho.riak.client.RiakLink
 
getTag() - Method in class com.basho.riak.pbc.RiakLink
 
getTimeout() - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Gets the currently assigned timeout
getTimeout() - Method in class com.basho.riak.client.http.RiakConfig
 
getTimeout() - Method in class com.basho.riak.client.raw.DeleteMeta
 
getTimeout() - Method in class com.basho.riak.client.raw.FetchMeta
Returns the timeout value if set, otherwise null
getTimeout() - Method in class com.basho.riak.client.raw.http.HTTPClientConfig
 
getTimeout() - Method in class com.basho.riak.client.raw.StoreMeta
 
getTimeout() - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Gets the currently assigned timeout
getTimeout() - Method in class com.basho.riak.client.RiakConfig
Deprecated.
 
getTimeout() - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Gets the currently assigned timeout
getTombstone(T) - Static method in class com.basho.riak.client.convert.TombstoneUtil
Attempts to get boolean from domainObject by looking for a RiakTombstone annotated field.
getTotalMaximumConnections() - Method in class com.basho.riak.client.raw.config.ClusterConfig
 
getTransport() - Method in class com.basho.riak.client.DefaultRiakClient
 
getTransport() - Method in interface com.basho.riak.client.IRiakClient
Optional method, the underlying transport.
getTransport() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
getTransport() - Method in class com.basho.riak.client.raw.http.HTTPClusterClient
 
getTransport() - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
getTransport() - Method in class com.basho.riak.client.raw.pbc.PBClusterClient
 
getTransport() - Method in interface com.basho.riak.client.raw.RawClient
The raw transport name.
getType() - Method in class com.basho.riak.client.convert.reflect.RiakIndexField
 
getType() - Method in class com.basho.riak.client.convert.reflect.RiakIndexMethod
 
getType() - Method in class com.basho.riak.client.query.LinkPhase
 
getType() - Method in class com.basho.riak.client.query.MapPhase
 
getType() - Method in interface com.basho.riak.client.query.MapReducePhase
The PhaseType of this MapReducePhase implementation.
getType() - Method in class com.basho.riak.client.query.ReducePhase
 
getUrl() - Method in class com.basho.riak.client.http.RiakConfig
The base URL used by a client to construct object URLs
getUrl() - Method in class com.basho.riak.client.raw.http.HTTPClientConfig
 
getUrl() - Method in class com.basho.riak.client.RiakConfig
Deprecated.
The base URL used by a client to construct object URLs
getUsermeta(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
getUsermeta() - Method in class com.basho.riak.client.http.RiakObject
Deprecated.
getUsermeta(String) - Method in interface com.basho.riak.client.IRiakObject
Get the user meta data item for that key.
getUsermeta() - Method in class com.basho.riak.client.RiakObject
Deprecated.
Future versions will return an unmodifiable view of the user meta. Please use RiakObject#addUsermeta(String, String), RiakObject.removeUsermetaItem(String), RiakObject.setUsermeta(Map), RiakObject.hasUsermetaItem(String), RiakObject.hasUsermeta() and RiakObject.getUsermetaItem(String) to mutate and query the User meta collection
getUsermeta() - Method in class com.basho.riak.pbc.RiakObject
Return a copy of the user meta data map (does not read or write through to map backing RiakObject)
getUsermetaData(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
getUsermetaData(T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
getUsermetaData(T) - Method in class com.basho.riak.client.convert.UsermetaConverter
 
getUsermetaDataKey() - Method in class com.basho.riak.client.convert.UsermetaField
 
getUsermetaItem(String) - Method in class com.basho.riak.client.http.RiakObject
 
getUsermetaItem(String) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Get an item of user meta data.
getValue() - Method in enum com.basho.riak.client.cap.Quora
 
getValue() - Method in class com.basho.riak.client.DefaultRiakObject
 
getValue() - Method in class com.basho.riak.client.http.BinIndex
 
getValue() - Method in class com.basho.riak.client.http.IntIndex
 
getValue() - Method in class com.basho.riak.client.http.RiakIndex
 
getValue() - Method in class com.basho.riak.client.http.RiakObject
 
getValue() - Method in interface com.basho.riak.client.IRiakObject
The value.
getValue() - Method in class com.basho.riak.client.raw.query.indexes.AbstractValueQuery
 
getValue() - Method in interface com.basho.riak.client.raw.query.indexes.ValueQuery
The value to match
getValue() - Method in class com.basho.riak.client.RiakObject
Deprecated.
The object's value
getValue() - Method in class com.basho.riak.pbc.RiakObject
 
getValueAsBytes() - Method in class com.basho.riak.client.http.RiakObject
 
getValueAsBytes() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
getValueAsString() - Method in class com.basho.riak.client.DefaultRiakObject
 
getValueAsString() - Method in interface com.basho.riak.client.IRiakObject
Convenience method.
getValueStream() - Method in class com.basho.riak.client.http.RiakObject
 
getValueStream() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
getValueStreamLength() - Method in class com.basho.riak.client.http.RiakObject
 
getValueStreamLength() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
getVClock(T) - Static method in class com.basho.riak.client.convert.VClockUtil
Attempts to get a vector clock from domainObject by looking for a RiakVClock annotated field.
getVClock() - Method in class com.basho.riak.client.DefaultRiakObject
 
getVclock() - Method in class com.basho.riak.client.http.response.FetchResponse
 
getVclock() - Method in class com.basho.riak.client.http.response.StoreResponse
The object's updated vclock or null if Riak didn't return one.
getVclock() - Method in interface com.basho.riak.client.http.response.WithBodyResponse
 
getVclock() - Method in class com.basho.riak.client.http.RiakObject
 
getVClock() - Method in interface com.basho.riak.client.IRiakObject
This objects Vector Clock.
getVClock() - Method in class com.basho.riak.client.operations.FetchObject
 
getVclock() - Method in class com.basho.riak.client.raw.DeleteMeta
 
getVclock() - Method in class com.basho.riak.client.raw.RiakResponse
Get the vector clock as a VClock
getVclock() - Method in class com.basho.riak.client.response.StoreResponse
Deprecated.
The object's updated vclock or null if Riak didn't return one.
getVclock() - Method in class com.basho.riak.client.RiakObject
Deprecated.
The object's opaque vclock assigned by Riak
getVClock() - Method in class com.basho.riak.pbc.FetchResponse
 
getVclock() - Method in class com.basho.riak.pbc.RiakObject
 
getVClockAsString() - Method in class com.basho.riak.client.DefaultRiakObject
 
getVClockAsString() - Method in interface com.basho.riak.client.IRiakObject
String copy of this object's vector clock.
getVclockBytes() - Method in class com.basho.riak.client.raw.RiakResponse
Get the vector clock bytes
getVtag() - Method in class com.basho.riak.client.DefaultRiakObject
 
getVtag() - Method in class com.basho.riak.client.http.response.StoreResponse
The object's updated etag or null if Riak didn't return one.
getVtag() - Method in class com.basho.riak.client.http.RiakObject
 
getVtag() - Method in interface com.basho.riak.client.IRiakObject
If this object has a version tag (if it is one of a set of siblings)
getVtag() - Method in class com.basho.riak.client.response.StoreResponse
Deprecated.
The object's updated etag or null if Riak didn't return one.
getVtag() - Method in class com.basho.riak.client.RiakObject
Deprecated.
An entity tag for the object assigned by Riak
getVtag() - Method in class com.basho.riak.pbc.RiakObject
 
getW() - Method in interface com.basho.riak.client.bucket.BucketProperties
The default w quorum for this bucket.
getW() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getW() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getW() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getW() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
getW() - Method in class com.basho.riak.client.raw.DeleteMeta
 
getW() - Method in class com.basho.riak.client.raw.StoreMeta
The write quorum
getW() - Method in class com.basho.riak.pbc.BucketProperties
 
getWalkSpec() - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
 
getWalkSpec() - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
getYoungVClock() - Method in interface com.basho.riak.client.bucket.BucketProperties
The young_vclcok property for this bucket.
getYoungVClock() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
getYoungVClock() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
getYoungVClock() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
getYoungVClock() - Method in class com.basho.riak.client.bucket.VClockPruneProps
The young_vclcok property for this bucket.
getYoungVClock() - Method in class com.basho.riak.pbc.BucketProperties
 
gossipReceived() - Method in class com.basho.riak.client.query.NodeStats
 
GreaterThanFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
GreaterThanFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.GreaterThanFilter
 
GreaterThanFilter(int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.GreaterThanFilter
 
GreaterThanFilter(double) - Constructor for class com.basho.riak.client.http.mapreduce.filter.GreaterThanFilter
 
GreaterThanFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.GreaterThanFilter instead.

WARNING: This class will be REMOVED in the next version.

GreaterThanFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.GreaterThanFilter
Deprecated.
 
GreaterThanFilter(int) - Constructor for class com.basho.riak.client.mapreduce.filter.GreaterThanFilter
Deprecated.
 
GreaterThanFilter(double) - Constructor for class com.basho.riak.client.mapreduce.filter.GreaterThanFilter
Deprecated.
 
GreaterThanFilter - Class in com.basho.riak.client.query.filter
Filters in keys that are greater than the configured value.
GreaterThanFilter(String) - Constructor for class com.basho.riak.client.query.filter.GreaterThanFilter
 
GreaterThanFilter(int) - Constructor for class com.basho.riak.client.query.filter.GreaterThanFilter
 
GreaterThanFilter(double) - Constructor for class com.basho.riak.client.query.filter.GreaterThanFilter
 
GreaterThanOrEqualFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
GreaterThanOrEqualFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.GreaterThanOrEqualFilter
 
GreaterThanOrEqualFilter(int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.GreaterThanOrEqualFilter
 
GreaterThanOrEqualFilter(double) - Constructor for class com.basho.riak.client.http.mapreduce.filter.GreaterThanOrEqualFilter
 
GreaterThanOrEqualFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.GreaterThanOrEqualFilter instead.

WARNING: This class will be REMOVED in the next version.

GreaterThanOrEqualFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.GreaterThanOrEqualFilter
Deprecated.
 
GreaterThanOrEqualFilter(int) - Constructor for class com.basho.riak.client.mapreduce.filter.GreaterThanOrEqualFilter
Deprecated.
 
GreaterThanOrEqualFilter(double) - Constructor for class com.basho.riak.client.mapreduce.filter.GreaterThanOrEqualFilter
Deprecated.
 
GreaterThanOrEqualFilter - Class in com.basho.riak.client.query.filter
Filter in keys that are >= to the configured value
GreaterThanOrEqualFilter(String) - Constructor for class com.basho.riak.client.query.filter.GreaterThanOrEqualFilter
 
GreaterThanOrEqualFilter(int) - Constructor for class com.basho.riak.client.query.filter.GreaterThanOrEqualFilter
 
GreaterThanOrEqualFilter(double) - Constructor for class com.basho.riak.client.query.filter.GreaterThanOrEqualFilter
 

H

handle(RiakIORuntimeException) - Method in class com.basho.riak.client.http.plain.ConvertToCheckedExceptions
Throws a checked RiakIOException
handle(RiakResponseRuntimeException) - Method in class com.basho.riak.client.http.plain.ConvertToCheckedExceptions
Throws a checked RiakResponseException
handle(RiakIORuntimeException) - Method in interface com.basho.riak.client.http.response.RiakExceptionHandler
Handle exceptions caused by communication errors with the sever
handle(RiakResponseRuntimeException) - Method in interface com.basho.riak.client.http.response.RiakExceptionHandler
Handle exceptions caused by malformed responses from the sever
handle(RiakIORuntimeException) - Method in class com.basho.riak.client.plain.ConvertToCheckedExceptions
Deprecated.
Throws a checked RiakIOException
handle(RiakResponseRuntimeException) - Method in class com.basho.riak.client.plain.ConvertToCheckedExceptions
Deprecated.
Throws a checked RiakResponseException
handle(RiakIORuntimeException) - Method in interface com.basho.riak.client.response.RiakExceptionHandler
Deprecated.
Handle exceptions caused by communication errors with the sever
handle(RiakResponseRuntimeException) - Method in interface com.basho.riak.client.response.RiakExceptionHandler
Deprecated.
Handle exceptions caused by malformed responses from the sever
hasAsis() - Method in class com.basho.riak.client.raw.StoreMeta
 
hasBasicQuorum() - Method in class com.basho.riak.client.raw.FetchMeta
 
hasBucketInfo() - Method in class com.basho.riak.client.http.response.BucketResponse
Whether the bucket's schema and keys were returned in the response from Riak
hasBucketInfo() - Method in class com.basho.riak.client.response.BucketResponse
Deprecated.
Whether the bucket's schema and keys were returned in the response from Riak
hasCharset(String) - Static method in class com.basho.riak.client.util.CharsetUtils
Check if a content-type string has a charset field appended.
hasContinuation() - Method in class com.basho.riak.client.http.request.IndexRequest
 
hasContinuation() - Method in class com.basho.riak.client.http.response.IndexResponseV2
 
hasContinuation() - Method in interface com.basho.riak.client.query.StreamingOperation
If this is a paginated operation, a "continuation" value may be available
hasContinuation() - Method in class com.basho.riak.client.raw.http.BucketSource
 
hasContinuation() - Method in class com.basho.riak.client.raw.http.IndexSource
 
hasContinuation() - Method in class com.basho.riak.client.raw.http.KeySource
 
hasContinuation() - Method in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
hasContinuation() - Method in class com.basho.riak.pbc.RiakStreamClient
 
hasDeletedVclock() - Method in class com.basho.riak.client.operations.FetchObject
Deprecated. 
hasDw() - Method in class com.basho.riak.client.raw.DeleteMeta
 
hasDw() - Method in class com.basho.riak.client.raw.StoreMeta
Has the durable write quorum been set?
hashCode() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
hashCode() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
hashCode() - Method in class com.basho.riak.client.bucket.VClockPruneProps
 
hashCode() - Method in class com.basho.riak.client.cap.Quorum
 
hashCode() - Method in class com.basho.riak.client.http.BinIndex
 
hashCode() - Method in class com.basho.riak.client.http.IntIndex
 
hashCode() - Method in class com.basho.riak.client.http.RiakIndex
 
hashCode() - Method in class com.basho.riak.client.query.functions.NamedErlangFunction
 
hashCode() - Method in class com.basho.riak.client.query.functions.NamedJSFunction
 
hashCode() - Method in class com.basho.riak.client.query.indexes.RiakIndex
 
hashCode() - Method in class com.basho.riak.client.raw.query.indexes.AbstractIndexQuery
 
hashCode() - Method in class com.basho.riak.client.raw.query.indexes.AbstractRangeQuery
 
hashCode() - Method in class com.basho.riak.client.raw.query.indexes.AbstractValueQuery
 
hashCode() - Method in class com.basho.riak.client.RiakLink
 
hashCode() - Method in class com.basho.riak.pbc.BucketProperties
 
hasHeader(String) - Method in class com.basho.riak.client.http.request.RequestMeta
Whether the HTTP header has been set
hasHeader(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Whether the HTTP header has been set
hasHeadOnly() - Method in class com.basho.riak.client.raw.FetchMeta
 
hasIfNoneMatch() - Method in class com.basho.riak.client.raw.StoreMeta
Has the ifNoneMatch parameter been set?
hasIfNotModified() - Method in class com.basho.riak.client.raw.StoreMeta
Has the ifNotModified parameter been set?
hasIndexValue() - Method in class com.basho.riak.client.http.response.IndexEntry
Returns true if The index key is present.
hasIndexValue() - Method in class com.basho.riak.client.IndexEntry
Returns true if The index key is present.
hasIndexValue() - Method in class com.basho.riak.pbc.IndexEntry
Returns true if The index key is present.
hasLink(RiakLink) - Method in class com.basho.riak.client.DefaultRiakObject
 
hasLink(RiakLink) - Method in class com.basho.riak.client.http.RiakObject
 
hasLink(RiakLink) - Method in interface com.basho.riak.client.IRiakObject
Does this object have that link?
hasLink(RiakLink) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Checks if the collection of RiakLinks contains the one passed in.
hasLinks() - Method in class com.basho.riak.client.DefaultRiakObject
 
hasLinks() - Method in class com.basho.riak.client.http.RiakObject
 
hasLinks() - Method in interface com.basho.riak.client.IRiakObject
Does this object link to any others?
hasLinks() - Method in class com.basho.riak.client.RiakObject
Deprecated.
Does this RiakObject have any RiakLinks?
hasMaxResults() - Method in class com.basho.riak.client.http.request.IndexRequest
 
hasMutated() - Method in interface com.basho.riak.client.cap.ConditionalStoreMutation
 
hasNext() - Method in class com.basho.riak.client.http.util.StreamedMultipart
hasNext() - Method in class com.basho.riak.client.raw.http.BucketSource
 
hasNext() - Method in class com.basho.riak.client.raw.http.IndexSource
 
hasNext() - Method in class com.basho.riak.client.raw.http.KeySource
 
hasNext() - Method in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
hasNext() - Method in class com.basho.riak.client.util.StreamedMultipart
Deprecated.
hasNext() - Method in class com.basho.riak.client.util.UnmodifiableIterator
 
hasNext() - Method in class com.basho.riak.pbc.BucketSource
 
hasNext() - Method in class com.basho.riak.pbc.IndexSource
 
hasNext() - Method in class com.basho.riak.pbc.KeySource
 
hasNext() - Method in class com.basho.riak.pbc.MapReduceResponseSource
 
hasNext() - Method in class com.basho.riak.pbc.RiakStreamClient
 
hasNotFoundOk() - Method in class com.basho.riak.client.raw.FetchMeta
 
hasObject() - Method in class com.basho.riak.client.http.response.FetchResponse
Whether response contained a Riak object
hasObject() - Method in class com.basho.riak.client.http.response.StoreResponse
 
hasObject() - Method in interface com.basho.riak.client.http.response.WithBodyResponse
 
hasObject() - Method in class com.basho.riak.client.response.FetchResponse
Deprecated.
Whether response contained a Riak object
hasObject() - Method in class com.basho.riak.client.response.StoreResponse
Deprecated.
 
hasObject() - Method in interface com.basho.riak.client.response.WithBodyResponse
Deprecated.
 
hasPhase() - Method in class com.basho.riak.pbc.mapreduce.MapReduceResponse
 
hasPr() - Method in class com.basho.riak.client.raw.DeleteMeta
 
hasPr() - Method in class com.basho.riak.client.raw.FetchMeta
 
hasPw() - Method in class com.basho.riak.client.raw.DeleteMeta
 
hasPw() - Method in class com.basho.riak.client.raw.StoreMeta
Has the pw parameter been set?
hasR() - Method in class com.basho.riak.client.raw.DeleteMeta
 
hasR() - Method in class com.basho.riak.client.raw.FetchMeta
 
hasReturnBody() - Method in class com.basho.riak.client.raw.StoreMeta
Has the return body parameter been set?
hasReturnDeletedVClock() - Method in class com.basho.riak.client.raw.FetchMeta
 
hasReturnHead() - Method in class com.basho.riak.client.raw.StoreMeta
 
hasRiakKey() - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
hasRiakTombstone() - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
hasRiakVClock() - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
hasRw() - Method in class com.basho.riak.client.raw.DeleteMeta
 
hasSiblings() - Method in class com.basho.riak.client.http.response.FetchResponse
Whether response contained a multiple Riak objects
hasSiblings() - Method in class com.basho.riak.client.http.response.StoreResponse
 
hasSiblings() - Method in interface com.basho.riak.client.http.response.WithBodyResponse
 
hasSiblings() - Method in class com.basho.riak.client.raw.RiakResponse
Does the response have sibling values?
hasSiblings() - Method in class com.basho.riak.client.response.FetchResponse
Deprecated.
Whether response contained a multiple Riak objects
hasSiblings() - Method in class com.basho.riak.client.response.StoreResponse
Deprecated.
 
hasSiblings() - Method in interface com.basho.riak.client.response.WithBodyResponse
Deprecated.
 
hasSiblings() - Method in class com.basho.riak.pbc.FetchResponse
 
hasSteps() - Method in class com.basho.riak.client.http.response.WalkResponse
Whether objects were contained in the response
hasSteps() - Method in class com.basho.riak.client.response.WalkResponse
Deprecated.
Whether objects were contained in the response
hasTimeout() - Method in class com.basho.riak.client.raw.DeleteMeta
 
hasTimeout() - Method in class com.basho.riak.client.raw.FetchMeta
Returns true if the timeout parameter is set, otherwise false
hasTimeout() - Method in class com.basho.riak.client.raw.StoreMeta
 
hasUsermeta() - Method in class com.basho.riak.client.DefaultRiakObject
 
hasUsermeta(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
hasUsermeta() - Method in class com.basho.riak.client.http.RiakObject
 
hasUsermeta() - Method in interface com.basho.riak.client.IRiakObject
Does this object have any user meta data?
hasUsermeta(String) - Method in interface com.basho.riak.client.IRiakObject
Does this object have a meta data item for that key?
hasUsermeta() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
hasUsermetaItem(String) - Method in class com.basho.riak.client.http.RiakObject
 
hasUsermetaItem(String) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
hasValue() - Method in class com.basho.riak.client.raw.RiakResponse
Does the response hav *any* values?
hasVclock() - Method in class com.basho.riak.client.operations.FetchObject
 
hasVclock() - Method in class com.basho.riak.client.raw.DeleteMeta
 
hasW() - Method in class com.basho.riak.client.raw.DeleteMeta
 
hasW() - Method in class com.basho.riak.client.raw.StoreMeta
Is the write quorum set?
HDR_ACCEPT - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_ACCEPT - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_CLIENT_ID - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_CLIENT_ID - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_CONNECTION - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_CONNECTION - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_CONTENT_LENGTH - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_CONTENT_LENGTH - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_CONTENT_TYPE - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_CONTENT_TYPE - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_DELETED - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_ETAG - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_ETAG - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_IF_MATCH - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_IF_MATCH - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_IF_MODIFIED_SINCE - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_IF_MODIFIED_SINCE - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_IF_NONE_MATCH - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_IF_NONE_MATCH - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_IF_UNMODIFIED_SINCE - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_IF_UNMODIFIED_SINCE - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_LAST_MODIFIED - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_LAST_MODIFIED - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_LINK - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_LINK - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_LOCATION - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_LOCATION - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_SEC_INDEX_PREFIX - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_SEC_INDEX_REQ_PREFIX - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_USERMETA_PREFIX - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_USERMETA_PREFIX - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_USERMETA_REQ_PREFIX - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_USERMETA_REQ_PREFIX - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HDR_VCLOCK - Static variable in interface com.basho.riak.client.http.util.Constants
 
HDR_VCLOCK - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
head(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.ClusterClient
 
head() - Static method in class com.basho.riak.client.raw.FetchMeta
 
head(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
NOTE: returns the values *if* siblings are present
head(String, String, FetchMeta) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
head(String, String, FetchMeta) - Method in interface com.basho.riak.client.raw.RawClient
Fetch only the meta-data from bucket/key
headOnly() - Method in class com.basho.riak.client.operations.FetchObject
Causes the client to retrieve only the metadata and not the value of this object.
headOnly() - Method in class com.basho.riak.client.operations.MultiFetchObject
Causes the client to retrieve only the metadata and not the value of this object.
headOnly(boolean) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
headOnly() - Static method in class com.basho.riak.client.raw.StoreMeta
 
HTTP_DELETE_METHOD - Static variable in interface com.basho.riak.client.http.util.Constants
 
HTTP_DELETE_METHOD - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HTTP_GET_METHOD - Static variable in interface com.basho.riak.client.http.util.Constants
 
HTTP_GET_METHOD - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HTTP_HEAD_METHOD - Static variable in interface com.basho.riak.client.http.util.Constants
 
HTTP_HEAD_METHOD - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
HTTP_PUT_METHOD - Static variable in interface com.basho.riak.client.http.util.Constants
 
HTTP_PUT_METHOD - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
httpClient() - Static method in class com.basho.riak.client.RiakFactory
Wraps a HTTPClientAdapter connecting to 127.0.0.1:8098/riak in a DefaultRiakClient
httpClient(String) - Static method in class com.basho.riak.client.RiakFactory
Wraps a HTTPClientAdapter connecting to the given url in a DefaultRiakClient
httpClient(RiakClient) - Static method in class com.basho.riak.client.RiakFactory
Wraps the given RiakClient in a DefaultRiakClient
HTTPClientAdapter - Class in com.basho.riak.client.raw.http
Adapts the http.RiakClient to the new RawClient interface.
HTTPClientAdapter(RiakClient) - Constructor for class com.basho.riak.client.raw.http.HTTPClientAdapter
Create an instance of the adapter that delegates all API calls to client
HTTPClientAdapter(String) - Constructor for class com.basho.riak.client.raw.http.HTTPClientAdapter
Convenience constructor that delegates to RiakClient.RiakClient(String) to create a RiakClient to adapt
HTTPClientConfig - Class in com.basho.riak.client.raw.http
The set of configuration parameters to use when creating an HTTP RawClient instance.
HTTPClientConfig.Builder - Class in com.basho.riak.client.raw.http
Use the builder to create a new instance of HTTPClientConfig.
HTTPClientConfig.Builder() - Constructor for class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
 
HTTPClusterClient - Class in com.basho.riak.client.raw.http
Cluster client that creates a collection of HTTPClientAdapter RawClient instances from a given HTTPClusterConfig
HTTPClusterClient(ClusterConfig<HTTPClientConfig>) - Constructor for class com.basho.riak.client.raw.http.HTTPClusterClient
 
HTTPClusterClientFactory - Class in com.basho.riak.client.raw.http
Factory for HTTPClusterClient
HTTPClusterConfig - Class in com.basho.riak.client.raw.http
Concrete child of ClusterConfig that provides the generic type
HTTPClusterConfig(int) - Constructor for class com.basho.riak.client.raw.http.HTTPClusterConfig
 
HttpResponse - Interface in com.basho.riak.client.http.response
HTTP response information resulting from some HTTP operation
HttpResponse - Interface in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.HttpResponse instead.

WARNING: This class will be REMOVED in the next version.

HttpResponseDecorator - Class in com.basho.riak.client.http.response
A default decorator implementation for HttpResponse
HttpResponseDecorator(HttpResponse) - Constructor for class com.basho.riak.client.http.response.HttpResponseDecorator
 
HttpResponseDecorator - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.HttpResponseDecorator instead.

WARNING: This class will be REMOVED in the next version.

HttpResponseDecorator(HttpResponse) - Constructor for class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
HTTPRiakClientFactory - Class in com.basho.riak.client.raw.http
Factory for creating HTTPClientAdapter instances configured by the given HTTPClientConfig.

I

ifModified(VClock) - Method in class com.basho.riak.client.operations.FetchObject
*NOTE* PB Only.
ifNoneMatch(boolean) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
ifNoneMatch(boolean) - Method in class com.basho.riak.client.operations.StoreObject
Default is false (i.e.
ifNoneMatch(boolean) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
ifNoneMatch(boolean) - Method in class com.basho.riak.pbc.RequestMeta
 
ifNotModified(boolean) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
ifNotModified(boolean) - Method in class com.basho.riak.client.operations.StoreObject
Default is false (i.e.
ifNotModified(boolean) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
ifNotModified(boolean) - Method in class com.basho.riak.pbc.RequestMeta
 
ignoredGossipTotal() - Method in class com.basho.riak.client.query.NodeStats
 
impl - Variable in class com.basho.riak.client.http.response.HttpResponseDecorator
 
impl - Variable in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
INCLUDE_KEYS - Static variable in interface com.basho.riak.client.http.util.Constants
 
INCLUDE_KEYS - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
increment(Long) - Method in class com.basho.riak.client.operations.CounterObject
 
incrementCounter(String, String, long, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
incrementCounter(String, String, long, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
 
incrementCounter(String, String, long, StoreMeta) - Method in class com.basho.riak.client.raw.ClusterClient
 
incrementCounter(String, String, long, StoreMeta) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
incrementCounter(String, String, long, StoreMeta) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
incrementCounter(String, String, long, StoreMeta) - Method in interface com.basho.riak.client.raw.RawClient
Increments a counter by the specified increment
incrementCounter(String, String, long, RequestMeta) - Method in class com.basho.riak.pbc.RiakClient
 
incrementCounter(ByteString, ByteString, long, RequestMeta) - Method in class com.basho.riak.pbc.RiakClient
 
index(String, String, String) - Method in class com.basho.riak.client.http.RiakClient
Fetch the keys for index with value
index(String, String, long) - Method in class com.basho.riak.client.http.RiakClient
Fetch the keys for index with value
index(String, String, String, String) - Method in class com.basho.riak.client.http.RiakClient
A range index query matching a binary index from start to end
index(String, String, long, long) - Method in class com.basho.riak.client.http.RiakClient
A range index query matching a int index from start to end
index(IndexRequest) - Method in class com.basho.riak.client.http.RiakClient
 
index - Static variable in class com.basho.riak.client.query.indexes.BucketIndex
 
index - Variable in class com.basho.riak.client.query.indexes.FetchIndex
 
index - Static variable in class com.basho.riak.client.query.indexes.KeyIndex
 
index(String, String, String) - Method in class com.basho.riak.pbc.RiakClient
 
index(String, String, String, String) - Method in class com.basho.riak.pbc.RiakClient
 
index(String, String, long) - Method in class com.basho.riak.pbc.RiakClient
 
index(String, String, long, long) - Method in class com.basho.riak.pbc.RiakClient
 
index(IndexRequest) - Method in class com.basho.riak.pbc.RiakClient
Streaming secondary index query.
IndexEntry - Class in com.basho.riak.client.http.response
 
IndexEntry(String) - Constructor for class com.basho.riak.client.http.response.IndexEntry
 
IndexEntry(String, String) - Constructor for class com.basho.riak.client.http.response.IndexEntry
 
IndexEntry - Class in com.basho.riak.client
 
IndexEntry(String) - Constructor for class com.basho.riak.client.IndexEntry
 
IndexEntry(String, String) - Constructor for class com.basho.riak.client.IndexEntry
 
IndexEntry - Class in com.basho.riak.pbc
 
IndexEntry(ByteString) - Constructor for class com.basho.riak.pbc.IndexEntry
 
IndexEntry(ByteString, ByteString) - Constructor for class com.basho.riak.pbc.IndexEntry
 
IndexMapReduce - Class in com.basho.riak.client.query
A MapReduce operation that takes a 2i index query as input
IndexMapReduce(RawClient, IndexQuery) - Constructor for class com.basho.riak.client.query.IndexMapReduce
 
IndexQuery - Interface in com.basho.riak.client.raw.query.indexes
Base marker interface for 2i queries
IndexRequest - Class in com.basho.riak.client.http.request
 
IndexRequest - Class in com.basho.riak.pbc
 
IndexRequest.Builder - Class in com.basho.riak.client.http.request
 
IndexRequest.Builder(String, String) - Constructor for class com.basho.riak.client.http.request.IndexRequest.Builder
 
IndexRequest.Builder - Class in com.basho.riak.pbc
 
IndexRequest.Builder(String, String) - Constructor for class com.basho.riak.pbc.IndexRequest.Builder
 
IndexResponse - Class in com.basho.riak.client.http.response
The response from an index query
IndexResponse(HttpResponse) - Constructor for class com.basho.riak.client.http.response.IndexResponse
 
IndexResponseV2 - Class in com.basho.riak.client.http.response
 
IndexResponseV2(IndexRequest, HttpResponse) - Constructor for class com.basho.riak.client.http.response.IndexResponseV2
 
IndexSource - Class in com.basho.riak.client.raw.http
 
IndexSource(IndexResponseV2) - Constructor for class com.basho.riak.client.raw.http.IndexSource
 
IndexSource - Class in com.basho.riak.pbc
 
IndexSource(RiakClient, RiakConnection, IndexRequest) - Constructor for class com.basho.riak.pbc.IndexSource
 
IndexSpec - Class in com.basho.riak.client.raw.query
 
IndexSpec.Builder - Class in com.basho.riak.client.raw.query
 
IndexSpec.Builder(String, String) - Constructor for class com.basho.riak.client.raw.query.IndexSpec.Builder
 
IndexWriter - Interface in com.basho.riak.client.raw.query.indexes
Provide IndexQuerys with a way to write themselves.
inetsVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the inets_version value from the Riak stats reply
init(RiakPB.RpbGetBucketResp) - Method in class com.basho.riak.pbc.BucketProperties
 
IntIndex - Class in com.basho.riak.client.http
 
IntIndex(String, long) - Constructor for class com.basho.riak.client.http.IntIndex
 
IntIndex - Class in com.basho.riak.client.query.indexes
 
IntRangeQuery - Class in com.basho.riak.client.raw.query.indexes
Concrete implementation of a range query for an _int index
IntRangeQuery(IntIndex, String, Long, Long) - Constructor for class com.basho.riak.client.raw.query.indexes.IntRangeQuery
Create a range query
IntToStringFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
IntToStringFilter() - Constructor for class com.basho.riak.client.http.mapreduce.filter.IntToStringFilter
 
IntToStringFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.IntToStringFilter instead.

WARNING: This class will be REMOVED in the next version.

IntToStringFilter() - Constructor for class com.basho.riak.client.mapreduce.filter.IntToStringFilter
Deprecated.
 
IntToStringFilter - Class in com.basho.riak.client.query.filter
Transforms a key from an int to a string.
IntToStringFilter() - Constructor for class com.basho.riak.client.query.filter.IntToStringFilter
 
IntValueQuery - Class in com.basho.riak.client.raw.query.indexes
Concrete value query for an IntIndex
IntValueQuery(IntIndex, String, Long) - Constructor for class com.basho.riak.client.raw.query.indexes.IntValueQuery
Create a query that matches value in index
InvalidMapReduceException - Exception in com.basho.riak.client.query
Tag exception class for MapReduce classes to throw from MapReduce.validate()
InvalidMapReduceException() - Constructor for exception com.basho.riak.client.query.InvalidMapReduceException
 
IRequestMeta - Interface in com.basho.riak.pbc
PBC model of request meta data (w, dw, content-type, returnBody?)
IRiakClient - Interface in com.basho.riak.client
Primary high-level interface for accessing Riak.
IRiakObject - Interface in com.basho.riak.client
Represents the data and meta data stored in Riak at a bucket/key.
isBinIndex() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
isClosed() - Method in class com.basho.riak.pbc.RiakStreamClient
 
isDeleted() - Method in class com.basho.riak.client.DefaultRiakObject
 
isDeleted() - Method in class com.basho.riak.client.http.RiakObject
 
isDeleted() - Method in interface com.basho.riak.client.IRiakObject
Check to see if this object is a tombstone (deleted) Note: The request has to have been made specifying tombstones (deleted vclocks) are to be returned.
isDeleted() - Method in class com.basho.riak.client.raw.RiakResponse
Deprecated. 
isEmpty() - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
isEmpty() - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
isErlang() - Method in class com.basho.riak.pbc.CommitHook
 
isError() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
isError() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
isError() - Method in interface com.basho.riak.client.http.response.HttpResponse
Whether the HTTP request returned a 4xx or 5xx response
isError() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
isError() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
isError() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
isError() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
isError() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
Whether the HTTP request returned a 4xx or 5xx response
isError() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
isError() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
isIfNoneMatch() - Method in class com.basho.riak.client.raw.StoreMeta
 
isIfNotModified() - Method in class com.basho.riak.client.raw.StoreMeta
 
isJavascript() - Method in class com.basho.riak.pbc.CommitHook
 
isKeep() - Method in class com.basho.riak.client.query.LinkPhase
Keep the result or just use as input to the next phase?
isKeep() - Method in class com.basho.riak.client.query.MapPhase
 
isKeep() - Method in interface com.basho.riak.client.query.MapReducePhase
Is this phase's output to be returned or only passed as input to the next phase.
ISO_8859_1 - Static variable in class com.basho.riak.client.util.CharsetUtils
 
isRangeQuery() - Method in class com.basho.riak.pbc.IndexRequest
 
isReducePhaseOnlyOne() - Method in class com.basho.riak.client.query.functions.ReducePhaseOnlyOne
 
isReturnTerms() - Method in class com.basho.riak.client.http.request.IndexRequest
 
isReturnTerms() - Method in class com.basho.riak.client.raw.query.IndexSpec
 
isSearchEnabled() - Method in interface com.basho.riak.client.bucket.BucketProperties
Is search enabled on this bucket
isSearchEnabled() - Method in class com.basho.riak.client.bucket.DefaultBucket
 
isSearchEnabled() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
isSearchEnabled() - Method in class com.basho.riak.client.bucket.LazyBucketProperties
 
isStreamed() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
isStreamed() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
isStreamed() - Method in interface com.basho.riak.client.http.response.HttpResponse
Whether the response body is available as an input stream
isStreamed() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
isStreamed() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
isStreamed() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
isStreamed() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
isStreamed() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
Whether the response body is available as an input stream
isStreamed() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
isStreamed() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
isSuccess() - Method in exception com.basho.riak.client.http.plain.RiakResponseException
 
isSuccess() - Method in class com.basho.riak.client.http.response.DefaultHttpResponse
 
isSuccess() - Method in interface com.basho.riak.client.http.response.HttpResponse
Whether the HTTP response is considered a success.
isSuccess() - Method in class com.basho.riak.client.http.response.HttpResponseDecorator
 
isSuccess() - Method in exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
isSuccess() - Method in exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
isSuccess() - Method in class com.basho.riak.client.response.DefaultHttpResponse
Deprecated.
 
isSuccess() - Method in interface com.basho.riak.client.response.HttpResponse
Deprecated.
Whether the HTTP response is considered a success.
isSuccess() - Method in class com.basho.riak.client.response.HttpResponseDecorator
Deprecated.
 
isSuccess() - Method in exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
isSymbolic() - Method in class com.basho.riak.client.cap.Quorum
 
isTimeoutException(String) - Static method in class com.basho.riak.client.raw.JSONErrorParser
Does the json represent a riak map/reduce timeout exception?
isUnchanged() - Method in class com.basho.riak.pbc.FetchResponse
 
isUnmodified() - Method in class com.basho.riak.client.operations.FetchObject
 
isUnmodified() - Method in class com.basho.riak.client.raw.RiakResponse
 
iterableLinks() - Method in class com.basho.riak.client.http.RiakObject
 
iterableLinks() - Method in class com.basho.riak.client.RiakObject
Deprecated.
A thread safe, snapshot Iterable view of the state of this RiakObject's RiakLinks at call time.
iterator() - Method in class com.basho.riak.client.DefaultRiakObject
an UnmodifiableIterator view on the RiakLinks
iterator() - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
iterator() - Method in class com.basho.riak.client.query.BucketKeyMapReduce
An UnmodifiableIterator view of the inputs for this Map/Reduce job.
iterator() - Method in class com.basho.riak.client.query.BucketMapReduce
Unmodifiable copy iterator view of the list of KeyFilters for this M/R operation.
iterator() - Method in class com.basho.riak.client.query.NodeStats
 
iterator() - Method in class com.basho.riak.client.raw.http.BucketSource
 
iterator() - Method in class com.basho.riak.client.raw.http.IndexSource
 
iterator() - Method in class com.basho.riak.client.raw.http.KeySource
 
iterator() - Method in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
iterator() - Method in class com.basho.riak.client.raw.query.LinkWalkSpec
 
iterator() - Method in class com.basho.riak.client.raw.RiakResponse
Unmodifiable iterator view of the values returned from Riak.
iterator() - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
iterator() - Method in class com.basho.riak.pbc.RiakStreamClient
 

J

JavascriptFunction - Class in com.basho.riak.client.http.mapreduce
Represents a Javascript function used in a map or reduce phase of a map/reduce job
JavascriptFunction - Class in com.basho.riak.client.mapreduce
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.JavascriptFunction instead.

WARNING: This class will be REMOVED in the next version.

JavascriptFunction - Class in com.basho.riak.pbc.mapreduce
Represents a Javascript function used in a map or reduce phase of a map/reduce job
join(String[], String) - Static method in class com.basho.riak.client.http.util.ClientUtils
Join the elements in arr in to a single string separated by delimiter.
join(String[], String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Join the elements in arr in to a single string separated by delimiter.
JSBucketKeyFunction - Class in com.basho.riak.client.query.functions
A JS function that is stored in a Riak bucket/key location
JSBucketKeyFunction(String, String) - Constructor for class com.basho.riak.client.query.functions.JSBucketKeyFunction
 
JSBucketKeyFunctionWriter - Class in com.basho.riak.client.query.serialize
Writes a JSBucketKeyFunction to a JsonGenerator
JSBucketKeyFunctionWriter(JSBucketKeyFunction, JsonGenerator) - Constructor for class com.basho.riak.client.query.serialize.JSBucketKeyFunctionWriter
 
jsonArrayAsList(JSONArray) - Static method in class com.basho.riak.client.http.util.ClientUtils
Convert a JSONArray to a list
jsonArrayAsList(JSONArray) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Convert a JSONArray to a list
JSONConverter<T> - Class in com.basho.riak.client.convert
Converts a RiakObject's value to an instance of T.
JSONConverter(Class<T>, String) - Constructor for class com.basho.riak.client.convert.JSONConverter
Create a JSONConverter for creating instances of clazz from JSON and instances of IRiakObject with a JSON payload from instances of clazz
JSONConverter(Class<T>, String, String) - Constructor for class com.basho.riak.client.convert.JSONConverter
Create a JSONConverter for creating instances of clazz from JSON and instances of IRiakObject with a JSON payload from instances of clazz
JSONErrorParser - Class in com.basho.riak.client.raw
Exceptions come back from Riak as JSON, parses exceptions, and throws the most specific exception it can.
JSONErrorParser() - Constructor for class com.basho.riak.client.raw.JSONErrorParser
 
jsonObjectAsMap(JSONObject) - Static method in class com.basho.riak.client.http.util.ClientUtils
Convert a JSONObject to a map
jsonObjectAsMap(JSONObject) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Convert a JSONObject to a map
JSSourceFunction - Class in com.basho.riak.client.query.functions
An anonymous JavaScript function.
JSSourceFunction(String) - Constructor for class com.basho.riak.client.query.functions.JSSourceFunction
JavaScript code.
JSSourceFunctionWriter - Class in com.basho.riak.client.query.serialize
Writes a JSSourceFunction to a JsonGenerator
JSSourceFunctionWriter(JSSourceFunction, JsonGenerator) - Constructor for class com.basho.riak.client.query.serialize.JSSourceFunctionWriter
 

K

kernelVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the kernel_version value from the Riak stats reply
keyFilter(MapReduceFilter...) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Adds a map phase to the job
KeyFilter - Interface in com.basho.riak.client.query.filter
Top level interface for Key Filters.
keyFilter(MapReduceFilter...) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Adds a map phase to the job
KeyIndex - Class in com.basho.riak.client.query.indexes
Special BinIndex with no suffix, name $key, that provides raneg access to keys in an index.
keys() - Method in interface com.basho.riak.client.bucket.Bucket
An Iterable view of the keys stored in this bucket.
keys() - Method in class com.basho.riak.client.bucket.DefaultBucket
Iterate over the keys for this bucket (Expensive, are you sure?) Beware: at present all RawClient.listKeys(String) operations return a stream of keys.
KeySource - Class in com.basho.riak.client.raw.http
Wraps the stream of keys from BucketResponse.getBucketInfo.getKeys in an iterator, handles closing the underlying http stream when finished.
KeySource(BucketResponse) - Constructor for class com.basho.riak.client.raw.http.KeySource
Create a Key Source from an http.BucketResponse in response to RiakClient.streamBucket(String) request.
KeySource - Class in com.basho.riak.pbc
Wraps a stream of keys as an iterator.
KeySource(RiakClient, RiakConnection) - Constructor for class com.basho.riak.pbc.KeySource
 
KeyTransformFilter - Interface in com.basho.riak.client.query.filter
Marker interface for the type of filter that, uh, transforms a key from one thing to, uh, another
KeyUtil - Class in com.basho.riak.client.convert
Static methods to get /set the annotated key from/on a domain object.
KeyUtil() - Constructor for class com.basho.riak.client.convert.KeyUtil
 

L

lagerVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the lager_version value from the Riak stats reply
lastModified(Date) - Method in class com.basho.riak.client.raw.StoreMeta
Optional supporting parameter for ifNotModified for the HTTP API
lastWriteWins(boolean) - Method in class com.basho.riak.client.bucket.WriteBucket
Is this bucket last_write_wins?
lastWriteWins(Boolean) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
lastWriteWins(Boolean) - Method in class com.basho.riak.pbc.BucketProperties
 
LazyBucketProperties - Class in com.basho.riak.client.bucket
A lazy loading BucketProperties.
LazyBucketProperties(RawClient, Retrier, String) - Constructor for class com.basho.riak.client.bucket.LazyBucketProperties
 
lazyLoadBucketProperties() - Method in class com.basho.riak.client.bucket.FetchBucket
Prior to the addition of this method there was no way to prevent FetchBucket.execute() from fetching the BucketProperties from Riak.
lazyLoadBucketProperties() - Method in class com.basho.riak.client.bucket.WriteBucket
Prior to the addition of this method there was no way to prevent WriteBucket.execute() from fetching the BucketProperties from Riak after storing any modifications made via this object.
LessThanFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
LessThanFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LessThanFilter
 
LessThanFilter(int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LessThanFilter
 
LessThanFilter(double) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LessThanFilter
 
LessThanFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.LessThanFilter instead.

WARNING: This class will be REMOVED in the next version.

LessThanFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.LessThanFilter
Deprecated.
 
LessThanFilter(int) - Constructor for class com.basho.riak.client.mapreduce.filter.LessThanFilter
Deprecated.
 
LessThanFilter(double) - Constructor for class com.basho.riak.client.mapreduce.filter.LessThanFilter
Deprecated.
 
LessThanFilter - Class in com.basho.riak.client.query.filter
Filter in keys that are less than the configured value
LessThanFilter(String) - Constructor for class com.basho.riak.client.query.filter.LessThanFilter
 
LessThanFilter(int) - Constructor for class com.basho.riak.client.query.filter.LessThanFilter
 
LessThanFilter(double) - Constructor for class com.basho.riak.client.query.filter.LessThanFilter
 
LessThanOrEqualFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
LessThanOrEqualFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LessThanOrEqualFilter
 
LessThanOrEqualFilter(int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LessThanOrEqualFilter
 
LessThanOrEqualFilter(double) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LessThanOrEqualFilter
 
LessThanOrEqualFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.LessThanOrEqualFilter instead.

WARNING: This class will be REMOVED in the next version.

LessThanOrEqualFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.LessThanOrEqualFilter
Deprecated.
 
LessThanOrEqualFilter(int) - Constructor for class com.basho.riak.client.mapreduce.filter.LessThanOrEqualFilter
Deprecated.
 
LessThanOrEqualFilter(double) - Constructor for class com.basho.riak.client.mapreduce.filter.LessThanOrEqualFilter
Deprecated.
 
LessThanOrEqualFilter - Class in com.basho.riak.client.query.filter
Filter in keys that =< than the configured value.
LessThanOrEqualFilter(String) - Constructor for class com.basho.riak.client.query.filter.LessThanOrEqualFilter
 
LessThanOrEqualFilter(int) - Constructor for class com.basho.riak.client.query.filter.LessThanOrEqualFilter
 
LessThanOrEqualFilter(double) - Constructor for class com.basho.riak.client.query.filter.LessThanOrEqualFilter
 
LIMITLESS - Static variable in class com.basho.riak.pbc.RiakConnectionPool
Constant to use for maxSize when creating an unbounded pool
link(String, boolean) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Adds a link phase to the job
link(String, String, boolean) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Adds a link phase to the job
link(String, boolean) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Adds a link phase to the job
link(String, String, boolean) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Adds a link phase to the job
link(String, boolean) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Adds a link phase to the job
link(String, String, boolean) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Adds a link phase to the job
LINK_TAG - Static variable in interface com.basho.riak.client.http.util.Constants
 
LINK_TAG - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
linkFun(ModuleFunction) - Method in class com.basho.riak.pbc.BucketProperties
 
LinkFunction - Class in com.basho.riak.client.http.mapreduce
 
LinkFunction(String) - Constructor for class com.basho.riak.client.http.mapreduce.LinkFunction
 
LinkFunction(String, String) - Constructor for class com.basho.riak.client.http.mapreduce.LinkFunction
 
LinkFunction - Class in com.basho.riak.client.mapreduce
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.LinkFunction instead.

WARNING: This class will be REMOVED in the next version.

LinkFunction(String) - Constructor for class com.basho.riak.client.mapreduce.LinkFunction
Deprecated.
 
LinkFunction(String, String) - Constructor for class com.basho.riak.client.mapreduce.LinkFunction
Deprecated.
 
LinkFunction - Class in com.basho.riak.pbc.mapreduce
A MapReduceFunction for a Link Phase of a Map/Reduce query.
LinkFunction(String) - Constructor for class com.basho.riak.pbc.mapreduce.LinkFunction
 
LinkFunction(String, String) - Constructor for class com.basho.riak.pbc.mapreduce.LinkFunction
 
LinkHeader - Class in com.basho.riak.client.http.util
Parses the HTTP Link header as described here: http://tools.ietf.org/html/draft-nottingham-http-link-header This implementation is more or less a direct port of mnot's Python implementation here: http://gist.github.com/210535
LinkHeader() - Constructor for class com.basho.riak.client.http.util.LinkHeader
 
LinkHeader - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.LinkHeader instead.

WARNING: This class will be REMOVED in the next version.

LinkHeader() - Constructor for class com.basho.riak.client.util.LinkHeader
Deprecated.
 
LinkPhase - Class in com.basho.riak.client.query
MapReducePhase implementation that models a Link Phase
LinkPhase(String, String, boolean) - Constructor for class com.basho.riak.client.query.LinkPhase
Create a Link Phase that points to bucket / tag .
LinkPhase(String, String) - Constructor for class com.basho.riak.client.query.LinkPhase
Create a Link Phase that points to bucket / tag keep will be false
LinkWalk - Class in com.basho.riak.client.query
A Link Walk operation, build the operation by adding steps, then execute.
LinkWalk(RawClient, IRiakObject) - Constructor for class com.basho.riak.client.query.LinkWalk
Create a Link Walk operation that will be executed with client, starting from startObject
linkWalk(LinkWalkSpec) - Method in class com.basho.riak.client.raw.ClusterClient
 
linkWalk(LinkWalkSpec) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
linkWalk(LinkWalkSpec) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
This is a bit of a hack.
linkWalk(LinkWalkSpec) - Method in interface com.basho.riak.client.raw.RawClient
Performs a link walk operation described by the LinkWalkSpec provided.
linkWalkFunction(NamedErlangFunction) - Method in class com.basho.riak.client.bucket.WriteBucket
Set the link_walk_fun used by Riak on the bucket to be written.
linkWalkFunction(NamedErlangFunction) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
LinkWalkSpec - Class in com.basho.riak.client.raw.query
An immutable class that represents a link walk specification, built by a LinkWalk operation, used internally.
LinkWalkSpec(LinkedList<LinkWalkStep>, String, String) - Constructor for class com.basho.riak.client.raw.query.LinkWalkSpec
Create the link walk spec.
LinkWalkStep - Class in com.basho.riak.client.query
Used internally by LinkWalk to model a step in a link walk operation.
LinkWalkStep(String, String, LinkWalkStep.Accumulate) - Constructor for class com.basho.riak.client.query.LinkWalkStep
Create a step definition.
LinkWalkStep(String, String, boolean) - Constructor for class com.basho.riak.client.query.LinkWalkStep
Create a step definition.
LinkWalkStep(String, String) - Constructor for class com.basho.riak.client.query.LinkWalkStep
Create a step definition with default value for accumulate
LinkWalkStep.Accumulate - Enum in com.basho.riak.client.query
Enum for the accumulate specification of a link walk step.
LIST_BUCKETS - Static variable in interface com.basho.riak.client.http.util.Constants
 
LIST_BUCKETS - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
listBucket(String, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
Like RiakClient.listBucket(String, RequestMeta), except throws on a non-200 response
listBucket(String) - Method in class com.basho.riak.client.http.plain.PlainClient
 
listBucket(String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
listBucket(String) - Method in class com.basho.riak.client.http.RiakClient
 
listBucket(String, RequestMeta, boolean) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient, except only returning the HTTP response, and if streamResponse==true, the response will be streamed back, so the user is responsible for calling HttpResponseDecorator.close()
listBucket(String, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Like RiakClient.listBucket(String, RequestMeta), except throws on a non-200 response
listBucket(String) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
listBucket(String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Return the properties and keys for a Riak bucket.
listBucket(String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
listBucket(String, RequestMeta, boolean) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient, except only returning the HTTP response, and if streamResponse==true, the response will be streamed back, so the user is responsible for calling HttpResponseDecorator.close()
listBuckets() - Method in class com.basho.riak.client.DefaultRiakClient
 
listBuckets(boolean) - Method in class com.basho.riak.client.http.RiakClient
Fetch a list of all the buckets in Riak
listBuckets(boolean) - Method in class com.basho.riak.client.http.util.ClientHelper
List the buckets in Riak
listBuckets() - Method in interface com.basho.riak.client.IRiakClient
Deprecated. 
listBuckets() - Method in class com.basho.riak.client.raw.ClusterClient
 
listBuckets() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
listBuckets() - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
listBuckets() - Method in interface com.basho.riak.client.raw.RawClient
An Unmodifiable Iterator view of the all the Buckets in Riak
listBuckets() - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
List the buckets in Riak
listBuckets() - Method in class com.basho.riak.pbc.RiakClient
 
ListBucketsResponse - Class in com.basho.riak.client.http.response
 
ListBucketsResponse(HttpResponse) - Constructor for class com.basho.riak.client.http.response.ListBucketsResponse
Create a list buckets response that parses the resppns ebody json into a set of buckets.
listBucketsStreaming() - Method in class com.basho.riak.client.DefaultRiakClient
 
listBucketsStreaming() - Method in interface com.basho.riak.client.IRiakClient
Iterate over the bucket names in Riak.
listBucketsStreaming() - Method in class com.basho.riak.client.raw.ClusterClient
 
listBucketsStreaming() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
listBucketsStreaming() - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
listBucketsStreaming() - Method in interface com.basho.riak.client.raw.RawClient
Iterate over the bucket names in Riak.
listBucketsStreaming() - Method in class com.basho.riak.pbc.RiakClient
 
listKeys(String) - Method in class com.basho.riak.client.raw.ClusterClient
 
listKeys(String) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
listKeys(String) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
listKeys(String) - Method in interface com.basho.riak.client.raw.RawClient
An unmodifiable view of the keys for the bucket named bucketName * You *must* call StreamingOperation.cancel() on the returned StreamingOperation if you do not iterate through the entire set.
listKeys(ByteString) - Method in class com.basho.riak.pbc.RiakClient
 
LogicalAndFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
LogicalAndFilter(MapReduceFilter...) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LogicalAndFilter
 
LogicalAndFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.LogicalAndFilter instead.

WARNING: This class will be REMOVED in the next version.

LogicalAndFilter(MapReduceFilter...) - Constructor for class com.basho.riak.client.mapreduce.filter.LogicalAndFilter
Deprecated.
 
LogicalAndFilter - Class in com.basho.riak.client.query.filter
Group a bunch of filters together and filter in keys that match all
LogicalAndFilter(KeyFilter...) - Constructor for class com.basho.riak.client.query.filter.LogicalAndFilter
 
LogicalFilter - Interface in com.basho.riak.client.query.filter
marker interface for the logical filters
LogicalFilterGroup - Class in com.basho.riak.client.http.mapreduce.filter
 
LogicalFilterGroup(MapReduceFilter...) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LogicalFilterGroup
 
LogicalFilterGroup - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.LogicalFilterGroup instead.

WARNING: This class will be REMOVED in the next version.

LogicalFilterGroup(MapReduceFilter...) - Constructor for class com.basho.riak.client.mapreduce.filter.LogicalFilterGroup
Deprecated.
 
LogicalFilterGroup - Class in com.basho.riak.client.query.filter
Group a collection of filters
LogicalFilterGroup(KeyFilter...) - Constructor for class com.basho.riak.client.query.filter.LogicalFilterGroup
 
LogicalNotFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
LogicalNotFilter(MapReduceFilter...) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LogicalNotFilter
 
LogicalNotFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.LogicalNotFilter instead.

WARNING: This class will be REMOVED in the next version.

LogicalNotFilter(MapReduceFilter...) - Constructor for class com.basho.riak.client.mapreduce.filter.LogicalNotFilter
Deprecated.
 
LogicalNotFilter - Class in com.basho.riak.client.query.filter
Filter in keys that aren't caught by the group
LogicalNotFilter(KeyFilter...) - Constructor for class com.basho.riak.client.query.filter.LogicalNotFilter
 
LogicalOrFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
LogicalOrFilter(MapReduceFilter...) - Constructor for class com.basho.riak.client.http.mapreduce.filter.LogicalOrFilter
 
LogicalOrFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.LogicalOrFilter instead.

WARNING: This class will be REMOVED in the next version.

LogicalOrFilter(MapReduceFilter...) - Constructor for class com.basho.riak.client.mapreduce.filter.LogicalOrFilter
Deprecated.
 
LogicalOrFilter - Class in com.basho.riak.client.query.filter
Filter in keys that match any of the filters specified
LogicalOrFilter(KeyFilter...) - Constructor for class com.basho.riak.client.query.filter.LogicalOrFilter
 
lukeVeriosn() - Method in class com.basho.riak.client.query.NodeStats
Returns the luke_version value from the Riak stats reply
luwakVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the luwak_version value from the Riak stats reply

M

makeURI(RiakConfig, String) - Static method in class com.basho.riak.client.http.util.ClientUtils
Return a URL to the given bucket
makeURI(RiakConfig, String, String) - Static method in class com.basho.riak.client.http.util.ClientUtils
Return a URL to the given object
makeURI(RiakConfig, String, String, String) - Static method in class com.basho.riak.client.http.util.ClientUtils
Return a URL to the given object
makeURI(RiakConfig, String, String, String[]) - Static method in class com.basho.riak.client.http.util.ClientUtils
Return a URL to the given index
makeURI(RiakConfig, String, String, long[]) - Static method in class com.basho.riak.client.http.util.ClientUtils
Return a URL to the given index
makeURI(RiakConfig, String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Return a URL to the given bucket
makeURI(RiakConfig, String, String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Return a URL to the given object
makeURI(RiakConfig, String, String, String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Return a URL to the given object
makeURIString(RiakConfig) - Method in class com.basho.riak.client.http.request.IndexRequest
 
map(MapReduceFunction, boolean) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Adds a map phase to the job
map(MapReduceFunction, Object, boolean) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Adds a map phase to the job
map(Function, Object, boolean) - Static method in class com.basho.riak.client.query.MapPhase
 
map(MapReduceFunction, boolean) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Adds a map phase to the job
map(MapReduceFunction, Object, boolean) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Adds a map phase to the job
map(MapReduceFunction, boolean) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Adds a map phase to the job
map(MapReduceFunction, Object, boolean) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Adds a map phase to the job
MAP_OBJECT_VALUE - Static variable in class com.basho.riak.client.query.functions.NamedErlangFunction
Riak_kv_mapreduce:map_object_value
MapPhase - Class in com.basho.riak.client.query
A Map Phase of a Map/Reduce job spec.
MapPhase(Function, Object, boolean) - Constructor for class com.basho.riak.client.query.MapPhase
Create a MapPhase
MapPhase(Function, Object) - Constructor for class com.basho.riak.client.query.MapPhase
Create a MapPhase
MapPhase(Function) - Constructor for class com.basho.riak.client.query.MapPhase
Create a MapPhase
MapPhase(Function, boolean) - Constructor for class com.basho.riak.client.query.MapPhase
Create a MapPhase
mapReduce() - Method in class com.basho.riak.client.DefaultRiakClient
 
mapReduce(String) - Method in class com.basho.riak.client.DefaultRiakClient
 
mapReduce(String, String) - Method in class com.basho.riak.client.DefaultRiakClient
 
mapReduce(IndexQuery) - Method in class com.basho.riak.client.DefaultRiakClient
 
mapReduce(String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
mapReduce(String) - Method in class com.basho.riak.client.http.RiakClient
 
mapReduce(String, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient, except only returning the HTTP response
mapReduce() - Method in interface com.basho.riak.client.IRiakClient
Create MapReduce operation for a set of bucket/key inputs.
mapReduce(String) - Method in interface com.basho.riak.client.IRiakClient
Create MapReduce operation that has the supplied bucket as its input.
mapReduce(String, String) - Method in interface com.basho.riak.client.IRiakClient
Create a MapReduce operation that uses the supplied Riak Search query as input.
mapReduce(IndexQuery) - Method in interface com.basho.riak.client.IRiakClient
Create a MapReduce operation that uses the supplied IndexQuery as input
MapReduce - Class in com.basho.riak.client.query
An operation for defining and runnig a Map/Reduce query on Riak.
MapReduce(RawClient) - Constructor for class com.basho.riak.client.query.MapReduce
Create the MapRedcue operation with the RawClient to delegate to.
mapReduce(MapReduceSpec) - Method in class com.basho.riak.client.raw.ClusterClient
 
mapReduce(MapReduceSpec) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
mapReduce(MapReduceSpec) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
mapReduce(MapReduceSpec) - Method in interface com.basho.riak.client.raw.RawClient
Perform a map/reduce query defined by MapReduceSpec
mapReduce(String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Execute a map reduce job on the Riak server.
mapReduce(String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
mapReduce(String, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient, except only returning the HTTP response
mapReduce(JSONObject) - Method in class com.basho.riak.pbc.RiakClient
 
mapReduce(String, IRequestMeta) - Method in class com.basho.riak.pbc.RiakClient
 
mapReduce(ByteString, IRequestMeta) - Method in class com.basho.riak.pbc.RiakClient
 
MapReduceBuilder - Class in com.basho.riak.client.http.request
Builds a map/reduce job description and submits it Uses the same chained method metaphor as StringBuilder or StringBuffer
MapReduceBuilder(RiakClient) - Constructor for class com.basho.riak.client.http.request.MapReduceBuilder
 
MapReduceBuilder() - Constructor for class com.basho.riak.client.http.request.MapReduceBuilder
 
MapReduceBuilder - Class in com.basho.riak.client.request
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.request.MapReduceBuilder instead.

WARNING: This class will be REMOVED in the next version.

MapReduceBuilder(RiakClient) - Constructor for class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
 
MapReduceBuilder() - Constructor for class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
 
MapReduceBuilder - Class in com.basho.riak.pbc.mapreduce
Builds a map/reduce job description and submits it Uses the same chained method metaphor as StringBuilder or StringBuffer
MapReduceBuilder(RiakClient) - Constructor for class com.basho.riak.pbc.mapreduce.MapReduceBuilder
 
MapReduceBuilder() - Constructor for class com.basho.riak.pbc.mapreduce.MapReduceBuilder
 
MapReduceFilter - Interface in com.basho.riak.client.http.mapreduce.filter
 
MapReduceFilter - Interface in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.MapReduceFilter instead.

WARNING: This class will be REMOVED in the next version.

MapReduceFilter.Types - Enum in com.basho.riak.client.http.mapreduce.filter
 
MapReduceFilter.Types - Enum in com.basho.riak.client.mapreduce.filter
Deprecated.
 
MapReduceFunction - Interface in com.basho.riak.client.http.mapreduce
Interface for describing functions used in map/reduce jobs
MapReduceFunction - Interface in com.basho.riak.client.mapreduce
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.MapReduceFunction instead.

WARNING: This class will be REMOVED in the next version.

MapReduceFunction - Interface in com.basho.riak.pbc.mapreduce
Interface for describing functions used in map/reduce jobs
MapReduceFunction.Types - Enum in com.basho.riak.client.http.mapreduce
 
MapReduceFunction.Types - Enum in com.basho.riak.client.mapreduce
Deprecated.
 
MapReduceFunction.Types - Enum in com.basho.riak.pbc.mapreduce
 
mapReduceOverBucket(String) - Method in class com.basho.riak.client.http.RiakClient
 
mapReduceOverBucket(String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
A convenience method for creating a MapReduceBuilder used for building a map reduce job to submission to this client
mapReduceOverObjects(Map<String, Set<String>>) - Method in class com.basho.riak.client.http.RiakClient
Same as RiakClient.mapReduceOverBucket(String), except over a set of objects instead of a bucket.
mapReduceOverObjects(Map<String, Set<String>>) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Same as RiakClient.mapReduceOverBucket(String), except over a set of objects instead of a bucket.
mapReduceOverSearch(String, String) - Method in class com.basho.riak.client.http.RiakClient
Same as RiakClient.mapReduceOverBucket(String), except over a riak-search query instead of a bucket.
MapReducePhase - Interface in com.basho.riak.client.query
Shared common interface for Map/Reduce phase definitions.
MapReducePhase.PhaseType - Enum in com.basho.riak.client.query
Possible phase typess.
MapReduceResponse - Class in com.basho.riak.client.http.response
Response from a map-reduce query (POST to /mapred).
MapReduceResponse(HttpResponse) - Constructor for class com.basho.riak.client.http.response.MapReduceResponse
On a 2xx response, parses the response into a JSONArray
MapReduceResponse - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.MapReduceResponse instead.

WARNING: This class will be REMOVED in the next version.

MapReduceResponse(HttpResponse) - Constructor for class com.basho.riak.client.response.MapReduceResponse
Deprecated.
On a 2xx response, parses the response into a JSONArray
MapReduceResponse - Class in com.basho.riak.pbc.mapreduce
The results of executing a map/reduce query, wraps the PBC message response
MapReduceResponse(RiakKvPB.RpbMapRedResp, ByteString) - Constructor for class com.basho.riak.pbc.mapreduce.MapReduceResponse
 
MapReduceResponseSource - Class in com.basho.riak.pbc
Wraps a stream of m/r responses as an iterator.
MapReduceResponseSource(RiakClient, RiakConnection, ByteString) - Constructor for class com.basho.riak.pbc.MapReduceResponseSource
 
MapReduceResult - Interface in com.basho.riak.client.query
Defines a way to access the results of a Map/reduce query.
MapReduceSpec - Class in com.basho.riak.client.raw.query
An immutable representation of a Map Reduce Query, run it via IRiakClient#mapReduce(MapReduceSpec), used internally.
MapReduceSpec(String) - Constructor for class com.basho.riak.client.raw.query.MapReduceSpec
Create a MapReduceSpec by providing a map reduce job JSON string.
MapReduceTimeoutException - Exception in com.basho.riak.client.raw.query
Checked exception thrown when an Map Reduce job takes longer than the specified timeout.
MapReduceTimeoutException() - Constructor for exception com.basho.riak.client.raw.query.MapReduceTimeoutException
 
MatchFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
MatchFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.MatchFilter
 
MatchFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.MatchFilter instead.

WARNING: This class will be REMOVED in the next version.

MatchFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.MatchFilter
Deprecated.
 
MatchFilter - Class in com.basho.riak.client.query.filter
Filter in keys that match the regular expression argument
MatchFilter(String) - Constructor for class com.basho.riak.client.query.filter.MatchFilter
 
matchFound() - Static method in class com.basho.riak.client.raw.RiakResponse
 
MatchFoundException - Exception in com.basho.riak.client.raw
Tag exception, thrown when an if-non-match conditional store fails because a match is found.
MatchFoundException() - Constructor for exception com.basho.riak.client.raw.MatchFoundException
 
maxResults - Variable in class com.basho.riak.client.query.indexes.FetchIndex
 
maxResults(int) - Method in class com.basho.riak.client.query.indexes.FetchIndex
Pagination support for 2i queries.
memAllocated() - Method in class com.basho.riak.client.query.NodeStats
Returns the mem_allocated value from the Riak Stats reply
memoryAtom() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_atom value from the Riak Stats reply
memoryAtomUsed() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_atom_used value from the Riak Stats reply
memoryBinary() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_binary value from the Riak Stats reply
memoryCode() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_code value from the Riak Stats reply
memoryEts() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_ets value from the Riak Stats reply
memoryProcesses() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_processes value from the Riak Stats reply
memoryProcessesUsed() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_processes_used value from the Riak Stats reply
memorySystem() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_system value from the Riak Stats reply
memoryTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the memory_total value from the Riak Stats reply
memTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the mem_total value from the Riak Stats reply
mergeIndexVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the merge_index_version value from the Riak stats reply
mochiwebVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the mochiweb_value value from the Riak stats reply
ModifiedException - Exception in com.basho.riak.client.raw
Thrown when a "if not modified" conditional store fails.
ModifiedException(Throwable) - Constructor for exception com.basho.riak.client.raw.ModifiedException
 
ModifiedException() - Constructor for exception com.basho.riak.client.raw.ModifiedException
 
modifiedSince(Date) - Method in class com.basho.riak.client.operations.FetchObject
*NOTE* HTTP Only.
modifiedSince(Date) - Method in class com.basho.riak.client.operations.MultiFetchObject
*NOTE* HTTP Only.
modifiedSince(Date) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
ModuleFunction - Class in com.basho.riak.pbc
 
ModuleFunction(String, String) - Constructor for class com.basho.riak.pbc.ModuleFunction
 
multiFetch(String[]) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a MultiFetchObject that returns the datum at keys as a list of IRiakObject futures on execute().
multiFetch(List<String>, Class<T>) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a MultiFetchObject operation that returns the datum at keys as a list of type T futures on execute().
multiFetch(List<T>) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a MultiFetchObject operation that returns the data at o's annotated RiakKey field as a list of type T futures on execute().
multiFetch(String[]) - Method in class com.basho.riak.client.bucket.DefaultBucket
(non-Javadoc)
multiFetch(List<String>, Class<T>) - Method in class com.basho.riak.client.bucket.DefaultBucket
(non-Javadoc)
multiFetch(List<T>) - Method in class com.basho.riak.client.bucket.DefaultBucket
(non-Javadoc)
multiFetch(String[]) - Method in class com.basho.riak.client.bucket.DomainBucket
Fetch data stored at keys in this bucket as a List of MultiFetchFuture objects that will return instances of T
multiFetch(List<T>) - Method in class com.basho.riak.client.bucket.DomainBucket
Fetch data stored at the keys extracted from each obj's RiakKey annotated field as an instance of T.
MultiFetchFuture<V> - Class in com.basho.riak.client.query
A Future for an individual fetch done as part of a MultiFetch.
MultiFetchFuture(String, Callable<V>) - Constructor for class com.basho.riak.client.query.MultiFetchFuture
 
MultiFetchObject<T> - Class in com.basho.riak.client.operations
An operation to fetch multiple values from Riak
MultiFetchObject(RawClient, String, List<String>, Retrier) - Constructor for class com.basho.riak.client.operations.MultiFetchObject
Create a new MultiFetchOperation that delegates to the given client to fetch the data from bucket for keys using retrier
Multipart - Class in com.basho.riak.client.http.util
Represents a multipart entity as described here: http://tools.ietf.org/html/rfc2046#section-5.1
Multipart() - Constructor for class com.basho.riak.client.http.util.Multipart
 
Multipart - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.Multipart instead.

WARNING: This class will be REMOVED in the next version.

Multipart() - Constructor for class com.basho.riak.client.util.Multipart
Deprecated.
 
Multipart.Part - Class in com.basho.riak.client.http.util
A single part of a multipart entity
Multipart.Part(Map<String, String>, byte[]) - Constructor for class com.basho.riak.client.http.util.Multipart.Part
 
Multipart.Part(Map<String, String>, InputStream) - Constructor for class com.basho.riak.client.http.util.Multipart.Part
 
Multipart.Part - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.ClientHelper instead.

WARNING: This class will be REMOVED in the next version.

Multipart.Part(Map<String, String>, byte[]) - Constructor for class com.basho.riak.client.util.Multipart.Part
Deprecated.
 
Multipart.Part(Map<String, String>, InputStream) - Constructor for class com.basho.riak.client.util.Multipart.Part
Deprecated.
 
Mutation<T> - Interface in com.basho.riak.client.cap
A Mutation is some encapsulated logic that generates a new value from some previous value
mutationProducer(MutationProducer<T>) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
A MutationProducer to provide the Mutation to use in store operations.
MutationProducer<T> - Interface in com.basho.riak.client.cap
Maybe you want to produce a Mutation at will? Say if you are using a DomainBucket.

N

named(String) - Static method in class com.basho.riak.client.http.mapreduce.JavascriptFunction
Shortcut for creating a reference to a named Javascript function
named(String) - Static method in class com.basho.riak.client.mapreduce.JavascriptFunction
Deprecated.
Shortcut for creating a reference to a named Javascript function
named(String) - Static method in class com.basho.riak.client.query.indexes.BinIndex
Factory method, create a new IntIndex
named(String) - Static method in class com.basho.riak.client.query.indexes.IntIndex
Factory method, create a new IntIndex
named(String) - Static method in class com.basho.riak.pbc.mapreduce.JavascriptFunction
Shortcut for creating a reference to a named Javascript function
NamedErlangFunction - Class in com.basho.riak.client.query.functions
Models a named erlang function.
NamedErlangFunction(String, String) - Constructor for class com.basho.riak.client.query.functions.NamedErlangFunction
 
NamedErlangFunctionDeserializer - Class in com.basho.riak.client.raw.http
Deserializes NamedErlangFunctions from JSON
NamedErlangFunctionDeserializer() - Constructor for class com.basho.riak.client.raw.http.NamedErlangFunctionDeserializer
 
NamedErlangFunctionWriter - Class in com.basho.riak.client.query.serialize
Writes a NamedErlangFunction to a JsonGenerator
NamedErlangFunctionWriter(NamedErlangFunction, JsonGenerator) - Constructor for class com.basho.riak.client.query.serialize.NamedErlangFunctionWriter
 
NamedFunction - Interface in com.basho.riak.client.query.functions
Tag interface for named functions
NamedJSFunction - Class in com.basho.riak.client.query.functions
A named function that is a JS built in function.
NamedJSFunction(String) - Constructor for class com.basho.riak.client.query.functions.NamedJSFunction
 
NamedJSFunctionDeserializer - Class in com.basho.riak.client.raw.http
 
NamedJSFunctionDeserializer() - Constructor for class com.basho.riak.client.raw.http.NamedJSFunctionDeserializer
 
NamedJSFunctionWriter - Class in com.basho.riak.client.query.serialize
Writes a NamedJSFunction to a JsonGenerator
NamedJSFunctionWriter(NamedJSFunction, JsonGenerator) - Constructor for class com.basho.riak.client.query.serialize.NamedJSFunctionWriter
 
newBuilder(String, String) - Static method in class com.basho.riak.client.builders.RiakObjectBuilder
Static factory method
newClient(Configuration) - Method in class com.basho.riak.client.raw.http.HTTPClusterClientFactory
 
newClient(Configuration) - Method in class com.basho.riak.client.raw.http.HTTPRiakClientFactory
 
newClient(Configuration) - Method in class com.basho.riak.client.raw.pbc.PBClusterClientFactory
 
newClient(Configuration) - Method in class com.basho.riak.client.raw.pbc.PBRiakClientFactory
 
newClient(Configuration) - Method in interface com.basho.riak.client.raw.RiakClientFactory
Create a new RawClient instance configured by config
newClient(Configuration) - Static method in class com.basho.riak.client.RiakFactory
Uses the given config to generate an IRiakClient instance.
newHttpClient(RiakConfig) - Static method in class com.basho.riak.client.http.util.ClientUtils
Construct a new HttpClient instance given a RiakConfig.
newHttpClient(RiakConfig) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Construct a new HttpClient instance given a RiakConfig.
newResult(MapReduceResponseSource) - Static method in class com.basho.riak.client.raw.pbc.PBMapReduceResult
Factory method to create a response instance.
newRiakBucket(Bucket) - Static method in class com.basho.riak.client.bucket.RiakBucket
 
newWriter(Function, JsonGenerator) - Static method in class com.basho.riak.client.query.serialize.FunctionToJson
 
next() - Method in class com.basho.riak.client.http.util.StreamedMultipart
next() - Method in class com.basho.riak.client.raw.http.BucketSource
 
next() - Method in class com.basho.riak.client.raw.http.IndexSource
 
next() - Method in class com.basho.riak.client.raw.http.KeySource
 
next() - Method in class com.basho.riak.client.raw.pbc.PBStreamingIndex
 
next() - Method in class com.basho.riak.client.raw.pbc.PBStreamingList
 
next() - Method in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
next() - Method in class com.basho.riak.client.util.StreamedMultipart
Deprecated.
next() - Method in class com.basho.riak.client.util.UnmodifiableIterator
 
next() - Method in class com.basho.riak.pbc.BucketSource
 
next() - Method in class com.basho.riak.pbc.IndexSource
 
next() - Method in class com.basho.riak.pbc.KeySource
 
next() - Method in class com.basho.riak.pbc.MapReduceResponseSource
 
next() - Method in class com.basho.riak.pbc.RiakStreamClient
 
NO_KEYS - Static variable in interface com.basho.riak.client.http.util.Constants
 
NO_KEYS - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
nodeGetFsmObjsize95() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_objsize_95 value from the Riak Stats reply
nodeGetFsmObjsize99() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_objsize_99 value from the Riak Stats reply
nodeGetFsmObjsizeMean() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_get_fsm_objsize_mean value from the Riak Stats reply
nodeGetFsmObjsizeMedian() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_objsize_median value from the Riak Stats reply
nodeGetFsmSiblings100() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_siblings_100 value from the Riak Stats reply
nodeGetFsmSiblings95() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_siblings_95 value from the Riak Stats reply
nodeGetFsmSiblings99() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_siblings_99 value from the Riak Stats reply
nodeGetFsmSiblingsMean() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_get_fsm_siblings_mean value from the Riak Stats reply
nodeGetFsmSiblingsMedian() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_siblings_median value from the Riak Stats reply
nodeGetFsmTime100() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_get_fsm_time_100 value from the Riak Stats reply
nodeGetFsmTime95() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_get_fsm_time_95 value from the Riak Stats reply
nodeGetFsmTime99() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_get_fsm_time_99 value from the Riak Stats reply
nodeGetFsmTimeMean() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_get_fsm_time_mean value from the Riak Stats reply
nodeGetFsmTimeMedian() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_get_fsm_time_median value from the Riak Stats reply
nodeGets() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_gets value from the Riak Stats reply
nodeGetsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_gets_total value from the Riak Stats reply
nodename() - Method in class com.basho.riak.client.query.NodeStats
Returns the nodename value from the Riak stats reply
nodePutFsmSObjsize100() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_objsize_100 value from the Riak Stats reply
nodePutFsmTime100() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_time_100 value from the Riak Stats reply
nodePutFsmTime95() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_time_95 value from the Riak Stats reply
nodePutFsmTime99() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_time_99 value from the Riak Stats reply
nodePutFsmTimeMean() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_get_fsm_time_mean value from the Riak Stats reply
nodePutFsmTimeMedian() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_put_fsm_time_median value from the Riak Stats reply
nodePuts() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_puts value from the Riak Stats reply
nodePutsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the node_puts_total value from the Riak Stats reply
NodeStats - Class in com.basho.riak.client.query
The encapsulation of the data returned by the Riak /stats operation.
NodeStats() - Constructor for class com.basho.riak.client.query.NodeStats
 
NodeStats.UndefinedStatDeserializer - Class in com.basho.riak.client.query
 
NodeStats.UndefinedStatDeserializer() - Constructor for class com.basho.riak.client.query.NodeStats.UndefinedStatDeserializer
 
NoFactoryForConfigException - Exception in com.basho.riak.client
RuntimeException thrown by RiakFactory if it is unable to find a RiakClientFactory to create a client for the given configuration.
NoFactoryForConfigException(Class<? extends Configuration>) - Constructor for exception com.basho.riak.client.NoFactoryForConfigException
 
NoInputsException - Exception in com.basho.riak.client.query
Thrown when a MapReduce has been configured with no inputs
NoInputsException() - Constructor for exception com.basho.riak.client.query.NoInputsException
 
NoKeySpecifiedException - Exception in com.basho.riak.client.convert
Thrown by an operation that requires a key but doesn't have one.
NoKeySpecifiedException(Object) - Constructor for exception com.basho.riak.client.convert.NoKeySpecifiedException
Construct an exception, pass the domainObject for which the key cannot be found.
NotEqualToFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
NotEqualToFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.NotEqualToFilter
 
NotEqualToFilter(int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.NotEqualToFilter
 
NotEqualToFilter(double) - Constructor for class com.basho.riak.client.http.mapreduce.filter.NotEqualToFilter
 
NotEqualToFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.NotEqualToFilter instead.

WARNING: This class will be REMOVED in the next version.

NotEqualToFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.NotEqualToFilter
Deprecated.
 
NotEqualToFilter(int) - Constructor for class com.basho.riak.client.mapreduce.filter.NotEqualToFilter
Deprecated.
 
NotEqualToFilter(double) - Constructor for class com.basho.riak.client.mapreduce.filter.NotEqualToFilter
Deprecated.
 
NotEqualToFilter - Class in com.basho.riak.client.query.filter
Filetr in keys that don't equal the configured argument
NotEqualToFilter(String) - Constructor for class com.basho.riak.client.query.filter.NotEqualToFilter
 
NotEqualToFilter(int) - Constructor for class com.basho.riak.client.query.filter.NotEqualToFilter
 
NotEqualToFilter(double) - Constructor for class com.basho.riak.client.query.filter.NotEqualToFilter
 
notFoundOK(boolean) - Method in class com.basho.riak.client.bucket.WriteBucket
The default notfound_ok value
notFoundOK(Boolean) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
Set default notfound_ok property for bucket
notFoundOK(boolean) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
notFoundOK(boolean) - Method in class com.basho.riak.client.operations.CounterObject
if notfound_ok counts towards r count (for a fetch operation)
notFoundOK(boolean) - Method in class com.basho.riak.client.operations.FetchObject
 
notFoundOK(boolean) - Method in class com.basho.riak.client.operations.MultiFetchObject
 
notFoundOK(boolean) - Method in class com.basho.riak.client.operations.StoreObject
if notfound_ok counts towards r count (for the pre-store fetch)
notFoundOK(boolean) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
notFoundOk(Boolean) - Method in class com.basho.riak.pbc.BucketProperties
 
numberOfValues() - Method in class com.basho.riak.client.raw.RiakResponse
How many values?
numLinks() - Method in class com.basho.riak.client.DefaultRiakObject
 
numLinks() - Method in class com.basho.riak.client.http.RiakObject
 
numLinks() - Method in interface com.basho.riak.client.IRiakObject
How many RiakLinks does this object have.
numLinks() - Method in class com.basho.riak.client.RiakObject
Deprecated.
How many RiakLinks does this RiakObject have?
numUsermetaItems() - Method in class com.basho.riak.client.http.RiakObject
 
numUsermetaItems() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
nVal(int) - Method in class com.basho.riak.client.bucket.WriteBucket
The n_val for this bucket
nVal(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
nValue(int) - Method in class com.basho.riak.pbc.BucketProperties
 

O

oldVClock(long) - Method in class com.basho.riak.client.bucket.WriteBucket
set the old_vclock prune age
oldVClock(Long) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
oldVclock(Long) - Method in class com.basho.riak.pbc.BucketProperties
 
OneTokenInputStream - Class in com.basho.riak.client.http.util
A wrapper that reads a single element an underlying InputStream containing contains a delimited list
OneTokenInputStream(InputStream, String) - Constructor for class com.basho.riak.client.http.util.OneTokenInputStream
 
OneTokenInputStream - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.OneTokenInputStream instead.

WARNING: This class will be REMOVED in the next version.

OneTokenInputStream(InputStream, String) - Constructor for class com.basho.riak.client.util.OneTokenInputStream
Deprecated.
 
osMonVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the os_mon_version value from the Riak stats reply

P

parse(String) - Static method in class com.basho.riak.client.http.util.LinkHeader
Returns a map of links to their parameters.
parse(Map<String, String>, byte[]) - Static method in class com.basho.riak.client.http.util.Multipart
Parses a multipart message or a multipart subpart of a multipart message.
parse(String) - Static method in class com.basho.riak.client.util.LinkHeader
Deprecated.
Returns a map of links to their parameters.
parse(Map<String, String>, byte[]) - Static method in class com.basho.riak.client.util.Multipart
Deprecated.
Parses a multipart message or a multipart subpart of a multipart message.
parseDate(String) - Static method in class com.basho.riak.client.http.util.ClientUtils
 
parseException(String) - Static method in class com.basho.riak.client.raw.JSONErrorParser
Parses some Riak error json into a checked exception of the most specific type it can manage.
parseHeaders(String) - Static method in class com.basho.riak.client.http.util.Multipart
Parse a block of header lines as defined here: http://tools.ietf.org/html/rfc822#section-3.2
parseHeaders(String) - Static method in class com.basho.riak.client.util.Multipart
Deprecated.
Parse a block of header lines as defined here: http://tools.ietf.org/html/rfc822#section-3.2
parseIndexHeaders(Map<String, String>) - Static method in class com.basho.riak.client.http.util.ClientUtils
Extract X-Riak-Index-* headers and create List of RiakIndexes from them
parseLinkHeader(String) - Static method in class com.basho.riak.client.http.util.ClientUtils
Parse a link header into a RiakLink.
parseLinkHeader(String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Parse a link header into a RiakLink.
parseMultipart(RiakClient, String, String, Map<String, String>, byte[]) - Static method in class com.basho.riak.client.http.util.ClientUtils
Convert a multipart/mixed document to a list of RiakObjects.
parseMultipart(RiakClient, String, String, Map<String, String>, byte[]) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Convert a multipart/mixed document to a list of RiakObjects.
parseUsermeta(Map<String, String>) - Static method in class com.basho.riak.client.http.util.ClientUtils
Extract only the user-specified metadata headers from a header set: all headers prefixed with X-Riak-Meta-.
parseUsermeta(Map<String, String>) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Extract only the user-specified metadata headers from a header set: all headers prefixed with X-Riak-Meta-.
PassThroughConverter - Class in com.basho.riak.client.convert
For working with IRiakObject rather than domain types.
PassThroughConverter() - Constructor for class com.basho.riak.client.convert.PassThroughConverter
 
pbcActive() - Method in class com.basho.riak.client.query.NodeStats
Returns the pbc_active value from the Riak Stats reply
pbcClient() - Static method in class com.basho.riak.client.RiakFactory
Wraps a PBClientAdapter connected to 127.0.0.1:8087 in a DefaultRiakClient.
pbcClient(String, int) - Static method in class com.basho.riak.client.RiakFactory
Wraps a PBClientAdapter connected to host and port in a DefaultRiakClient.
pbcClient(RiakClient) - Static method in class com.basho.riak.client.RiakFactory
Wraps the given RiakClient client in a DefaultRiakClient.
pbcConnects() - Method in class com.basho.riak.client.query.NodeStats
Returns the pbc_connects value from the Riak Stats reply
pbcConnectsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the pbc_connects_total value from the Riak Stats reply
PBClientAdapter - Class in com.basho.riak.client.raw.pbc
Wraps the pbc.RiakClient and adapts it to the RawClient interface.
PBClientAdapter(String, int) - Constructor for class com.basho.riak.client.raw.pbc.PBClientAdapter
Create an instance of the adapter that creates a RiakClient using RiakClient.RiakClient(String, int)
PBClientAdapter(RiakClient) - Constructor for class com.basho.riak.client.raw.pbc.PBClientAdapter
Adapt the given pre-created/configured pb client to the RawClient interface
PBClientConfig - Class in com.basho.riak.client.raw.pbc
The set of configuration parameters needed to configure a Protocol Buffers client
PBClientConfig.Builder - Class in com.basho.riak.client.raw.pbc
Builder for the PBClientConfig Has the following default values: field default socketBufferSizeKb 16 host 127.0.0.1 port 8087 poolSize 0 (unlimited) initialPoolSize 0 idleConnectionTTLMillis 1000 (idle connections will be closed after 1 second) connectionWaitTimeoutMillis 1000 (if a connection cannot be acquired within this time and exception is thrown) requestTimeoutMillis 0 (no timeout)
PBClientConfig.Builder() - Constructor for class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
PBClusterClient - Class in com.basho.riak.client.raw.pbc
Concrete ClusterClient that creates a collection of PBClientAdapters from the given PBClientConfig
PBClusterClient(ClusterConfig<PBClientConfig>) - Constructor for class com.basho.riak.client.raw.pbc.PBClusterClient
 
PBClusterClientFactory - Class in com.basho.riak.client.raw.pbc
RiakClientFactory implementation that creates PBClusterClient s from the given PBClientConfig
PBClusterConfig - Class in com.basho.riak.client.raw.pbc
ClusterConfig implementation that provides PBClientConfig as the generic type.
PBClusterConfig(int) - Constructor for class com.basho.riak.client.raw.pbc.PBClusterConfig
 
PBMapReduceResult - Class in com.basho.riak.client.raw.pbc
Concrete implementation of MapReduceResult that handles PB response stream
PBRiakClientFactory - Class in com.basho.riak.client.raw.pbc
Creates PBClientAdapters configured as per the PBClientConfig given.
PBStreamingIndex - Class in com.basho.riak.client.raw.pbc
 
PBStreamingIndex(RiakStreamClient<IndexEntry>) - Constructor for class com.basho.riak.client.raw.pbc.PBStreamingIndex
 
PBStreamingList - Class in com.basho.riak.client.raw.pbc
 
PBStreamingList(RiakStreamClient<ByteString>) - Constructor for class com.basho.riak.client.raw.pbc.PBStreamingList
 
PBStreamingOperation<S,T> - Class in com.basho.riak.client.raw.pbc
 
PBStreamingOperation(RiakStreamClient<S>) - Constructor for class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
peek() - Method in class com.basho.riak.client.http.util.BranchableInputStream
 
peek() - Method in class com.basho.riak.client.util.BranchableInputStream
Deprecated.
 
phase - Variable in class com.basho.riak.pbc.mapreduce.MapReduceResponse
 
ping() - Method in class com.basho.riak.client.DefaultRiakClient
 
ping() - Method in class com.basho.riak.client.http.RiakClient
GET Riak's ping resource.
ping() - Method in class com.basho.riak.client.http.util.ClientHelper
ping() - Method in interface com.basho.riak.client.IRiakClient
Ping Riak, check it is available
ping() - Method in class com.basho.riak.client.raw.ClusterClient
 
ping() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
ping() - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
ping() - Method in interface com.basho.riak.client.raw.RawClient
Riak connection health check, is Riak reachable.
ping() - Method in class com.basho.riak.pbc.RiakClient
 
PlainClient - Class in com.basho.riak.client.http.plain
An adapter from RiakClient to a slightly less HTTP, more Java-centric, interface.
PlainClient(RiakClient) - Constructor for class com.basho.riak.client.http.plain.PlainClient
The primary constructor.
PlainClient - Class in com.basho.riak.client.plain
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.plain.PlainClient instead.

WARNING: This class will be REMOVED in the next version.

PlainClient(RiakClient) - Constructor for class com.basho.riak.client.plain.PlainClient
Deprecated.
The primary constructor.
PoolSemaphore - Class in com.basho.riak.client.raw.pbc
Wraps a semaphore for the cluster and a semaphore for the pool.
PoolSemaphore(Semaphore, int) - Constructor for class com.basho.riak.client.raw.pbc.PoolSemaphore
Creates a pool Semaphore with permits permits.
populateIndexes(RiakIndexes, T) - Method in class com.basho.riak.client.convert.RiakIndexConverter
 
populateLinks(Collection<RiakLink>, T) - Method in class com.basho.riak.client.convert.RiakLinksConverter
 
populateUsermeta(Map<String, String>, T) - Method in class com.basho.riak.client.convert.UsermetaConverter
 
postcommitFail() - Method in class com.basho.riak.client.query.NodeStats
 
postcommitHooks(Collection<NamedErlangFunction>) - Method in class com.basho.riak.client.bucket.WriteBucket
Add a collection of postcommit hooks to the bucket to be written.
postcommitHooks(Collection<NamedErlangFunction>) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
postcommitHooks(List<CommitHook>) - Method in class com.basho.riak.pbc.BucketProperties
 
pr(Quora) - Method in class com.basho.riak.client.bucket.WriteBucket
The default pr quorom
pr(int) - Method in class com.basho.riak.client.bucket.WriteBucket
The default pr quorom as an int
pr(Quora) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
pr(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
pr(Quorum) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
pr(int) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
pr(Quora) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
pr(int) - Method in class com.basho.riak.client.operations.CounterObject
The pr for a fetch operation
pr(Quora) - Method in class com.basho.riak.client.operations.CounterObject
The pr for a fetch operation
pr(Quorum) - Method in class com.basho.riak.client.operations.CounterObject
The pr for a fetch operation
pr(int) - Method in class com.basho.riak.client.operations.DeleteObject
 
pr(Quora) - Method in class com.basho.riak.client.operations.DeleteObject
 
pr(Quorum) - Method in class com.basho.riak.client.operations.DeleteObject
 
pr(int) - Method in class com.basho.riak.client.operations.FetchObject
 
pr(Quora) - Method in class com.basho.riak.client.operations.FetchObject
 
pr(Quorum) - Method in class com.basho.riak.client.operations.FetchObject
 
pr(int) - Method in class com.basho.riak.client.operations.MultiFetchObject
 
pr(Quora) - Method in class com.basho.riak.client.operations.MultiFetchObject
 
pr(Quorum) - Method in class com.basho.riak.client.operations.MultiFetchObject
 
pr(int) - Method in class com.basho.riak.client.operations.StoreObject
The pr for the pre-store fetch
pr(Quora) - Method in class com.basho.riak.client.operations.StoreObject
The pr for the pre-store fetch
pr(Quorum) - Method in class com.basho.riak.client.operations.StoreObject
The pr for the pre-store fetch
pr(int) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
pr(Quora) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
pr(Quorum) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
pr(int) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
pr(Quora) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
pr(Quorum) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
pr(Integer) - Method in class com.basho.riak.pbc.BucketProperties
 
precommitFail() - Method in class com.basho.riak.client.query.NodeStats
 
precommitHooks(Collection<NamedFunction>) - Method in class com.basho.riak.client.bucket.WriteBucket
A Collection of precommit hooks for this bucket
precommitHooks(Collection<NamedFunction>) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
precommitHooks(List<CommitHook>) - Method in class com.basho.riak.pbc.BucketProperties
 
prepareClientID() - Method in class com.basho.riak.pbc.RiakClient
helper method to use a reasonable default client id beware, it caches the client id.
prepareCounter(RiakKvPB.RpbCounterUpdateReq.Builder) - Method in class com.basho.riak.pbc.RequestMeta
 
preparePut(RiakKvPB.RpbPutReq.Builder) - Method in interface com.basho.riak.pbc.IRequestMeta
 
preparePut(RiakKvPB.RpbPutReq.Builder) - Method in class com.basho.riak.pbc.RequestMeta
 
process(String, String, int, Map<String, String>, InputStream, HttpResponse) - Method in interface com.basho.riak.client.http.response.StreamHandler
Process the HTTP response whose value is given as a stream.
process(String, String, int, Map<String, String>, InputStream, HttpResponse) - Method in interface com.basho.riak.client.response.StreamHandler
Deprecated.
Process the HTTP response whose value is given as a stream.
produce(T) - Method in interface com.basho.riak.client.cap.MutationProducer
 
publicKeyVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the public_key_version value from the Riak stats reply
pw(Quora) - Method in class com.basho.riak.client.bucket.WriteBucket
The default pw quorom
pw(int) - Method in class com.basho.riak.client.bucket.WriteBucket
The default dw quorom as an int
pw(Quora) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
pw(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
pw(Quorum) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
pw(int) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
pw(Quora) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
pw(int) - Method in class com.basho.riak.client.operations.CounterObject
Set the primary write quorum for an increment operation, takes precedence over w.
pw(Quora) - Method in class com.basho.riak.client.operations.CounterObject
Set the primary write quorum for an increment operation, takes precedence over w.
pw(Quorum) - Method in class com.basho.riak.client.operations.CounterObject
Set the primary write quorum for an increment operation, takes precedence over w.
pw(int) - Method in class com.basho.riak.client.operations.DeleteObject
 
pw(Quora) - Method in class com.basho.riak.client.operations.DeleteObject
 
pw(Quorum) - Method in class com.basho.riak.client.operations.DeleteObject
 
pw(int) - Method in class com.basho.riak.client.operations.StoreObject
Set the primary write quorum for the store operation, takes precedence over w.
pw(Quora) - Method in class com.basho.riak.client.operations.StoreObject
Set the primary write quorum for the store operation, takes precedence over w.
pw(Quorum) - Method in class com.basho.riak.client.operations.StoreObject
Set the primary write quorum for the store operation, takes precedence over w.
pw(int) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
pw(Quora) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
pw(Quorum) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
pw(int) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
pw(Quora) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
pw(Quorum) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
pw(Integer) - Method in class com.basho.riak.pbc.BucketProperties
 
pw(int) - Method in class com.basho.riak.pbc.RequestMeta
 

Q

QP_ASIS - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_BASIC_QUORUM - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_BUCKETS - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_BUCKETS - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
QP_DW - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_DW - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
QP_INDEX_CONTINUATION - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_INDEX_MAX_RESULTS - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_INDEX_RETURN_TERMS - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_INDEX_STREAM - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_KEYS - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_KEYS - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
QP_NOT_FOUND_OK - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_PR - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_PW - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_R - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_R - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
QP_RETURN_BODY - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_RETURN_BODY - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
QP_RETURNVALUE - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_RW - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_RW - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
QP_TIMEOUT - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_W - Static variable in interface com.basho.riak.client.http.util.Constants
 
QP_W - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
Quora - Enum in com.basho.riak.client.cap
An enum that models the set of symbolic quora.
Quorum - Class in com.basho.riak.client.cap
Encapsulates a bucket's r/w/dw/rw/p/pr/pw quora as either the symbolic Quora or an int.
Quorum(int) - Constructor for class com.basho.riak.client.cap.Quorum
Construct an instance that wraps an int value
Quorum(Quora) - Constructor for class com.basho.riak.client.cap.Quorum
Construct and instance that wraps a symbolic Quora
QuorumDeserializer - Class in com.basho.riak.client.raw.http
 
QuorumDeserializer() - Constructor for class com.basho.riak.client.raw.http.QuorumDeserializer
 

R

r(Quora) - Method in class com.basho.riak.client.bucket.WriteBucket
The default r Quorom for the bucket
r(int) - Method in class com.basho.riak.client.bucket.WriteBucket
The default r quorom as an int
r(Quora) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
r(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
r(Quorum) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
r(int) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The read quorum for fetch/store operations on the built DomainBucket
r(Quora) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The read quorum for fetch/store operations on the built DomainBucket
r(int) - Method in class com.basho.riak.client.operations.CounterObject
Set the read quorum for a fetch operation
r(Quora) - Method in class com.basho.riak.client.operations.CounterObject
Set the read quorum for a fetch operation
r(Quorum) - Method in class com.basho.riak.client.operations.CounterObject
Set the read quorum for a fetch operation
r(int) - Method in class com.basho.riak.client.operations.DeleteObject
 
r(Quora) - Method in class com.basho.riak.client.operations.DeleteObject
 
r(Quorum) - Method in class com.basho.riak.client.operations.DeleteObject
 
r(int) - Method in class com.basho.riak.client.operations.FetchObject
The read quorum for this fetch operation
r(Quora) - Method in class com.basho.riak.client.operations.FetchObject
The read quorum for this fetch operation
r(Quorum) - Method in class com.basho.riak.client.operations.FetchObject
The read quorum for this fetch operation
r(int) - Method in class com.basho.riak.client.operations.MultiFetchObject
The read quorum for this fetch operation
r(Quora) - Method in class com.basho.riak.client.operations.MultiFetchObject
The read quorum for this fetch operation
r(Quorum) - Method in class com.basho.riak.client.operations.MultiFetchObject
The read quorum for this fetch operation
r(int) - Method in class com.basho.riak.client.operations.StoreObject
A store performs a fetch first (to get a vclock and resolve any conflicts), set the read quorum for the fetch
r(Quora) - Method in class com.basho.riak.client.operations.StoreObject
A store performs a fetch first (to get a vclock and resolve any conflicts), set the read quorum for the fetch
r(Quorum) - Method in class com.basho.riak.client.operations.StoreObject
A store performs a fetch first (to get a vclock and resolve any conflicts), set the read quorum for the fetch
r(int) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
r(Quora) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
r(Quorum) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
r(int) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
r(Quora) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
r(Quorum) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
r(Integer) - Method in class com.basho.riak.pbc.BucketProperties
 
randomClientId() - Static method in class com.basho.riak.client.http.util.ClientUtils
Returns a random X-Riak-ClientId header value.
randomClientId() - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Returns a random X-Riak-ClientId header value.
RangeQuery<T> - Interface in com.basho.riak.client.raw.query.indexes
Marker interface for a 2i range query
RawClient - Interface in com.basho.riak.client.raw
Common interface for low-level clients.
read() - Method in class com.basho.riak.client.http.util.BranchableInputStream
 
read() - Method in class com.basho.riak.client.http.util.OneTokenInputStream
 
read() - Method in class com.basho.riak.client.util.BranchableInputStream
Deprecated.
 
read() - Method in class com.basho.riak.client.util.OneTokenInputStream
Deprecated.
 
readAllResults(MapReduceResponseSource) - Static method in class com.basho.riak.pbc.MapReduceResponseSource
Buffer the full set of results into a JSONArray
readParams(int) - Static method in class com.basho.riak.client.http.request.RequestMeta
Use the given r parameter for fetchMeta, fetch, or stream operations
readParams(int) - Static method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Use the given r parameter for fetchMeta, fetch, or stream operations
readRepairs() - Method in class com.basho.riak.client.query.NodeStats
Returns the read_repairs value from the Riak Stats reply
readRepairsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the read_repairs_total value from the Riak Stats reply
rebalanceDelayLast() - Method in class com.basho.riak.client.query.NodeStats
 
rebalanceDelayMax() - Method in class com.basho.riak.client.query.NodeStats
 
rebalanceDelayMean() - Method in class com.basho.riak.client.query.NodeStats
 
rebalanceDelayMin() - Method in class com.basho.riak.client.query.NodeStats
 
reduce(MapReduceFunction, boolean) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Adds a reduce phase to the job
reduce(MapReduceFunction, Object, boolean) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Adds a reduce phase to the job
reduce(MapReduceFunction, boolean) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Adds a reduce phase to the job
reduce(MapReduceFunction, Object, boolean) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Adds a reduce phase to the job
reduce(MapReduceFunction, boolean) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Adds a reduce phase to the job
reduce(MapReduceFunction, Object, boolean) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Adds a reduce phase to the job
REDUCE_IDENTITY - Static variable in class com.basho.riak.client.query.functions.NamedErlangFunction
Riak_kv_mapreduce:reduce_identity
REDUCE_PHASE_ONLY_1 - Static variable in class com.basho.riak.client.query.functions.Args
 
ReducePhase - Class in com.basho.riak.client.query
A reduce phase of a MapReduce job spec.
ReducePhase(Function, Object, boolean) - Constructor for class com.basho.riak.client.query.ReducePhase
Create a Reduce Phase
ReducePhase(Function, Object) - Constructor for class com.basho.riak.client.query.ReducePhase
 
ReducePhase(Function, boolean) - Constructor for class com.basho.riak.client.query.ReducePhase
 
ReducePhase(Function) - Constructor for class com.basho.riak.client.query.ReducePhase
 
ReducePhaseOnlyOne - Class in com.basho.riak.client.query.functions
An M/R function arg that mandates that Riak only run the reduce phase once, when all maps are finished.
ReducePhaseOnlyOne(boolean) - Constructor for class com.basho.riak.client.query.functions.ReducePhaseOnlyOne
 
registerJacksonModule(Module) - Static method in class com.basho.riak.client.convert.JSONConverter
Convenient method to register a Jackson module into the singleton Object mapper used by domain objects.
release() - Method in class com.basho.riak.client.raw.pbc.PoolSemaphore
Both semaphores are released
releaseConnection(RiakConnection) - Method in class com.basho.riak.pbc.RiakConnectionPool
Returns a connection to the pool (unless the connection is closed (for some reason))
remove(Object) - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
remove() - Method in class com.basho.riak.client.http.util.StreamedMultipart
 
remove() - Method in class com.basho.riak.client.raw.http.BucketSource
 
remove() - Method in class com.basho.riak.client.raw.http.IndexSource
 
remove() - Method in class com.basho.riak.client.raw.http.KeySource
This is a read only stream of keys, calling this results in UnsupportedOperationException
remove() - Method in class com.basho.riak.client.raw.pbc.PBStreamingOperation
 
remove(Object) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
remove() - Method in class com.basho.riak.client.util.StreamedMultipart
Deprecated.
 
remove() - Method in class com.basho.riak.client.util.UnmodifiableIterator
Always throws (as this is an UnmodifiableIterator).
removeAll(Collection<?>) - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
removeAll(BinIndex) - Method in class com.basho.riak.client.query.indexes.RiakIndexes
Remove a BinIndex
removeAll(IntIndex) - Method in class com.basho.riak.client.query.indexes.RiakIndexes
Remove the IntIndex
removeAll(Collection<?>) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
removeBinIndex(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
removeBinIndex(String) - Method in interface com.basho.riak.client.IRiakObject
Remove a BinIndex from this RiakObject.
removeIntIndex(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
removeIntIndex(String) - Method in interface com.basho.riak.client.IRiakObject
Remove a IntIndex from this RiakObject.
removeLink(RiakLink) - Method in class com.basho.riak.client.DefaultRiakObject
 
removeLink(RiakLink) - Method in class com.basho.riak.client.http.RiakObject
 
removeLink(RiakLink) - Method in interface com.basho.riak.client.IRiakObject
Remove a RiakLink from this RiakObject.
removeLink(RiakLink) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Remove a RiakLink from this RiakObject.
removeRiakObject(String, String) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Removes a Riak object (bucket name/key pair) for the job's input list
removeRiakObject(String, String) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Removes a Riak object (bucket name/key pair) for the job's input list
removeRiakObject(String, String) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Removes a Riak object (bucket name/key pair) for the job's input list
removeUsermeta(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
removeUsermeta(String) - Method in interface com.basho.riak.client.IRiakObject
Remove that item of user meta data.
removeUsermetaItem(String) - Method in class com.basho.riak.client.http.RiakObject
 
removeUsermetaItem(String) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
RequestMeta - Class in com.basho.riak.client.http.request
Extra headers and query parameters to send with a Riak operation.
RequestMeta() - Constructor for class com.basho.riak.client.http.request.RequestMeta
 
RequestMeta - Class in com.basho.riak.client.request
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.request.RequestMeta instead.

WARNING: This class will be REMOVED in the next version.

RequestMeta() - Constructor for class com.basho.riak.client.request.RequestMeta
Deprecated.
 
RequestMeta - Class in com.basho.riak.pbc
Concrete implementation of the PBC request meta.
RequestMeta() - Constructor for class com.basho.riak.pbc.RequestMeta
 
resetBucket(String) - Method in class com.basho.riak.client.DefaultRiakClient
(non-Javadoc)
resetBucket(String) - Method in interface com.basho.riak.client.IRiakClient
Reset a bucket's properties back to the defaults
resetBucketProperties(String) - Method in class com.basho.riak.client.raw.ClusterClient
 
resetBucketProperties(String) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
(non-Javadoc)
resetBucketProperties(String) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
resetBucketProperties(String) - Method in interface com.basho.riak.client.raw.RawClient
Reset the bucket properties for this bucket back to the default values
resetBucketProperties(ByteString) - Method in class com.basho.riak.pbc.RiakClient
 
resetBucketSchema(String) - Method in class com.basho.riak.client.http.RiakClient
 
resetBucketSchema(String) - Method in class com.basho.riak.client.http.util.ClientHelper
 
resolve(Collection<T>) - Method in interface com.basho.riak.client.cap.ConflictResolver
Applies encoded logic to produce a single value from a Collection of sibling values.
resolve(Collection<T>) - Method in class com.basho.riak.client.cap.DefaultResolver
Detects conflict but does not resolve it.
response - Variable in class com.basho.riak.pbc.mapreduce.MapReduceResponse
 
ResultCapture<T> - Class in com.basho.riak.client.raw.http
Convenience class
ResultCapture() - Constructor for class com.basho.riak.client.raw.http.ResultCapture
 
retainAll(Collection<?>) - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
retainAll(Collection<?>) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
retrier(Retrier) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The Retrier to use on operations on the built DomainBucket
Retrier - Interface in com.basho.riak.client.cap
Fault tolerant systems need fault tolerant clients, implement to retry failed operations.
returnBody(boolean) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
Should store operations on the built DomainBucket return a body?
returnBody(boolean) - Method in class com.basho.riak.client.operations.StoreObject
Should the store operation return a response body?
returnBody(boolean) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
returnBody(boolean) - Method in interface com.basho.riak.pbc.IRequestMeta
 
returnBody(boolean) - Method in class com.basho.riak.pbc.RequestMeta
 
returnDeletedVClock(boolean) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
 
returnDeletedVClock(boolean) - Method in class com.basho.riak.client.operations.FetchObject
 
returnDeletedVClock(boolean) - Method in class com.basho.riak.client.operations.MultiFetchObject
 
returnDeletedVClock(boolean) - Method in class com.basho.riak.client.operations.StoreObject
If the object has just been deleted, there maybe a tombstone value vclock, set to true to have this returned in the pre-store fetch.
returnDeletedVClock(boolean) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
returnHead(boolean) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
returnHead(boolean) - Method in class com.basho.riak.pbc.RequestMeta
 
returnKeyAndIndexValue(boolean) - Method in class com.basho.riak.client.query.indexes.FetchIndex
Return both the object keys and the index values * This is only available in v1.4+ of Riak and only via streaming
returnTerms - Variable in class com.basho.riak.client.query.indexes.FetchIndex
 
returnTerms() - Method in class com.basho.riak.pbc.IndexRequest
 
returnValue(boolean) - Method in class com.basho.riak.client.operations.CounterObject
Should an increment operation return the new value?
RIAK_CLIENT_ID_LENGTH - Static variable in interface com.basho.riak.client.http.util.Constants
 
RIAK_CLIENT_ID_LENGTH - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
riak_sysmon_version() - Method in class com.basho.riak.client.query.NodeStats
Returns the riak_sysmon_version value from the Riak stats reply
RIAK_URL_PREFIX - Static variable in interface com.basho.riak.client.http.util.Constants
 
RIAK_URL_PREFIX - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
RiakBeanSerializerModifier - Class in com.basho.riak.client.convert
BeanSerializerModifier that drops RiakKey and RiakUsermeta annotated fields from the the set of fields that Jackson will serialize
RiakBucket - Class in com.basho.riak.client.bucket
Wraps a DomainBucket strongly typed for IRiakObject.
RiakBucketInfo - Class in com.basho.riak.client.http
Represents the metadata stored in a bucket including its schema and the list of keys contained in the bucket.
RiakBucketInfo() - Constructor for class com.basho.riak.client.http.RiakBucketInfo
Construct a bucket info to populate for a writeSchema request.
RiakBucketInfo(JSONObject, Collection<String>) - Constructor for class com.basho.riak.client.http.RiakBucketInfo
Construct a bucket info using the JSON data from a listBucket() response.
RiakBucketInfo - Class in com.basho.riak.client
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakBucketInfo instead.

WARNING: This class will be REMOVED in the next version.

RiakBucketInfo() - Constructor for class com.basho.riak.client.RiakBucketInfo
Deprecated.
Construct a bucket info to populate for a writeSchema request.
RiakBucketInfo(JSONObject, Collection<String>) - Constructor for class com.basho.riak.client.RiakBucketInfo
Deprecated.
Construct a bucket info using the JSON data from a listBucket() response.
RiakClient - Class in com.basho.riak.client.http
Primary interface for interacting with Riak via HTTP.
RiakClient(RiakConfig) - Constructor for class com.basho.riak.client.http.RiakClient
 
RiakClient(RiakConfig, String) - Constructor for class com.basho.riak.client.http.RiakClient
 
RiakClient(String) - Constructor for class com.basho.riak.client.http.RiakClient
 
RiakClient(String, String) - Constructor for class com.basho.riak.client.http.RiakClient
 
RiakClient - Class in com.basho.riak.client
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakClient instead.

WARNING: This class will be REMOVED in the next version.

Please see also IRiakClient, IRiakObject for the new API

RiakClient(RiakConfig) - Constructor for class com.basho.riak.client.RiakClient
Deprecated.
 
RiakClient(RiakConfig, String) - Constructor for class com.basho.riak.client.RiakClient
Deprecated.
 
RiakClient(String) - Constructor for class com.basho.riak.client.RiakClient
Deprecated.
 
RiakClient(String, String) - Constructor for class com.basho.riak.client.RiakClient
Deprecated.
 
RiakClient - Class in com.basho.riak.pbc
Low level protocol buffers client.
RiakClient(String) - Constructor for class com.basho.riak.pbc.RiakClient
 
RiakClient(String, int) - Constructor for class com.basho.riak.pbc.RiakClient
 
RiakClient(RiakConnectionPool) - Constructor for class com.basho.riak.pbc.RiakClient
 
RiakClient(InetAddress, int) - Constructor for class com.basho.riak.pbc.RiakClient
 
RiakClient(String, int, int) - Constructor for class com.basho.riak.pbc.RiakClient
 
RiakClientFactory - Interface in com.basho.riak.client.raw
Top level interface for RawClient factories
RiakConfig - Class in com.basho.riak.client.http
Configuration settings for connecting to a Riak instance such as the base Riak URL and HttpClient settings.
RiakConfig() - Constructor for class com.basho.riak.client.http.RiakConfig
 
RiakConfig(String) - Constructor for class com.basho.riak.client.http.RiakConfig
 
RiakConfig(URL) - Constructor for class com.basho.riak.client.http.RiakConfig
 
RiakConfig(String, String, String) - Constructor for class com.basho.riak.client.http.RiakConfig
 
RiakConfig - Class in com.basho.riak.client
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakConfig instead.

WARNING: This class will be REMOVED in the next version.

RiakConfig() - Constructor for class com.basho.riak.client.RiakConfig
Deprecated.
 
RiakConfig(String) - Constructor for class com.basho.riak.client.RiakConfig
Deprecated.
 
RiakConfig(URL) - Constructor for class com.basho.riak.client.RiakConfig
Deprecated.
 
RiakConfig(String, String, String) - Constructor for class com.basho.riak.client.RiakConfig
Deprecated.
 
RiakConnectionPool - Class in com.basho.riak.pbc
A bounded or boundless pool of RiakConnections to be reused by RiakClient The pool is designed to be threadsafe, and ideally to be used as a singleton.
RiakConnectionPool(int, int, InetAddress, int, long, int, long, int) - Constructor for class com.basho.riak.pbc.RiakConnectionPool
Crate a new host connection pool.
RiakConnectionPool(int, Semaphore, InetAddress, int, long, int, long, int) - Constructor for class com.basho.riak.pbc.RiakConnectionPool
Crate a new host connection pool.
riakCoreVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the riak_core_version value from the Riak stats reply
RiakError - Exception in com.basho.riak.pbc
Exception created from a PBC error response message
RiakError(RiakPB.RpbErrorResp) - Constructor for exception com.basho.riak.pbc.RiakError
 
RiakException - Exception in com.basho.riak.client
 
RiakException(Throwable) - Constructor for exception com.basho.riak.client.RiakException
 
RiakException() - Constructor for exception com.basho.riak.client.RiakException
 
RiakException(String) - Constructor for exception com.basho.riak.client.RiakException
 
RiakException(String, Throwable) - Constructor for exception com.basho.riak.client.RiakException
 
RiakExceptionHandler - Interface in com.basho.riak.client.http.response
Allows clients to handle exceptions in a separate class rather than inline with the requests.
RiakExceptionHandler - Interface in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.RiakExceptionHandler instead.

WARNING: This class will be REMOVED in the next version.

RiakFactory - Class in com.basho.riak.client
A factory for getting an IRiakClient implementation wrapping the RawClient of your choice.
RiakFactory() - Constructor for class com.basho.riak.client.RiakFactory
 
RiakIndex - Annotation Type in com.basho.riak.client.convert
Annotation to declare a field as a RiakIndex.
RiakIndex<T> - Class in com.basho.riak.client.http
 
RiakIndex(String) - Constructor for class com.basho.riak.client.http.RiakIndex
 
RiakIndex<T> - Class in com.basho.riak.client.query.indexes
Models a secondary index name.
RiakIndex(String) - Constructor for class com.basho.riak.client.query.indexes.RiakIndex
 
RiakIndexConverter<T> - Class in com.basho.riak.client.convert
Handles the conversion of riak indexes from domain objects -> IRiakObject and back
RiakIndexConverter() - Constructor for class com.basho.riak.client.convert.RiakIndexConverter
 
RiakIndexes - Class in com.basho.riak.client.query.indexes
Container for the set of index/values for a IRiakObject
RiakIndexes(Map<BinIndex, Set<String>>, Map<IntIndex, Set<Long>>) - Constructor for class com.basho.riak.client.query.indexes.RiakIndexes
 
RiakIndexes() - Constructor for class com.basho.riak.client.query.indexes.RiakIndexes
 
RiakIndexField - Class in com.basho.riak.client.convert.reflect
 
RiakIndexField(Field) - Constructor for class com.basho.riak.client.convert.reflect.RiakIndexField
The field that is to be wrapped
RiakIndexMethod - Class in com.basho.riak.client.convert.reflect
 
RiakIndexMethod(Method) - Constructor for class com.basho.riak.client.convert.reflect.RiakIndexMethod
The method that is to be wrapped
RiakIOException - Exception in com.basho.riak.client.http.plain
A checked wrapper for RiakIORuntimeException.
RiakIOException(RiakIORuntimeException) - Constructor for exception com.basho.riak.client.http.plain.RiakIOException
 
RiakIOException - Exception in com.basho.riak.client.plain
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.plain.RiakIOException instead.

WARNING: This class will be REMOVED in the next version.

RiakIOException(RiakIORuntimeException) - Constructor for exception com.basho.riak.client.plain.RiakIOException
Deprecated.
 
RiakIORuntimeException - Exception in com.basho.riak.client.http.response
Thrown when an error occurs during communication with the Riak server.
RiakIORuntimeException() - Constructor for exception com.basho.riak.client.http.response.RiakIORuntimeException
 
RiakIORuntimeException(String, IOException) - Constructor for exception com.basho.riak.client.http.response.RiakIORuntimeException
 
RiakIORuntimeException(String) - Constructor for exception com.basho.riak.client.http.response.RiakIORuntimeException
 
RiakIORuntimeException(Throwable) - Constructor for exception com.basho.riak.client.http.response.RiakIORuntimeException
 
RiakIORuntimeException - Exception in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.RiakIORuntimeException instead.

WARNING: This class will be REMOVED in the next version.

RiakIORuntimeException() - Constructor for exception com.basho.riak.client.response.RiakIORuntimeException
Deprecated.
 
RiakIORuntimeException(String, IOException) - Constructor for exception com.basho.riak.client.response.RiakIORuntimeException
Deprecated.
 
RiakIORuntimeException(String) - Constructor for exception com.basho.riak.client.response.RiakIORuntimeException
Deprecated.
 
RiakIORuntimeException(Throwable) - Constructor for exception com.basho.riak.client.response.RiakIORuntimeException
Deprecated.
 
RiakJacksonModule - Class in com.basho.riak.client.convert
A Jackson Module that customises Jackson's object mapper so we can handle Riak annotations like RiakKey, RiakUsermeta, and RiakLink correctly.
RiakJacksonModule() - Constructor for class com.basho.riak.client.convert.RiakJacksonModule
 
RiakKey - Annotation Type in com.basho.riak.client.convert
Annotation to declare a field as the key to a data item in Riak.
riakKvVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the riak_kv_version value from the Riak stats reply
riakKvVnodeqMax() - Method in class com.basho.riak.client.query.NodeStats
 
riakKvVnodeqMean() - Method in class com.basho.riak.client.query.NodeStats
 
riakKvVnodeqMedian() - Method in class com.basho.riak.client.query.NodeStats
 
riakKvVnodeqMin() - Method in class com.basho.riak.client.query.NodeStats
 
riakKvVnodeqTotal() - Method in class com.basho.riak.client.query.NodeStats
 
riakKvVnodesRunning() - Method in class com.basho.riak.client.query.NodeStats
 
RiakLink - Class in com.basho.riak.client.http
Represents a link to a Riak object.
RiakLink(String, String, String) - Constructor for class com.basho.riak.client.http.RiakLink
 
RiakLink(RiakLink) - Constructor for class com.basho.riak.client.http.RiakLink
Copy constructor
RiakLink - Class in com.basho.riak.client
Models a link from one object to another in Riak.
RiakLink(String, String, String) - Constructor for class com.basho.riak.client.RiakLink
Create a RiakLink from the specified parameters.
RiakLink(RiakLink) - Constructor for class com.basho.riak.client.RiakLink
Create a RiakLink that is a copy of another RiakLink.
RiakLink - Class in com.basho.riak.pbc
PBC specific model of a Riak Link.
RiakLink(String, String, String) - Constructor for class com.basho.riak.pbc.RiakLink
 
RiakLink(ByteString, ByteString, ByteString) - Constructor for class com.basho.riak.pbc.RiakLink
 
RiakLinks - Annotation Type in com.basho.riak.client.convert
Annotation to declare a field as holding a collection of RiakLinks
RiakLinksConverter<T> - Class in com.basho.riak.client.convert
Handles the copying of RiakLinks from domain objects -> IRiakObject and back
RiakLinksConverter() - Constructor for class com.basho.riak.client.convert.RiakLinksConverter
 
RiakObject - Class in com.basho.riak.client.http
A Riak object.
RiakObject(RiakClient, String, String, byte[], String, List<RiakLink>, Map<String, String>, String, String, String, List<RiakIndex>, boolean) - Constructor for class com.basho.riak.client.http.RiakObject
Create an object.
RiakObject(RiakClient, String, String, byte[], String, List<RiakLink>, Map<String, String>, String, String, String) - Constructor for class com.basho.riak.client.http.RiakObject
Create an empty object.
RiakObject(RiakClient, String, String) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(RiakClient, String, String, byte[]) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(RiakClient, String, String, byte[], String) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(RiakClient, String, String, byte[], String, List<RiakLink>) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(RiakClient, String, String, byte[], String, List<RiakLink>, Map<String, String>) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(String, String) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(String, String, byte[]) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(String, String, byte[], String) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(String, String, byte[], String, List<RiakLink>) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(String, String, byte[], String, List<RiakLink>, Map<String, String>) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject(String, String, byte[], String, List<RiakLink>, Map<String, String>, String, String, String) - Constructor for class com.basho.riak.client.http.RiakObject
 
RiakObject - Class in com.basho.riak.client
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.RiakObject instead.

WARNING: This class will be REMOVED in the next version.

Please see also IRiakClient, IRiakObject for the new API

RiakObject(RiakClient, String, String, byte[], String, List<RiakLink>, Map<String, String>, String, String, String) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
Create an empty object.
RiakObject(RiakClient, String, String) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(RiakClient, String, String, byte[]) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(RiakClient, String, String, byte[], String) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(RiakClient, String, String, byte[], String, List<RiakLink>) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(RiakClient, String, String, byte[], String, List<RiakLink>, Map<String, String>) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(String, String) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(String, String, byte[]) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(String, String, byte[], String) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(String, String, byte[], String, List<RiakLink>) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(String, String, byte[], String, List<RiakLink>, Map<String, String>) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject(String, String, byte[], String, List<RiakLink>, Map<String, String>, String, String, String) - Constructor for class com.basho.riak.client.RiakObject
Deprecated.
 
RiakObject - Class in com.basho.riak.pbc
PBC model of the data/meta data for a bucket/key entry in Riak
RiakObject(ByteString, ByteString, ByteString, ByteString) - Constructor for class com.basho.riak.pbc.RiakObject
 
RiakObject(ByteString, ByteString, ByteString) - Constructor for class com.basho.riak.pbc.RiakObject
 
RiakObject(String, String, byte[]) - Constructor for class com.basho.riak.pbc.RiakObject
 
RiakObject(String, String, String) - Constructor for class com.basho.riak.pbc.RiakObject
 
RiakObject.LinkBuilder - Class in com.basho.riak.client.http
Created by links() as a convenient way to build up link walking queries
RiakObject.LinkBuilder() - Constructor for class com.basho.riak.client.http.RiakObject.LinkBuilder
 
RiakObject.LinkBuilder - Class in com.basho.riak.client
Deprecated.
Created by links() as a convenient way to build up link walking queries
RiakObject.LinkBuilder() - Constructor for class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
RiakObjectBuilder - Class in com.basho.riak.client.builders
Creates instances of DefaultRiakObject
RiakOperation<T> - Interface in com.basho.riak.client.operations
Just like Callable, hey, wait, maybe it *should* just be replaced with Callable
riakPipeVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the riak_pipe_version value from the Riak stats reply
riakPipeVnodeqMax() - Method in class com.basho.riak.client.query.NodeStats
 
riakPipeVnodeqMean() - Method in class com.basho.riak.client.query.NodeStats
 
riakPipeVnodeqMedian() - Method in class com.basho.riak.client.query.NodeStats
 
riakPipeVnodeqMin() - Method in class com.basho.riak.client.query.NodeStats
 
riakPipeVnodeqTotal() - Method in class com.basho.riak.client.query.NodeStats
 
riakPipeVnodesRunning() - Method in class com.basho.riak.client.query.NodeStats
 
RiakResponse - Class in com.basho.riak.client.raw
A data response from Riak separated into a single vector clock and an array of sibling values.
RiakResponse(byte[], IRiakObject[]) - Constructor for class com.basho.riak.client.raw.RiakResponse
Create a response from the given vector clock and array.
RiakResponse(byte[]) - Constructor for class com.basho.riak.client.raw.RiakResponse
Deprecated.
As of release 1.1.0
RiakResponseException - Exception in com.basho.riak.client.http.plain
A checked decorator for RiakResponseRuntimeException
RiakResponseException(RiakResponseRuntimeException) - Constructor for exception com.basho.riak.client.http.plain.RiakResponseException
 
RiakResponseException - Exception in com.basho.riak.client.plain
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.plain.RiakResponseException instead.

WARNING: This class will be REMOVED in the next version.

RiakResponseException(RiakResponseRuntimeException) - Constructor for exception com.basho.riak.client.plain.RiakResponseException
Deprecated.
 
RiakResponseRuntimeException - Exception in com.basho.riak.client.http.response
Thrown when the Riak server returns a malformed response.
RiakResponseRuntimeException(HttpResponse) - Constructor for exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
RiakResponseRuntimeException(HttpResponse, String, Throwable) - Constructor for exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
RiakResponseRuntimeException(HttpResponse, String) - Constructor for exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
RiakResponseRuntimeException(HttpResponse, Throwable) - Constructor for exception com.basho.riak.client.http.response.RiakResponseRuntimeException
 
RiakResponseRuntimeException - Exception in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.RiakResponseRuntimeException instead.

WARNING: This class will be REMOVED in the next version.

RiakResponseRuntimeException(HttpResponse) - Constructor for exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
RiakResponseRuntimeException(HttpResponse, String, Throwable) - Constructor for exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
RiakResponseRuntimeException(HttpResponse, String) - Constructor for exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
RiakResponseRuntimeException(HttpResponse, Throwable) - Constructor for exception com.basho.riak.client.response.RiakResponseRuntimeException
Deprecated.
 
RiakRetryFailedException - Exception in com.basho.riak.client
 
RiakRetryFailedException(Exception) - Constructor for exception com.basho.riak.client.RiakRetryFailedException
 
riakSearchVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the riak_search_version value from the Riak stats reply
RiakStreamClient<T> - Class in com.basho.riak.pbc
A general purpose stream -> iterator adaptor.
RiakStreamClient(RiakClient, RiakConnection) - Constructor for class com.basho.riak.pbc.RiakStreamClient
 
RiakStreamingRuntimeException - Exception in com.basho.riak.client.query
 
RiakStreamingRuntimeException(Throwable) - Constructor for exception com.basho.riak.client.query.RiakStreamingRuntimeException
 
RiakTombstone - Annotation Type in com.basho.riak.client.convert
This annotation is used to denote a boolean field that will be marked true if the object is a tombstone (deleted vector clock)
RiakUsermeta - Annotation Type in com.basho.riak.client.convert
Annotation to declare a map field as containing user meta data for a Riak object.
RiakVClock - Annotation Type in com.basho.riak.client.convert
 
RiakWalkSpec - Class in com.basho.riak.client.http.request
Tool for building Riak/Jaywalker specs.
RiakWalkSpec() - Constructor for class com.basho.riak.client.http.request.RiakWalkSpec
Create an empty Riak walk spec.
RiakWalkSpec - Class in com.basho.riak.client.request
Tool for building Riak/Jaywalker specs.
RiakWalkSpec() - Constructor for class com.basho.riak.client.request.RiakWalkSpec
Create an empty Riak walk spec.
ringCreationSize() - Method in class com.basho.riak.client.query.NodeStats
Returns the ring_creation_size value from the Riak Stats reply
ringMembers() - Method in class com.basho.riak.client.query.NodeStats
Returns the ring_members value from the Riak Stats reply
ringNumPartitions() - Method in class com.basho.riak.client.query.NodeStats
Returns the ring_num_partitions value from the Riak Stats reply
ringOwnership() - Method in class com.basho.riak.client.query.NodeStats
Returns the ring_ownership value from the Riak stats reply
ringsReconciled() - Method in class com.basho.riak.client.query.NodeStats
 
ringsReconciledTotal() - Method in class com.basho.riak.client.query.NodeStats
 
run(RequestMeta) - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
Execute the link walking query by calling RiakClient.walk(String, String, String, RequestMeta).
run() - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
 
run(RequestMeta) - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
Execute the link walking query by calling RiakClient.walk(String, String, String, RequestMeta).
run() - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
runtimeToolsVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the runtime_tools_version value from the Riak stats reply
rw(Quora) - Method in class com.basho.riak.client.bucket.WriteBucket
The default rw quorom
rw(int) - Method in class com.basho.riak.client.bucket.WriteBucket
The default rw quorom as an int
rw(Quora) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
rw(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
rw(Quorum) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
rw(int) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The read write quorum for delete operations on the built DomainBucket
rw(Quora) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The read write quorum for delete operations on the built DomainBucket
rw(int) - Method in class com.basho.riak.client.operations.DeleteObject
The read_write quorum for the delete operation
rw(Quora) - Method in class com.basho.riak.client.operations.DeleteObject
The read_write quorum for the delete operation
rw(Quorum) - Method in class com.basho.riak.client.operations.DeleteObject
The read_write quorum for the delete operation
rw(int) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
rw(Quora) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
rw(Quorum) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
rw(Integer) - Method in class com.basho.riak.pbc.BucketProperties
 

S

saslVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the sasl_version value from the Riak stats reply
search(Boolean) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
Enable the bucket for search
SEARCH_PRECOMMIT_HOOK - Static variable in class com.basho.riak.client.query.functions.NamedErlangFunction
The riak_search precommit hook
searchEnabled(Boolean) - Method in class com.basho.riak.pbc.BucketProperties
* @param searchEnabled
SearchMapReduce - Class in com.basho.riak.client.query
A MapReduce operation that uses a Riak Search query as input.
SearchMapReduce(RawClient, String, String) - Constructor for class com.basho.riak.client.query.SearchMapReduce
Create a map/reduce using a riak search query as input
setAccept(String) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setAccept(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setAllowMult(boolean) - Method in class com.basho.riak.client.http.RiakBucketInfo
Allow siblings to be returned for an object.
setAllowMult(boolean) - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
Allow siblings to be returned for an object.
setAsis(boolean) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setBucket(String) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Sets the name of the Riak bucket the map/reduce job will process
setBucket(String) - Method in class com.basho.riak.client.http.RiakLink
Deprecated.
setBucket(String) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Sets the name of the Riak bucket the map/reduce job will process
setBucket(String) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Sets the name of the Riak bucket the map/reduce job will process
setBucketProperties(ByteString, BucketProperties) - Method in class com.basho.riak.pbc.RiakClient
 
setBucketSchema(String, RiakBucketInfo, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
Like RiakClient.setBucketSchema(String, RiakBucketInfo, RequestMeta), except throws on a non-204 response.
setBucketSchema(String, RiakBucketInfo) - Method in class com.basho.riak.client.http.plain.PlainClient
 
setBucketSchema(String, RiakBucketInfo, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
setBucketSchema(String, RiakBucketInfo) - Method in class com.basho.riak.client.http.RiakClient
 
setBucketSchema(String, JSONObject, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
setBucketSchema(String, RiakBucketInfo, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Like RiakClient.setBucketSchema(String, RiakBucketInfo, RequestMeta), except throws on a non-204 response.
setBucketSchema(String, RiakBucketInfo) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
setBucketSchema(String, RiakBucketInfo, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Set the properties for a Riak bucket.
setBucketSchema(String, RiakBucketInfo) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
setBucketSchema(String, JSONObject, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
See RiakClient#setBucketSchema(String, com.basho.riak.client.http.RiakBucketInfo, RequestMeta)
setCharset(String) - Method in class com.basho.riak.pbc.RiakObject
 
setCHashFun(String, String) - Method in class com.basho.riak.client.http.RiakBucketInfo
Erlang module and name of the function to use to hash object keys.
setCHashFun(String, String) - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
Erlang module and name of the function to use to hash object keys.
setClientId(byte[]) - Method in class com.basho.riak.client.DefaultRiakClient
 
setClientId(String) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setClientId(String) - Method in class com.basho.riak.client.http.RiakClient
 
setClientId(String) - Method in class com.basho.riak.client.http.util.ClientHelper
 
setClientId(byte[]) - Method in interface com.basho.riak.client.IRiakClient
Set an ID for this client.
setClientId(byte[]) - Method in class com.basho.riak.client.raw.ClusterClient
 
setClientId(byte[]) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
setClientId(byte[]) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
setClientId(byte[]) - Method in interface com.basho.riak.client.raw.RawClient
Set a client id, currently must be a 4 bytes exactly
setClientId(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setClientId(String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
setClientId(String) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
 
setClientID(String) - Method in class com.basho.riak.pbc.RiakClient
Warning: the riak client id is 4 bytes.
setClientID(ByteString) - Method in class com.basho.riak.pbc.RiakClient
 
setContentType(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
setContentType(String) - Method in class com.basho.riak.client.http.RiakObject
 
setContentType(String) - Method in interface com.basho.riak.client.IRiakObject
Set the content-type of this object's payload.
setContentType(String) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
setContentType(String) - Method in class com.basho.riak.pbc.RiakObject
 
setContinuation(String) - Method in class com.basho.riak.client.http.request.IndexRequest
 
setContinuation(String) - Method in class com.basho.riak.client.raw.query.IndexSpec
 
setContinuation(ByteString) - Method in class com.basho.riak.pbc.IndexRequest
 
setCorePoolSize(int) - Static method in class com.basho.riak.client.operations.MultiFetchObject
Sets the core number of threads in the internal ThreadPoolExecutor.
setExceptionHandler(RiakExceptionHandler) - Method in class com.basho.riak.client.http.RiakClient
 
setExceptionHandler(RiakExceptionHandler) - Method in class com.basho.riak.client.http.util.ClientHelper
Install an exception handler.
setExceptionHandler(RiakExceptionHandler) - Method in class com.basho.riak.client.RiakClient
Deprecated.
If an exception handler is provided, then the Riak client will hand exceptions to the handler rather than throwing them.
setExceptionHandler(RiakExceptionHandler) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Install an exception handler.
setFieldValue(Field, Object, Object) - Static method in class com.basho.riak.client.convert.reflect.ClassUtil
 
setHeader(String, String) - Method in class com.basho.riak.client.http.request.RequestMeta
Add the specified HTTP header
setHeader(String, String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Add the specified HTTP header
setHttpClient(HttpClient) - Method in class com.basho.riak.client.http.RiakConfig
Provide a pre-constructed HttpClient for clients to use to connect to Riak
setHttpClient(HttpClient) - Method in class com.basho.riak.client.RiakConfig
Deprecated.
Provide a pre-constructed HttpClient for clients to use to connect to Riak
setIfMatch(String) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setIfMatch(String[]) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setIfMatch(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setIfMatch(String[]) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setIfModifiedSince(String) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setIfModifiedSince(Date) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setIfModifiedSince(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setIfModifiedSince(Date) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setIfNoneMatch(String) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setIfNoneMatch(String[]) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setIfNoneMatch(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setIfNoneMatch(String[]) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setIfUnmodifiedSince(String) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setIfUnmodifiedSince(Date) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setIfUnmodifiedSince(String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setIfUnmodifiedSince(Date) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
 
setIndexes(RiakIndexes, T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
setIndexes(RiakIndexes, T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
setKey(T, String) - Static method in class com.basho.riak.client.convert.KeyUtil
Attempts to inject key as the value of the RiakKey annotated field of domainObject
setKey(String) - Method in class com.basho.riak.client.http.RiakLink
Deprecated.
setLinkFun(String, String) - Method in class com.basho.riak.client.http.RiakBucketInfo
Erlang module and name of the function to use to walk object links.
setLinkFun(String, String) - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
Erlang module and name of the function to use to walk object links.
setLinks(Collection<RiakLink>, T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
setLinks(Collection<RiakLink>, T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
setLinks(List<RiakLink>) - Method in class com.basho.riak.client.http.RiakObject
 
setLinks(List<RiakLink>) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Makes a *deep* copy of links.
setMapReducePath(String) - Method in class com.basho.riak.client.http.RiakConfig
 
setMapReducePath(String) - Method in class com.basho.riak.client.RiakConfig
Deprecated.
 
setMaxConnections(Integer) - Method in class com.basho.riak.client.http.RiakConfig
Value to set for the HttpConnectionManagerParams.MAX_TOTAL_CONNECTIONS and the HttpConnectionManagerParams.MAX_HOST_CONNECTIONS properties: overall maximum number of connections used by the HttpClient and the maximum number of connections per host.
setMaxConnections(Integer) - Method in class com.basho.riak.client.RiakConfig
Deprecated.
Value to set for the HttpConnectionManagerParams.MAX_TOTAL_CONNECTIONS and the HttpConnectionManagerParams.MAX_HOST_CONNECTIONS properties: overall maximum number of connections used by the HttpClient and the maximum number of connections per host.
SetMemberFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
SetMemberFilter(List<String>) - Constructor for class com.basho.riak.client.http.mapreduce.filter.SetMemberFilter
 
SetMemberFilter(JSONArray) - Constructor for class com.basho.riak.client.http.mapreduce.filter.SetMemberFilter
 
SetMemberFilter(int[]) - Constructor for class com.basho.riak.client.http.mapreduce.filter.SetMemberFilter
 
SetMemberFilter(double[]) - Constructor for class com.basho.riak.client.http.mapreduce.filter.SetMemberFilter
 
SetMemberFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.SetMemberFilter instead.

WARNING: This class will be REMOVED in the next version.

SetMemberFilter(List<String>) - Constructor for class com.basho.riak.client.mapreduce.filter.SetMemberFilter
Deprecated.
 
SetMemberFilter(JSONArray) - Constructor for class com.basho.riak.client.mapreduce.filter.SetMemberFilter
Deprecated.
 
SetMemberFilter(int[]) - Constructor for class com.basho.riak.client.mapreduce.filter.SetMemberFilter
Deprecated.
 
SetMemberFilter(double[]) - Constructor for class com.basho.riak.client.mapreduce.filter.SetMemberFilter
Deprecated.
 
SetMemberFilter - Class in com.basho.riak.client.query.filter
Filter in keys that are a member of the provided set
SetMemberFilter(String...) - Constructor for class com.basho.riak.client.query.filter.SetMemberFilter
Creates a set from a String var arg
SetMemberFilter(Set<String>) - Constructor for class com.basho.riak.client.query.filter.SetMemberFilter
Set of Strings
SetMemberFilter(int[]) - Constructor for class com.basho.riak.client.query.filter.SetMemberFilter
Set of ints
SetMemberFilter(double[]) - Constructor for class com.basho.riak.client.query.filter.SetMemberFilter
Set of doubles
setNVal(int) - Method in class com.basho.riak.client.http.RiakBucketInfo
Number of replicas per object in this bucket.
setNVal(int) - Method in class com.basho.riak.client.RiakBucketInfo
Deprecated.
Number of replicas per object in this bucket.
setObject(RiakObject) - Method in class com.basho.riak.client.http.response.FetchResponse
 
setObject(RiakObject) - Method in class com.basho.riak.client.response.FetchResponse
Deprecated.
 
setPingPath(String) - Method in class com.basho.riak.client.http.RiakConfig
 
setQueryParam(String, String) - Method in class com.basho.riak.client.http.request.RequestMeta
Add the given query parameter to the request
setQueryParam(String, String) - Method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Add the given query parameter to the request
setRetryHandler(HttpRequestRetryHandler) - Method in class com.basho.riak.client.http.RiakConfig
Value to set for the http client retry handler, the default retry handler for requests.
setRetryHandler(HttpRequestRetryHandler) - Method in class com.basho.riak.client.RiakConfig
Deprecated.
 
setRiakClient(RiakClient) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
 
setRiakClient(RiakClient) - Method in class com.basho.riak.client.http.RiakObject
 
setRiakClient(RiakClient) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
 
setRiakClient(RiakClient) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
setRiakClient(RiakClient) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
 
setRiakKey(T, String) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
setRiakKey(T, String) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
setRiakObjects(Map<String, Set<String>>) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Sets a collection of Riak object (bucket name/key pair) as the map/reduce job as inputs
setRiakObjects(Collection<RiakObject>) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
 
setRiakObjects(Map<String, Set<String>>) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Sets a collection of Riak object (bucket name/key pair) as the map/reduce job as inputs
setRiakObjects(Collection<RiakObject>) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
 
setRiakObjects(Map<String, Set<String>>) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Sets a collection of Riak object (bucket name/key pair) as the map/reduce job as inputs
setRiakObjects(Collection<RiakObject>) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
 
setRiakTombstone(T, boolean) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
setRiakTombstone(T, Boolean) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
setRiakVClock(T, VClock) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
setRiakVClock(T, VClock) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
setSearch(String) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Sets the search query the map/reduce job will process
setSearch(String) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Sets the name of the Riak bucket that will be searched and the query that will be executed
setTag(String) - Method in class com.basho.riak.client.http.RiakLink
Deprecated.
setTimeout(int) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
How long the map/reduce job is allowed to execute Time is in milliseconds
setTimeout(int) - Method in class com.basho.riak.client.http.request.RequestMeta
 
setTimeout(Integer) - Method in class com.basho.riak.client.http.RiakConfig
Value to set for the properties: HttpClientParams#CONNECTION_MANAGER_TIMEOUT, HttpClientParams#SO_TIMEOUT, HttpConnectionManagerParams#CONNECTION_TIMEOUT which sets the timeout milliseconds for retrieving an HTTP connection and data over the connection.
setTimeout(int) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
How long the map/reduce job is allowed to execute Time is in milliseconds
setTimeout(Integer) - Method in class com.basho.riak.client.RiakConfig
Deprecated.
Value to set for the properties: HttpClientParams#CONNECTION_MANAGER_TIMEOUT, HttpClientParams#SO_TIMEOUT, HttpConnectionManagerParams#CONNECTION_TIMEOUT which sets the timeout milliseconds for retrieving an HTTP connection and data over the connection.
setTimeout(int) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
How long the map/reduce job is allowed to execute Time is in milliseconds
setTombstone(T, boolean) - Static method in class com.basho.riak.client.convert.TombstoneUtil
Attempts to inject isTombstone as the value of the RiakTombstone annotated field of domainObject
setupModule(Module.SetupContext) - Method in class com.basho.riak.client.convert.RiakJacksonModule
 
setUrl(String) - Method in class com.basho.riak.client.http.RiakConfig
Set the base URL that clients should use to construct object URLs (e.g.
setUrl(String) - Method in class com.basho.riak.client.RiakConfig
Deprecated.
Set the base URL that clients should use to construct object URLs (e.g.
setUsermeta(Map<String, String>) - Method in class com.basho.riak.client.http.RiakObject
 
setUsermeta(Map<String, String>) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Creates a copy of userMetaData.
setUsermetaData(Map<String, String>, T) - Method in class com.basho.riak.client.convert.reflect.AnnotationHelper
 
setUsermetaData(Map<String, String>, T) - Method in class com.basho.riak.client.convert.reflect.AnnotationInfo
 
setValue(byte[]) - Method in class com.basho.riak.client.DefaultRiakObject
Note: Copies the value.
setValue(String) - Method in class com.basho.riak.client.DefaultRiakObject
 
setValue(String) - Method in class com.basho.riak.client.http.RiakObject
 
setValue(byte[]) - Method in class com.basho.riak.client.http.RiakObject
 
setValue(byte[]) - Method in interface com.basho.riak.client.IRiakObject
Set this IRiakObject's value.
setValue(String) - Method in interface com.basho.riak.client.IRiakObject
Convenience method that will result in value being turned into a byte[] array using charset utf-8 and also will result in charset=utf-8 being appended to the content-type for this object
setValue(String) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
setValue(byte[]) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
setValueStream(InputStream, Long) - Method in class com.basho.riak.client.http.RiakObject
 
setValueStream(InputStream) - Method in class com.basho.riak.client.http.RiakObject
 
setValueStream(InputStream, Long) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Set the object's value as a stream.
setValueStream(InputStream) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
setValueStreamLength(Long) - Method in class com.basho.riak.client.http.RiakObject
 
setValueStreamLength(Long) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
setVClock(T, VClock) - Static method in class com.basho.riak.client.convert.VClockUtil
Attempts to inject vclock as the value of the RiakVClock annotated field of domainObject
shutdown() - Method in class com.basho.riak.client.DefaultRiakClient
 
shutdown() - Method in class com.basho.riak.client.http.RiakClient
 
shutdown() - Method in interface com.basho.riak.client.IRiakClient
 
shutdown() - Method in class com.basho.riak.client.raw.ClusterClient
 
shutdown() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
shutdown() - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
shutdown() - Method in interface com.basho.riak.client.raw.RawClient
 
shutdown() - Method in class com.basho.riak.pbc.RiakClient
 
shutdown() - Method in class com.basho.riak.pbc.RiakConnectionPool
Close this pool and all its connections.
SimilarToFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
SimilarToFilter(String, int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.SimilarToFilter
 
SimilarToFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.SimilarToFilter instead.

WARNING: This class will be REMOVED in the next version.

SimilarToFilter(String, int) - Constructor for class com.basho.riak.client.mapreduce.filter.SimilarToFilter
Deprecated.
 
SimilarToFilter - Class in com.basho.riak.client.query.filter
Filter in keys that are within a specified Levenshtein edit distance of the provided string
SimilarToFilter(String, int) - Constructor for class com.basho.riak.client.query.filter.SimilarToFilter
 
size() - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
size() - Method in class com.basho.riak.client.raw.query.LinkWalkSpec
How many steps in this link walk spec?
size() - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
skerlVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the skerl_version value from the Riak stats reply
smallVClock(int) - Method in class com.basho.riak.client.bucket.WriteBucket
set the small vclock prune size
smallVClock(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
smallVClock(Integer) - Method in class com.basho.riak.pbc.BucketProperties
 
sslVeriosn() - Method in class com.basho.riak.client.query.NodeStats
Returns the ssl_version value from the Riak stats reply
start() - Method in class com.basho.riak.pbc.RiakConnectionPool
Starts the reaper thread
StartsWithFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
StartsWithFilter(String) - Constructor for class com.basho.riak.client.http.mapreduce.filter.StartsWithFilter
 
StartsWithFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.StartsWithFilter instead.

WARNING: This class will be REMOVED in the next version.

StartsWithFilter(String) - Constructor for class com.basho.riak.client.mapreduce.filter.StartsWithFilter
Deprecated.
 
StartsWithFilter - Class in com.basho.riak.client.query.filter
Filter in keys that start with the provided argument
StartsWithFilter(String) - Constructor for class com.basho.riak.client.query.filter.StartsWithFilter
 
stats() - Method in class com.basho.riak.client.DefaultRiakClient
 
stats() - Method in class com.basho.riak.client.http.RiakClient
GET Riak's /stats (status) resource.
stats() - Method in class com.basho.riak.client.http.util.ClientHelper
stats() - Method in interface com.basho.riak.client.IRiakClient
Perform the Riak /stats operation on the node(s) this client is connected to.
stats() - Method in class com.basho.riak.client.raw.ClusterClient
 
stats() - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
stats() - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
stats() - Method in interface com.basho.riak.client.raw.RawClient
Performs a Riak /stats operation on the node(s) this client is connected to.
STD_CHASH_FUN - Static variable in class com.basho.riak.client.query.functions.NamedErlangFunction
The default chash_keyfun
STD_LINK_FUN - Static variable in class com.basho.riak.client.query.functions.NamedErlangFunction
The default link fun
stdlibVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the stdlib_version value from the Riak stats reply
storageBackend() - Method in class com.basho.riak.client.query.NodeStats
Returns the storage_backend value from the Riak stats reply
store(String, byte[]) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a StoreObject that will store a new IRiakObject.
store(String, String) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a StoreObject that will store a new IRiakObject.
store(T) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a StoreObject for storing o of type T on execute().
store(String, T) - Method in interface com.basho.riak.client.bucket.Bucket
Creates a StoreObject for storing o of type T at key on execute().
store(String, byte[]) - Method in class com.basho.riak.client.bucket.DefaultBucket
Convenience method to create a RiakObject with a payload of application/octect-stream
store(String, String) - Method in class com.basho.riak.client.bucket.DefaultBucket
Convenience methods will create an IRiakObject with value as the data payload and text/plain:charset=utf-8 as the contentType
store(T) - Method in class com.basho.riak.client.bucket.DefaultBucket
Store an instance of T in Riak.
store(String, T) - Method in class com.basho.riak.client.bucket.DefaultBucket
Store an instance of T in Riak.
store(T) - Method in class com.basho.riak.client.bucket.DomainBucket
Store o in Riak.
store(IRiakObject) - Method in class com.basho.riak.client.bucket.RiakBucket
 
store(String, byte[]) - Method in class com.basho.riak.client.bucket.RiakBucket
Convenience for storing a String in Riak.
store(RiakObject, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
Like RiakClient.store(RiakObject, RequestMeta), except throws on a non-200 or 204 response and updates the passed in RiakObject with new metadata from Riak.
store(RiakObject) - Method in class com.basho.riak.client.http.plain.PlainClient
 
store(RiakObject, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
store(RiakObject) - Method in class com.basho.riak.client.http.RiakClient
 
store(RequestMeta) - Method in class com.basho.riak.client.http.RiakObject
 
store() - Method in class com.basho.riak.client.http.RiakObject
 
store(RiakClient, RequestMeta) - Method in class com.basho.riak.client.http.RiakObject
 
store(RiakObject, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient, except only returning the HTTP response
store(RiakObject, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Like RiakClient.store(RiakObject, RequestMeta), except throws on a non-200 or 204 response and updates the passed in RiakObject with new metadata from Riak.
store(RiakObject) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
store(IRiakObject, StoreMeta) - Method in class com.basho.riak.client.raw.ClusterClient
 
store(IRiakObject) - Method in class com.basho.riak.client.raw.ClusterClient
 
store(IRiakObject, StoreMeta) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
store(IRiakObject) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
store(IRiakObject, StoreMeta) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
store(IRiakObject) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
store(IRiakObject, StoreMeta) - Method in interface com.basho.riak.client.raw.RawClient
Store the given IRiakObject in Riak at the location bucket/key
store(IRiakObject) - Method in interface com.basho.riak.client.raw.RawClient
Store the given IRiakObject in Riak using the bucket default w/dw and false for returnBody
store(RiakObject, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Store a RiakObject.
store(RiakObject) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
store(RequestMeta) - Method in class com.basho.riak.client.RiakObject
Deprecated.
store() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
store(RiakClient, RequestMeta) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Store this object to a different Riak instance.
store(RiakObject, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient, except only returning the HTTP response
store(RiakObject[], RequestMeta) - Method in class com.basho.riak.pbc.RiakClient
 
store(RiakObject) - Method in class com.basho.riak.pbc.RiakClient
 
store(RiakObject, IRequestMeta) - Method in class com.basho.riak.pbc.RiakClient
 
StoreMeta - Class in com.basho.riak.client.raw
Encapsulates the optional parameters for a store operation on Riak
StoreMeta(Integer, Integer, Integer, Boolean, Boolean, Boolean, Boolean, Integer) - Constructor for class com.basho.riak.client.raw.StoreMeta
Create a StoreMeta, accepts nulls for any parameter
StoreMeta(Integer, Integer, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer) - Constructor for class com.basho.riak.client.raw.StoreMeta
Create a StoreMeta, accepts nulls for any parameter
StoreMeta(Quorum, Quorum, Quorum, Boolean, Boolean, Boolean, Boolean, Boolean, Integer) - Constructor for class com.basho.riak.client.raw.StoreMeta
Create a StoreMeta, accepts nulls for any parameter
StoreMeta.Builder - Class in com.basho.riak.client.raw
 
StoreMeta.Builder() - Constructor for class com.basho.riak.client.raw.StoreMeta.Builder
 
StoreObject<T> - Class in com.basho.riak.client.operations
Stores a given object into riak always fetches first.
StoreObject(RawClient, String, String, Retrier) - Constructor for class com.basho.riak.client.operations.StoreObject
Create a new StoreObject operation for the object in bucket at key.
StoreResponse - Class in com.basho.riak.client.http.response
Response from a PUT request for an object.
StoreResponse(FetchResponse) - Constructor for class com.basho.riak.client.http.response.StoreResponse
On a 2xx response, parses the HTTP headers into updated object metadata.
StoreResponse - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.StoreResponse instead.

WARNING: This class will be REMOVED in the next version.

StoreResponse(FetchResponse) - Constructor for class com.basho.riak.client.response.StoreResponse
Deprecated.
On a 2xx response, parses the HTTP headers into updated object metadata.
stream(String, String, StreamHandler, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
stream(String, String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
Similar to fetch(), except the HTTP connection is left open for successful responses, and the Riak response is provided as a stream.
stream(String, String) - Method in class com.basho.riak.client.http.RiakClient
 
stream(String, String, StreamHandler, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
stream(String, String, StreamHandler, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient, except only returning the HTTP response
stream(String, String, StreamHandler, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
stream(String, String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Similar to fetch(), except the HTTP connection is left open for successful responses, and the Riak response is provided as a stream.
stream(String, String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
stream(String, String, StreamHandler, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Fetch and process the object stored at bucket and key as a stream.
stream(String, String, StreamHandler, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient, except only returning the HTTP response
STREAM_BUCKETS - Static variable in interface com.basho.riak.client.http.util.Constants
 
STREAM_KEYS - Static variable in interface com.basho.riak.client.http.util.Constants
 
STREAM_KEYS - Static variable in interface com.basho.riak.client.util.Constants
Deprecated.
 
streamBucket(String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
streamBucket(String) - Method in class com.basho.riak.client.http.RiakClient
 
streamBucket(String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Same as RiakClient.listBucket(String, RequestMeta), except streams the response, so the user must remember to call HttpResponseDecorator.close() on the return value.
streamBucket(String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
StreamedBucketsCollection - Class in com.basho.riak.client.http.response
 
StreamedBucketsCollection(JSONTokener) - Constructor for class com.basho.riak.client.http.response.StreamedBucketsCollection
 
StreamedKeysCollection - Class in com.basho.riak.client.http.response
Presents the stream of keys from a Riak bucket response with query parameter keys=stream as a collection.
StreamedKeysCollection(JSONTokener) - Constructor for class com.basho.riak.client.http.response.StreamedKeysCollection
 
StreamedKeysCollection - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.StreamedKeysCollection instead.

WARNING: This class will be REMOVED in the next version.

StreamedKeysCollection(JSONTokener) - Constructor for class com.basho.riak.client.response.StreamedKeysCollection
Deprecated.
 
StreamedMultipart - Class in com.basho.riak.client.http.util
 
StreamedMultipart(Map<String, String>, InputStream) - Constructor for class com.basho.riak.client.http.util.StreamedMultipart
Parses a multipart message or a multipart subpart of a multipart message.
StreamedMultipart - Class in com.basho.riak.client.util
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.util.StreamedMultipart instead.

WARNING: This class will be REMOVED in the next version.

StreamedMultipart(Map<String, String>, InputStream) - Constructor for class com.basho.riak.client.util.StreamedMultipart
Deprecated.
Parses a multipart message or a multipart subpart of a multipart message.
StreamedSiblingsCollection - Class in com.basho.riak.client.http.response
 
StreamedSiblingsCollection(RiakClient, String, String, StreamedMultipart) - Constructor for class com.basho.riak.client.http.response.StreamedSiblingsCollection
 
StreamedSiblingsCollection - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.StreamedSiblingsCollections instead.

WARNING: This class will be REMOVED in the next version.

StreamedSiblingsCollection(RiakClient, String, String, StreamedMultipart) - Constructor for class com.basho.riak.client.response.StreamedSiblingsCollection
Deprecated.
 
StreamHandler - Interface in com.basho.riak.client.http.response
Used with RiakClient.stream() to process the HTTP responses for fetch requests as a stream.
StreamHandler - Interface in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.StreamHandler instead.

WARNING: This class will be REMOVED in the next version.

StreamingOperation<T> - Interface in com.basho.riak.client.query
Encapsulates a streaming Riak operation.
StringToFloatFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
StringToFloatFilter() - Constructor for class com.basho.riak.client.http.mapreduce.filter.StringToFloatFilter
 
StringToFloatFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.StringToFloatFilter instead.

WARNING: This class will be REMOVED in the next version.

StringToFloatFilter() - Constructor for class com.basho.riak.client.mapreduce.filter.StringToFloatFilter
Deprecated.
 
StringToFloatFilter - Class in com.basho.riak.client.query.filter
Transform the key from a string to a float
StringToFloatFilter() - Constructor for class com.basho.riak.client.query.filter.StringToFloatFilter
 
StringToIntFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
StringToIntFilter() - Constructor for class com.basho.riak.client.http.mapreduce.filter.StringToIntFilter
 
StringToIntFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.StringToIntFilter instead.

WARNING: This class will be REMOVED in the next version.

StringToIntFilter() - Constructor for class com.basho.riak.client.mapreduce.filter.StringToIntFilter
Deprecated.
 
StringToIntFilter - Class in com.basho.riak.client.query.filter
Transform the key from a String to an int
StringToIntFilter() - Constructor for class com.basho.riak.client.query.filter.StringToIntFilter
 
submit(RequestMeta) - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Submits the job to the Riak server
submit() - Method in class com.basho.riak.client.http.request.MapReduceBuilder
 
submit(RequestMeta) - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Submits the job to the Riak server
submit() - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
 
submit(IRequestMeta) - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Submits the job to the Riak server
submit() - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
 
SUFFIX - Static variable in class com.basho.riak.client.http.BinIndex
 
SUFFIX - Static variable in class com.basho.riak.client.http.IntIndex
 
sysDriverVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_driver_version value from the Riak stats reply
sysGlobalHeapsSize() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_global_heaps_size value from the Riak Stats reply
sysHeapType() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_heap_type value from the Riak stats reply
sysLogicalProcessors() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_logical_processors value from the Riak Stats reply
sysOtpRelease() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_otp_release value from the Riak stats reply
sysProcessCount() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_process_count value from the Riak Stats reply
sysSmpSupport() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_smp_support value from the Riak Stats reply
sysSystemArchitecture() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_system_architecture value from the Riak stats reply
sysSystemVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_system_version value from the Riak stats reply
sysThreadPoolSize() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_thread_pool_size value from the Riak Stats reply
sysThreadsEnabled() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_threads_enabled value from the Riak Stats reply
sysWordSize() - Method in class com.basho.riak.client.query.NodeStats
Returns the sys_wordsize value from the Riak Stats reply

T

throwChecked(Throwable) - Static method in class com.basho.riak.client.http.util.ClientUtils
Throws a checked Exception not declared in the method signature, which can be particularly useful for throwing checked exceptions within a RiakExceptionHandler.
throwChecked(Throwable) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Throws a checked Exception not declared in the method signature, which can be particularly useful for throwing checked exceptions within a RiakExceptionHandler.
timeout(int) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
Set an operation timeout in milliseconds to be sent to Riak As of 1.4 Riak allows a timeout to be sent for get, put, and delete operations.
timeout(int) - Method in class com.basho.riak.client.operations.DeleteObject
Set an operation timeout in milliseconds to be sent to Riak As of 1.4 Riak allows a timeout to be sent for get, put, and delete operations.
timeout(int) - Method in class com.basho.riak.client.operations.FetchObject
Set an operation timeout in milliseconds to be sent to Riak As of 1.4 Riak allows a timeout to be sent for get, put, and delete operations.
timeout(int) - Method in class com.basho.riak.client.operations.MultiFetchObject
Set an operation timeout in milliseconds to be sent to Riak As of 1.4 Riak allows a timeout to be sent for get, put, and delete operations.
timeout(int) - Method in class com.basho.riak.client.operations.StoreObject
Set an operation timeout in milliseconds to be sent to Riak As of 1.4 Riak allows a timeout to be sent for get, put, and delete operations.
timeout(long) - Method in class com.basho.riak.client.query.MapReduce
Set the operations timeout
timeout(Integer) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
timeout(int) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
timeout(int) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
timeout(int) - Method in class com.basho.riak.pbc.RequestMeta
 
to - Variable in class com.basho.riak.client.query.indexes.FetchIndex
 
to(T) - Method in class com.basho.riak.client.query.indexes.FetchIndex
 
to() - Method in class com.basho.riak.client.raw.query.indexes.AbstractRangeQuery
The end value for the range query
to() - Method in interface com.basho.riak.client.raw.query.indexes.RangeQuery
 
toArray() - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
toArray(A[]) - Method in class com.basho.riak.client.http.util.CollectionWrapper
 
toArray() - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
toArray(A[]) - Method in class com.basho.riak.client.util.CollectionWrapper
Deprecated.
 
toDomain(IRiakObject) - Method in interface com.basho.riak.client.convert.Converter
Convert from a riakObject to a domain specific instance
toDomain(IRiakObject) - Method in class com.basho.riak.client.convert.JSONConverter
Converts the value of riakObject to an instance of T.
toDomain(IRiakObject) - Method in class com.basho.riak.client.convert.PassThroughConverter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.ErlangFunction
Converts the function definition to JSON
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.BetweenFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.EndsWithFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.EqualToFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.FloatToStringFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.GreaterThanFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.GreaterThanOrEqualFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.IntToStringFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.LessThanFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.LessThanOrEqualFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.LogicalAndFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.LogicalFilterGroup
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.LogicalNotFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.LogicalOrFilter
 
toJson() - Method in interface com.basho.riak.client.http.mapreduce.filter.MapReduceFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.MatchFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.NotEqualToFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.SetMemberFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.SimilarToFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.StartsWithFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.StringToFloatFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.StringToIntFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.TokenizeFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.ToLowerFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.ToUpperFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.filter.UrlDecodeFilter
 
toJson() - Method in class com.basho.riak.client.http.mapreduce.JavascriptFunction
Converts the function definition to JSON
toJson() - Method in class com.basho.riak.client.http.mapreduce.LinkFunction
 
toJson() - Method in interface com.basho.riak.client.http.mapreduce.MapReduceFunction
 
toJSON() - Method in class com.basho.riak.client.http.request.MapReduceBuilder
Builds the JSON representation of a map/reduce job
toJson() - Method in class com.basho.riak.client.mapreduce.ErlangFunction
Deprecated.
Converts the function definition to JSON
toJson() - Method in class com.basho.riak.client.mapreduce.filter.BetweenFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.EndsWithFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.EqualToFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.FloatToStringFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.GreaterThanFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.GreaterThanOrEqualFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.IntToStringFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.LessThanFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.LessThanOrEqualFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.LogicalAndFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.LogicalFilterGroup
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.LogicalNotFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.LogicalOrFilter
Deprecated.
 
toJson() - Method in interface com.basho.riak.client.mapreduce.filter.MapReduceFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.MatchFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.NotEqualToFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.SetMemberFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.SimilarToFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.StartsWithFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.StringToFloatFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.StringToIntFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.TokenizeFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.ToLowerFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.ToUpperFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.filter.UrlDecodeFilter
Deprecated.
 
toJson() - Method in class com.basho.riak.client.mapreduce.JavascriptFunction
Deprecated.
Converts the function definition to JSON
toJson() - Method in class com.basho.riak.client.mapreduce.LinkFunction
Deprecated.
 
toJson() - Method in interface com.basho.riak.client.mapreduce.MapReduceFunction
Deprecated.
 
toJSON() - Method in class com.basho.riak.client.request.MapReduceBuilder
Deprecated.
Builds the JSON representation of a map/reduce job
toJson() - Method in class com.basho.riak.pbc.mapreduce.ErlangFunction
Converts the function definition to JSON
toJson() - Method in class com.basho.riak.pbc.mapreduce.JavascriptFunction
Converts the function definition to JSON
toJson() - Method in class com.basho.riak.pbc.mapreduce.LinkFunction
 
toJSON() - Method in class com.basho.riak.pbc.mapreduce.MapReduceBuilder
Builds the JSON representation of a map/reduce job
toJson() - Method in interface com.basho.riak.pbc.mapreduce.MapReduceFunction
 
TokenizeFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
TokenizeFilter(String, int) - Constructor for class com.basho.riak.client.http.mapreduce.filter.TokenizeFilter
 
TokenizeFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.TokenizeFilter instead.

WARNING: This class will be REMOVED in the next version.

TokenizeFilter(String, int) - Constructor for class com.basho.riak.client.mapreduce.filter.TokenizeFilter
Deprecated.
 
TokenizeFilter - Class in com.basho.riak.client.query.filter
Filter in keys that match the tokenNum token of the key when tokenized by separator
TokenizeFilter(String, int) - Constructor for class com.basho.riak.client.query.filter.TokenizeFilter
 
ToLowerFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
ToLowerFilter() - Constructor for class com.basho.riak.client.http.mapreduce.filter.ToLowerFilter
 
ToLowerFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.ToLowerFilter instead.

WARNING: This class will be REMOVED in the next version.

ToLowerFilter() - Constructor for class com.basho.riak.client.mapreduce.filter.ToLowerFilter
Deprecated.
 
ToLowerFilter - Class in com.basho.riak.client.query.filter
Transform filter that lower cases the key.
ToLowerFilter() - Constructor for class com.basho.riak.client.query.filter.ToLowerFilter
 
TombstoneUtil - Class in com.basho.riak.client.convert
 
TombstoneUtil() - Constructor for class com.basho.riak.client.convert.TombstoneUtil
 
toss(RiakIORuntimeException) - Method in class com.basho.riak.client.http.util.ClientHelper
Hands exception e to installed exception handler if there is one or throw it.
toss(RiakResponseRuntimeException) - Method in class com.basho.riak.client.http.util.ClientHelper
 
toss(RiakIORuntimeException) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Hands exception e to installed exception handler if there is one or throw it.
toss(RiakResponseRuntimeException) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
 
toString() - Method in class com.basho.riak.client.bucket.DefaultBucketProperties
 
toString() - Method in class com.basho.riak.client.bucket.TunableCAPProps
 
toString() - Method in class com.basho.riak.client.bucket.VClockPruneProps
 
toString() - Method in class com.basho.riak.client.http.BinIndex
 
toString() - Method in class com.basho.riak.client.http.IntIndex
 
toString() - Method in class com.basho.riak.client.http.request.RiakWalkSpec
Convert this walk step to a string.
toString() - Method in class com.basho.riak.client.http.RiakIndex
 
toString() - Method in class com.basho.riak.client.http.RiakLink
 
toString() - Method in class com.basho.riak.client.query.functions.NamedErlangFunction
 
toString() - Method in class com.basho.riak.client.query.functions.NamedJSFunction
 
toString() - Method in enum com.basho.riak.client.query.LinkWalkStep.Accumulate
 
toString() - Method in enum com.basho.riak.client.query.MapReducePhase.PhaseType
 
toString() - Method in class com.basho.riak.client.request.RiakWalkSpec
Convert this walk step to a string.
toString() - Method in class com.basho.riak.client.RiakLink
 
toString() - Method in class com.basho.riak.pbc.BucketProperties
 
ToUpperFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
ToUpperFilter() - Constructor for class com.basho.riak.client.http.mapreduce.filter.ToUpperFilter
 
ToUpperFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.ToUpperFilter instead.

WARNING: This class will be REMOVED in the next version.

ToUpperFilter() - Constructor for class com.basho.riak.client.mapreduce.filter.ToUpperFilter
Deprecated.
 
ToUpperFilter - Class in com.basho.riak.client.query.filter
Transform filter that uppercases the key
ToUpperFilter() - Constructor for class com.basho.riak.client.query.filter.ToUpperFilter
 
Transport - Enum in com.basho.riak.client.raw
Marker enum for supported transports.
tryAcquire(long, TimeUnit) - Method in class com.basho.riak.client.raw.pbc.PoolSemaphore
Tries to acquire on the cluster semaphore, and only if that succeeds does it try the pool semaphore.
tryAcquire(int) - Method in class com.basho.riak.client.raw.pbc.PoolSemaphore
Tries to acquire from the cluster semaphore, and only if that succeeds does it try the pool semaphore.
TunableCAPProps - Class in com.basho.riak.client.bucket
Parameter wrapper class for the growing number of tunable CAP knobs on Riak
TunableCAPProps(Quorum, Quorum, Quorum, Quorum, Quorum, Quorum, Boolean, Boolean) - Constructor for class com.basho.riak.client.bucket.TunableCAPProps
Create an instance to wrap the given set of CAP properties

U

UNLIMITED_CONNECTIONS - Static variable in class com.basho.riak.client.raw.config.ClusterConfig
Constant for specifying unlimited maximum connection
UnmodifiableIterator<E> - Class in com.basho.riak.client.util
Decorates an iterator so that remove throws UnsupportedOperationException
UnmodifiableIterator(Iterator<E>) - Constructor for class com.basho.riak.client.util.UnmodifiableIterator
Create a new UnmodifiableIterator for the given delegate
unmodified() - Static method in class com.basho.riak.client.raw.RiakResponse
 
unquoteString(String) - Static method in class com.basho.riak.client.http.util.ClientUtils
Unquote and unescape an HTTP quoted-string: http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2 Does nothing if s is not quoted.
unquoteString(String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Unquote and unescape an HTTP quoted-string: http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2 Does nothing if s is not quoted.
UnresolvedConflictException - Exception in com.basho.riak.client.cap
Thrown by Retrier.attempt(java.util.concurrent.Callable) when it finally fails.
UnresolvedConflictException(Throwable, String, Collection<? extends Object>) - Constructor for exception com.basho.riak.client.cap.UnresolvedConflictException
For when a collection of siblings cannot be whittled down to one.
UnresolvedConflictException(String, Collection<? extends Object>) - Constructor for exception com.basho.riak.client.cap.UnresolvedConflictException
For when a collection of siblings cannot be whittled down to one.
updateBucket(Bucket) - Method in class com.basho.riak.client.DefaultRiakClient
 
updateBucket(Bucket) - Method in interface com.basho.riak.client.IRiakClient
Create a new WriteBucket operation to update passed bucket.
updateBucket(String, BucketProperties) - Method in class com.basho.riak.client.raw.ClusterClient
 
updateBucket(String, BucketProperties) - Method in class com.basho.riak.client.raw.http.HTTPClientAdapter
 
updateBucket(String, BucketProperties) - Method in class com.basho.riak.client.raw.pbc.PBClientAdapter
 
updateBucket(String, BucketProperties) - Method in interface com.basho.riak.client.raw.RawClient
Update a buckets properties from the BucketProperties provided.
updateMeta(StoreResponse) - Method in class com.basho.riak.client.http.RiakObject
 
updateMeta(FetchResponse) - Method in class com.basho.riak.client.http.RiakObject
 
updateMeta(StoreResponse) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Update the object's metadata.
updateMeta(FetchResponse) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Update the object's metadata from a fetch or fetchMeta operation
urlDecode(String) - Static method in class com.basho.riak.client.http.util.ClientUtils
Decodes a UTF-8 encoded string
urlDecode(String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
Decodes a UTF-8 encoded string
UrlDecodeFilter - Class in com.basho.riak.client.http.mapreduce.filter
 
UrlDecodeFilter() - Constructor for class com.basho.riak.client.http.mapreduce.filter.UrlDecodeFilter
 
UrlDecodeFilter - Class in com.basho.riak.client.mapreduce.filter
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.mapreduce.filter.UrlDecodeFilter instead.

WARNING: This class will be REMOVED in the next version.

UrlDecodeFilter() - Constructor for class com.basho.riak.client.mapreduce.filter.UrlDecodeFilter
Deprecated.
 
UrlDecodeFilter - Class in com.basho.riak.client.query.filter
Transform filter that urldecodes the key
UrlDecodeFilter() - Constructor for class com.basho.riak.client.query.filter.UrlDecodeFilter
 
urlEncode(String) - Static method in class com.basho.riak.client.http.util.ClientUtils
UTF-8 encode the string
urlEncode(String) - Static method in class com.basho.riak.client.util.ClientUtils
Deprecated.
UTF-8 encode the string
UsermetaConverter<T> - Class in com.basho.riak.client.convert
Handles the conversion of user meta data from domain objects -> IRiakObject and back
UsermetaConverter() - Constructor for class com.basho.riak.client.convert.UsermetaConverter
 
userMetaEntries() - Method in class com.basho.riak.client.DefaultRiakObject
return an unmodifiable view of the user meta entries.
userMetaEntries() - Method in interface com.basho.riak.client.IRiakObject
An iterable view on the user meta entries.
UsermetaField - Class in com.basho.riak.client.convert
Convenience wrapper for a String field that is annotated with RiakUsermeta
UsermetaField(Field) - Constructor for class com.basho.riak.client.convert.UsermetaField
The field that is to be wrapped
usermetaKeys() - Method in class com.basho.riak.client.http.RiakObject
 
usermetaKeys() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
utf8StringToBytes(String) - Static method in class com.basho.riak.client.util.CharsetUtils
Turn a UTF-8 encoded string into an array of bytes
UTF_8 - Static variable in class com.basho.riak.client.util.CharsetUtils
 

V

validate() - Method in class com.basho.riak.client.query.BucketKeyMapReduce
 
validate() - Method in class com.basho.riak.client.query.MapReduce
Check that this map/reduce job is valid
value - Variable in class com.basho.riak.client.query.indexes.FetchIndex
 
valueOf(String) - Static method in enum com.basho.riak.client.cap.Quora
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.http.mapreduce.filter.MapReduceFilter.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.http.mapreduce.MapReduceFunction.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.mapreduce.filter.MapReduceFilter.Types
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.mapreduce.MapReduceFunction.Types
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.query.LinkWalkStep.Accumulate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.query.MapReducePhase.PhaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.raw.Transport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.pbc.mapreduce.MapReduceFunction.Types
Returns the enum constant of this type with the specified name.
ValueQuery<T> - Interface in com.basho.riak.client.raw.query.indexes
Marker interface for a 2i value match query
values() - Static method in enum com.basho.riak.client.cap.Quora
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basho.riak.client.http.mapreduce.filter.MapReduceFilter.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basho.riak.client.http.mapreduce.MapReduceFunction.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basho.riak.client.mapreduce.filter.MapReduceFilter.Types
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basho.riak.client.mapreduce.MapReduceFunction.Types
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basho.riak.client.query.LinkWalkStep.Accumulate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basho.riak.client.query.MapReducePhase.PhaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basho.riak.client.raw.Transport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basho.riak.pbc.mapreduce.MapReduceFunction.Types
Returns an array containing the constants of this enum type, in the order they are declared.
VClock - Interface in com.basho.riak.client.cap
Access the opaque Riak vector clock as either a String or array of bytes.
vclock(VClock) - Method in class com.basho.riak.client.operations.DeleteObject
Provide a vclock to riak for the delete operation.
vclock(VClock) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
vclock(VClock) - Method in class com.basho.riak.client.raw.FetchMeta.Builder
 
VClockPruneProps - Class in com.basho.riak.client.bucket
Parameter wrapper class for the set of vclock prune properties
VClockPruneProps(Integer, Integer, Long, Long) - Constructor for class com.basho.riak.client.bucket.VClockPruneProps
Create an instance for the provided set of prone properties
VClockUtil - Class in com.basho.riak.client.convert
 
VClockUtil() - Constructor for class com.basho.riak.client.convert.VClockUtil
 
version() - Method in class com.basho.riak.client.convert.RiakJacksonModule
 
vnodeGets() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_gets value from the Riak stats reply
vnodeGetsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_gets_total value from the Riak Stats reply
vnodeIndexDeletes() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_deletes value from the Riak Stats reply
vnodeIndexDeletesPostingsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_deletes_postings_total value from the Riak Stats reply
vnodeIndexDeletesTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_deletes_total value from the Riak Stats reply
vnodeIndexReads() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_reads value from the Riak stats reply
vnodeIndexReadsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_reads_total value from the Riak Stats reply
vnodeIndexWritePostings() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_writes_postings value from the Riak stats reply
vnodeIndexWrites() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_writes value from the Riak stats reply
vnodeIndexWritesPostingsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_writes_postings_total value from the Riak Stats reply
vnodeIndexWritesTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_writes_total value from the Riak Stats reply
vnodePuts() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_gets value from the Riak stats reply
vnodePutsTotal() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_puts_total value from the Riak Stats reply
vnodesIndexDeletesPostings() - Method in class com.basho.riak.client.query.NodeStats
Returns the vnode_index_deletes_postings value from the Riak Stats reply

W

w(Quora) - Method in class com.basho.riak.client.bucket.WriteBucket
The default w quorom
w(int) - Method in class com.basho.riak.client.bucket.WriteBucket
The default w quorom as an int
w(Quora) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
w(Integer) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
w(Quorum) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
w(int) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The write quorum for store operations on the built DomainBucket
w(Quora) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The write quorum for store operations on the built DomainBucket
w(int) - Method in class com.basho.riak.client.operations.CounterObject
Set the write quorum for an increment operation
w(Quora) - Method in class com.basho.riak.client.operations.CounterObject
Set the write quorum for an increment operation
w(Quorum) - Method in class com.basho.riak.client.operations.CounterObject
Set the write quorum for an increment operation
w(int) - Method in class com.basho.riak.client.operations.DeleteObject
 
w(Quora) - Method in class com.basho.riak.client.operations.DeleteObject
 
w(Quorum) - Method in class com.basho.riak.client.operations.DeleteObject
 
w(int) - Method in class com.basho.riak.client.operations.StoreObject
Set the write quorum for the store operation
w(Quora) - Method in class com.basho.riak.client.operations.StoreObject
Set the write quorum for the store operation
w(Quorum) - Method in class com.basho.riak.client.operations.StoreObject
Set the write quorum for the store operation
w(int) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
w(Quora) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
w(Quorum) - Method in class com.basho.riak.client.raw.DeleteMeta.Builder
 
w(int) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
w(Quora) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
w(Quorum) - Method in class com.basho.riak.client.raw.StoreMeta.Builder
 
w(Integer) - Method in class com.basho.riak.pbc.BucketProperties
 
w(int) - Method in interface com.basho.riak.pbc.IRequestMeta
 
w(int) - Method in class com.basho.riak.pbc.RequestMeta
 
walk(IRiakObject) - Method in class com.basho.riak.client.DefaultRiakClient
 
walk(String, String, String, RequestMeta) - Method in class com.basho.riak.client.http.plain.PlainClient
Like RiakClient.walk(String, String, String, RequestMeta), except throws on a non-200 or 404 response.
walk(String, String, String) - Method in class com.basho.riak.client.http.plain.PlainClient
 
walk(String, String, RiakWalkSpec) - Method in class com.basho.riak.client.http.plain.PlainClient
 
walk(String, String, String, RequestMeta) - Method in class com.basho.riak.client.http.RiakClient
 
walk(String, String, String) - Method in class com.basho.riak.client.http.RiakClient
 
walk(String, String, RiakWalkSpec) - Method in class com.basho.riak.client.http.RiakClient
 
walk() - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
 
walk(boolean) - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
 
walk(String) - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
 
walk(String, boolean) - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
 
walk(String, String) - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
 
walk(String, String, boolean) - Method in class com.basho.riak.client.http.RiakObject.LinkBuilder
 
walk(String, String, boolean) - Method in class com.basho.riak.client.http.RiakObject
 
walk(String, String) - Method in class com.basho.riak.client.http.RiakObject
 
walk(String, boolean) - Method in class com.basho.riak.client.http.RiakObject
 
walk(String) - Method in class com.basho.riak.client.http.RiakObject
 
walk() - Method in class com.basho.riak.client.http.RiakObject
 
walk(boolean) - Method in class com.basho.riak.client.http.RiakObject
 
walk(String, String, String, RequestMeta) - Method in class com.basho.riak.client.http.util.ClientHelper
Same as RiakClient, except only returning the HTTP response
walk(IRiakObject) - Method in interface com.basho.riak.client.IRiakClient
Create a LinkWalk operation that starts at startObject.
walk(String, String, String, RequestMeta) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
Like RiakClient.walk(String, String, String, RequestMeta), except throws on a non-200 or 404 response.
walk(String, String, String) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
walk(String, String, RiakWalkSpec) - Method in class com.basho.riak.client.plain.PlainClient
Deprecated.
 
walk(String, String, String, RequestMeta) - Method in class com.basho.riak.client.RiakClient
Deprecated.
Perform a map/reduce link walking operation and return the objects for which the "accumulate" flag is true.
walk(String, String, String) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
walk(String, String, RiakWalkSpec) - Method in class com.basho.riak.client.RiakClient
Deprecated.
 
walk() - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
walk(boolean) - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
walk(String) - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
walk(String, boolean) - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
walk(String, String) - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
walk(String, String, boolean) - Method in class com.basho.riak.client.RiakObject.LinkBuilder
Deprecated.
 
walk(String, String, boolean) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Convenience methods for building a link walk specification starting from this object and calling RiakClient.walk(String, String, RiakWalkSpec)
walk(String, String) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
walk(String, boolean) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
walk(String) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
walk() - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
walk(boolean) - Method in class com.basho.riak.client.RiakObject
Deprecated.
 
walk(String, String, String, RequestMeta) - Method in class com.basho.riak.client.util.ClientHelper
Deprecated.
Same as RiakClient, except only returning the HTTP response
WalkResponse - Class in com.basho.riak.client.http.response
Response from a GET request for an object with link walking.
WalkResponse(HttpResponse, RiakClient) - Constructor for class com.basho.riak.client.http.response.WalkResponse
On a 2xx response, parses the HTTP body into a list of steps.
WalkResponse(HttpResponse) - Constructor for class com.basho.riak.client.http.response.WalkResponse
 
WalkResponse - Class in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.WalkResponse instead.

WARNING: This class will be REMOVED in the next version.

WalkResponse(HttpResponse, RiakClient) - Constructor for class com.basho.riak.client.response.WalkResponse
Deprecated.
On a 2xx response, parses the HTTP body into a list of steps.
WalkResponse(HttpResponse) - Constructor for class com.basho.riak.client.response.WalkResponse
Deprecated.
 
WalkResult - Interface in com.basho.riak.client.query
Interface defining results from a walk operation, basically an iteration of steps, each step contains some IRiakObjects.
webmachineVersion() - Method in class com.basho.riak.client.query.NodeStats
Returns the webmachine_version value from the Riak stats reply
WILDCARD - Static variable in class com.basho.riak.client.http.request.RiakWalkSpec
The "don't care" signifier.
WILDCARD - Static variable in class com.basho.riak.client.request.RiakWalkSpec
The "don't care" signifier.
WithBodyResponse - Interface in com.basho.riak.client.http.response
A unified interface for responses that may return one, or more RiakObjects
WithBodyResponse - Interface in com.basho.riak.client.response
Deprecated.
with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.response.WithBodyResponse instead.

WARNING: This class will be REMOVED in the next version.

withConnectionTimeoutMillis(long) - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
withContentType(String) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
The content-type of the data payload of the new Riak object.
withContinuation(String) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withContinuation(String) - Method in class com.basho.riak.client.query.indexes.FetchIndex
Sets the continuation received with a previous call * * This is only available in v1.4+ of Riak and only via streaming
withContinuation(String) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withContinuation(ByteString) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withConverter(Converter<T>) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
The Converter to use on fetch and store operations on the built DomainBucket
withConverter(Converter<T>) - Method in class com.basho.riak.client.operations.FetchObject
A Converter to use to convert the data fetched to some other type
withConverter(Converter<T>) - Method in class com.basho.riak.client.operations.MultiFetchObject
A Converter to use to convert the data fetched to some other type
withConverter(Converter<T>) - Method in class com.basho.riak.client.operations.StoreObject
The Converter to use
withDeleted(boolean) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
 
withHost(String) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
Set the host.
withHost(String) - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
withHttpClient(HttpClient) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
You can supply a preconfigured HttpClient that you want the RawClient to delegate to.
withIdleConnectionTTLMillis(long) - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
withIndexes(RiakIndexes) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
A Collection of RiakIndexes for the new riak object
withIndexKey(String) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withIndexKey(long) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withIndexKey(String) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withIndexKey(Long) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withIndexKey(String) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withIndexKey(long) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withInitialPoolSize(int) - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
withLastModified(long) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
A long timestamp of milliseconds since the epoch to set as the last modified date on this Riak object
withLinks(Collection<RiakLink>) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
A Collection of RiakLinks for the new riak object
withMapreducePath(String) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
The location of Riak's map reduce resource
withMaxConnctions(int) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
Deprecated.
withMaxConnections(int) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
Maximum number of connections this client may have open at any time.
withMaxResults(Integer) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withMaxResults(Integer) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withMaxResults(Integer) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withMutator(Mutation<T>) - Method in class com.basho.riak.client.operations.StoreObject
The Mutation to apply to the value retrieved from the fetch operation
withoutFetch(boolean) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
Sets whether a store operation should fetch existing value(s) from Riak (and the vector clock) and perform conflict resolution if required.
withoutFetch() - Method in class com.basho.riak.client.operations.StoreObject
Eliminates fetching the existing value before storing the current one.
withPoolSize(int) - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
withPort(int) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
Set the port.
withPort(int) - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
withR(int) - Static method in class com.basho.riak.client.raw.FetchMeta
Convenient way to create a fetch meta with just an r value
withRangeEnd(String) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withRangeEnd(long) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withRangeEnd(String) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withRangeEnd(long) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withRangeEnd(String) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withRangeEnd(long) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withRangeStart(String) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withRangeStart(long) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withRangeStart(String) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withRangeStart(long) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withRangeStart(String) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withRangeStart(long) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withRequestTimeoutMillis(int) - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
withResolver(ConflictResolver<T>) - Method in class com.basho.riak.client.builders.DomainBucketBuilder
the ConflictResolver the DomainBucket will use.
withResolver(ConflictResolver<T>) - Method in class com.basho.riak.client.operations.FetchObject
 
withResolver(ConflictResolver<T>) - Method in class com.basho.riak.client.operations.MultiFetchObject
Sets the ConflictResolver to use for this multi-fetch operation.
withResolver(ConflictResolver<T>) - Method in class com.basho.riak.client.operations.StoreObject
The ConflictResolver to use on any sibling results returned from the fetch (and store if returnBody is true) NOTE: since it is used for fetch and after store must be reusable.
withRetrier(Retrier) - Method in class com.basho.riak.client.bucket.FetchBucket
Provide a Retrier to use for the fetch operation.
withRetrier(Retrier) - Method in class com.basho.riak.client.bucket.WriteBucket
Specify the retrier to use for this operation.
withRetrier(Retrier) - Method in class com.basho.riak.client.operations.DeleteObject
Set Retrier to use when executing this delete operation
withRetrier(Retrier) - Method in class com.basho.riak.client.operations.FetchObject
A Retrier to use
withRetrier(Retrier) - Method in class com.basho.riak.client.operations.MultiFetchObject
A Retrier to use
withRetrier(Retrier) - Method in class com.basho.riak.client.operations.StoreObject
The Retrier to use for the fetch and store operations.
withRetryHandler(HttpRequestRetryHandler) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
Apache HttpClient treats some HTTP methods as retry-able, and provides a default implementation of HttpRequestRetryHandler to be called when a request fails.
withReturnKeyAndIndex(boolean) - Method in class com.basho.riak.client.http.request.IndexRequest.Builder
 
withReturnKeyAndIndex(boolean) - Method in class com.basho.riak.client.raw.query.IndexSpec.Builder
 
withReturnKeyAndIndex(boolean) - Method in class com.basho.riak.pbc.IndexRequest.Builder
 
withRiakPath(String) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
Set the path to the base Riak REST resource.
withScheme(String) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
Set the scheme.
withSocketBufferSizeKb(int) - Method in class com.basho.riak.client.raw.pbc.PBClientConfig.Builder
 
withTimeout(int) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
The connection, socket read and pooled connection acquisition timeout in milliseconds
withUrl(String) - Method in class com.basho.riak.client.raw.http.HTTPClientConfig.Builder
The URL Riak REST interface.
withUsermeta(Map<String, String>) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
A map of user meta data to set on the new riak object.
withValue(byte[]) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
The value to give the constructed riak object
withValue(String) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
Convenience method assumes a UTF-8 encoded string
withValue(T) - Method in class com.basho.riak.client.operations.StoreObject
Creates a ClobberMutation that applies value
withValue(T) - Method in class com.basho.riak.client.query.indexes.FetchIndex
 
withVClock(byte[]) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
The vector clock value for the constructed riak object
withVClock(VClock) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
The new Riak objects vector clock.
withVtag(String) - Method in class com.basho.riak.client.builders.RiakObjectBuilder
The version tag for this riak object
write() - Method in interface com.basho.riak.client.query.serialize.FunctionWriter
 
write() - Method in class com.basho.riak.client.query.serialize.JSBucketKeyFunctionWriter
 
write() - Method in class com.basho.riak.client.query.serialize.JSSourceFunctionWriter
 
write() - Method in class com.basho.riak.client.query.serialize.NamedErlangFunctionWriter
 
write() - Method in class com.basho.riak.client.query.serialize.NamedJSFunctionWriter
 
write(IndexWriter) - Method in class com.basho.riak.client.raw.query.indexes.BinRangeQuery
 
write(IndexWriter) - Method in class com.basho.riak.client.raw.query.indexes.BinValueQuery
 
write(IndexWriter) - Method in interface com.basho.riak.client.raw.query.indexes.IndexQuery
Write the index query to the given writer
write(String, String, String) - Method in interface com.basho.riak.client.raw.query.indexes.IndexWriter
 
write(String, String, String, String) - Method in interface com.basho.riak.client.raw.query.indexes.IndexWriter
 
write(String, String, long) - Method in interface com.basho.riak.client.raw.query.indexes.IndexWriter
 
write(String, String, long, long) - Method in interface com.basho.riak.client.raw.query.indexes.IndexWriter
 
write(IndexWriter) - Method in class com.basho.riak.client.raw.query.indexes.IntRangeQuery
 
write(IndexWriter) - Method in class com.basho.riak.client.raw.query.indexes.IntValueQuery
 
write(RiakKvPB.RpbDelReq.Builder) - Method in class com.basho.riak.pbc.DeleteMeta
 
write(RiakKvPB.RpbGetReq.Builder) - Method in class com.basho.riak.pbc.FetchMeta
 
WriteBucket - Class in com.basho.riak.client.bucket
A RiakOperation for creating/updating a Bucket.
WriteBucket(RawClient, String, Retrier) - Constructor for class com.basho.riak.client.bucket.WriteBucket
Create WriteBucket operation that delegates to the given RawClient via the give Retrier.
WriteBucket(RawClient, Bucket, Retrier) - Constructor for class com.basho.riak.client.bucket.WriteBucket
Create WriteBucket operation that delegates to the given RawClient via the give Retrier.
writeCounter(RiakKvPB.RpbCounterGetReq.Builder) - Method in class com.basho.riak.pbc.FetchMeta
 
writeInput(JsonGenerator) - Method in class com.basho.riak.client.query.BucketKeyMapReduce
 
writeInput(JsonGenerator) - Method in class com.basho.riak.client.query.BucketMapReduce
 
writeInput(JsonGenerator) - Method in class com.basho.riak.client.query.IndexMapReduce
 
writeInput(JsonGenerator) - Method in class com.basho.riak.client.query.MapReduce
Override to write the input specification of the M/R job.
writeInput(JsonGenerator) - Method in class com.basho.riak.client.query.SearchMapReduce
 
writeParams(Integer, Integer) - Static method in class com.basho.riak.client.http.request.RequestMeta
Use the given w and dw params for store or delete operations.
writeParams(Quorum, Quorum) - Static method in class com.basho.riak.client.http.request.RequestMeta
Use the given w and dw params for store or delete operations.
writeParams(Integer, Integer) - Static method in class com.basho.riak.client.request.RequestMeta
Deprecated.
Use the given w and dw params for store or delete operations.
writeToHttpMethod(HttpRequestBase) - Method in class com.basho.riak.client.http.RiakObject
Serializes this object to an existing HttpRequestBase which can be sent as an HTTP request.
writeToHttpMethod(HttpRequestBase) - Method in class com.basho.riak.client.RiakObject
Deprecated.
Serializes this object to an existing HttpMethod which can be sent as an HTTP request.

Y

youngVClock(long) - Method in class com.basho.riak.client.bucket.WriteBucket
set the young_vclock prune age
youngVClock(Long) - Method in class com.basho.riak.client.builders.BucketPropertiesBuilder
 
youngVClock(Long) - Method in class com.basho.riak.pbc.BucketProperties
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 

Copyright © 2013. All Rights Reserved.