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

add(BinaryValue) - Method in class com.basho.riak.client.api.commands.datatypes.SetUpdate
Add the provided value to the set in Riak.
add(String) - Method in class com.basho.riak.client.api.commands.datatypes.SetUpdate
Add the provided value to the set in Riak.
add(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.ops.SetOp
 
add(T) - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Add a value to this secondary index.
add(Collection<T>) - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Add a asSet of values to this secondary index.
addCharset(String, String) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Adds the charset to a content type.
addCharset(Charset, String) - Static method in class com.basho.riak.client.core.util.CharsetUtils
 
addLink(RiakLink) - Method in class com.basho.riak.client.core.query.links.RiakLinks
Adds a RiakLink
addLinks(Collection<RiakLink>) - Method in class com.basho.riak.client.core.query.links.RiakLinks
addListener(RiakFutureListener<T, S>) - Method in class com.basho.riak.client.api.commands.ListenableFuture
 
addListener(RiakFutureListener<T, S>) - Method in class com.basho.riak.client.core.FutureOperation
 
addListener(RiakFutureListener<V, T>) - Method in interface com.basho.riak.client.core.RiakFuture
Add a listener to this RiakFuture.
addLocation(Location) - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Builder
Add a location to the list of locations to retrieve as part of this multifetch operation.
addLocations(Location...) - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Builder
Add a list of Locations to the list of locations to retrieve as part of this multifetch operation.
addLocations(Iterable<Location>) - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Builder
Add a set of keys to the list of Locations to retrieve as part of this multifetch operation.
addNode(RiakNode) - Method in class com.basho.riak.client.core.DefaultNodeManager
 
addNode(RiakNode) - Method in interface com.basho.riak.client.core.NodeManager
 
addNode(RiakNode) - Method in class com.basho.riak.client.core.RiakCluster
Adds a RiakNode to this cluster.
addRiakIndexField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Add a @RiakIndex annotated field.
addRiakIndexMethod(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Add a @RiakIndex annotated method.
addRiakUsermetaField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Add a @RiakUsermeta annotated field.
addRiakUsermetaMethod(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Add a @RiakUsermeta annotated method
addStateListener(NodeStateListener) - Method in class com.basho.riak.client.core.RiakNode
 
addUtf8Charset(String) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Adds the utf-8 charset to a content type.
ALL - Static variable in class com.basho.riak.client.api.cap.Quorum
 
allQuorum() - Static method in class com.basho.riak.client.api.cap.Quorum
Static factory method for a quorum of "all"
AnnotationCache - Class in com.basho.riak.client.api.convert.reflection
TODO: consider class reloading and re-scanning
AnnotationCache() - Constructor for class com.basho.riak.client.api.convert.reflection.AnnotationCache
 
AnnotationHelper - Class in com.basho.riak.client.api.convert.reflection
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.api.convert.reflection
Class that containsKeyKey the Riak annotated fields for an annotated class
AnnotationInfo.Builder - Class in com.basho.riak.client.api.convert.reflection
 
AnnotationInfo.Builder() - Constructor for class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Constructs a builder for a new AnnotationInfo
AnnotationScanner - Class in com.basho.riak.client.api.convert.reflection
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.api.convert.reflection.AnnotationScanner
 
AnnotationUtil - Class in com.basho.riak.client.api.convert.reflection
Static utility methods used to get/set annotated fields/methods.
apply(T) - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Update
Modify the input value and return the modification.
asASCIIString(byte[]) - Static method in class com.basho.riak.client.core.util.CharsetUtils
 
asBytes(String, Charset) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Turn a string into an array of bytes using the passed Charset
ASCII - Static variable in class com.basho.riak.client.core.util.CharsetUtils
 
ASIS - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
 
asString() - Method in class com.basho.riak.client.api.cap.BasicVClock
 
asString() - Method in interface com.basho.riak.client.api.cap.VClock
Get the string representation of this VClock.
asString(byte[], Charset) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Turns a byte[] array into a string in the provided Charset
asUTF8String(byte[]) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Turns a byte[] array into a UTF8 string
availablePermits() - Method in class com.basho.riak.client.core.RiakNode
Returns the number of permits currently available.
await() - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
await(long, TimeUnit) - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
await() - Method in class com.basho.riak.client.core.FutureOperation
 
await(long, TimeUnit) - Method in class com.basho.riak.client.core.FutureOperation
 
await() - Method in interface com.basho.riak.client.core.RiakFuture
Waits for this RiakFuture to be completed.
await(long, TimeUnit) - Method in interface com.basho.riak.client.core.RiakFuture
Waits for this RiakFuture to be completed for a set amount of time.

B

BASIC_QUORUM - Static variable in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
Basic Quorum.
BASIC_QUORUM - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
Basic Quorum.
BasicVClock - Class in com.basho.riak.client.api.cap
Encapsulates a Riak vector clock.
BasicVClock(byte[]) - Constructor for class com.basho.riak.client.api.cap.BasicVClock
Create a BasicVclock.
BasicVClock(String) - Constructor for class com.basho.riak.client.api.cap.BasicVClock
Create a BasicVclock from utf8 String.
BetweenFilter<T> - Class in com.basho.riak.client.api.commands.mapreduce.filters
Key filter that matches keys in a range delimited by from - to
BetweenFilter(T, T) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.BetweenFilter
 
BigIntIndex - Class in com.basho.riak.client.core.query.indexes
 
BigIntIndex.Name - Class in com.basho.riak.client.core.query.indexes
Encapsulates the name and IndexType for a BigIntIndex
BigIntIndexQuery - Class in com.basho.riak.client.api.commands.indexes
Performs a 2i query where the 2i index keys are numeric.
BigIntIndexQuery(BigIntIndexQuery.Init<BigInteger, ?>) - Constructor for class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery
 
BigIntIndexQuery.BigIntQueryFuture - Class in com.basho.riak.client.api.commands.indexes
 
BigIntIndexQuery.BigIntQueryFuture(RiakFuture<SecondaryIndexQueryOperation.Response, SecondaryIndexQueryOperation.Query>) - Constructor for class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.BigIntQueryFuture
 
BigIntIndexQuery.Builder - Class in com.basho.riak.client.api.commands.indexes
Builder used to construct a BigIntIndexQuery.
BigIntIndexQuery.Builder(Namespace, String, BigInteger, BigInteger) - Constructor for class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Builder
Construct a Builder for a BigIntIndexQuery with a range.
BigIntIndexQuery.Builder(Namespace, String, BigInteger) - Constructor for class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Builder
Construct a Builder for a BigIntIndexQuery with a single 2i key.
BigIntIndexQuery.Init<S,T extends BigIntIndexQuery.Init<S,T>> - Class in com.basho.riak.client.api.commands.indexes
 
BigIntIndexQuery.Init(Namespace, String, S, S) - Constructor for class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Init
 
BigIntIndexQuery.Init(Namespace, String, S) - Constructor for class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Init
 
BigIntIndexQuery.Response - Class in com.basho.riak.client.api.commands.indexes
 
BigIntIndexQuery.Response(Namespace, SecondaryIndexQueryOperation.Response, SecondaryIndexQuery.IndexConverter<BigInteger>) - Constructor for class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Response
 
BigIntIndexQuery.Response.Entry - Class in com.basho.riak.client.api.commands.indexes
 
BigIntIndexQuery.Response.Entry(Location, BinaryValue, SecondaryIndexQuery.IndexConverter<BigInteger>) - Constructor for class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Response.Entry
 
BinaryValue - Class in com.basho.riak.client.core.util
Lightweight utility class for byte arrays.
BinIndexQuery - Class in com.basho.riak.client.api.commands.indexes
Performs a 2i query where the 2i index keys are strings.
BinIndexQuery(BinIndexQuery.Init<String, ?>) - Constructor for class com.basho.riak.client.api.commands.indexes.BinIndexQuery
 
BinIndexQuery.BinQueryFuture - Class in com.basho.riak.client.api.commands.indexes
 
BinIndexQuery.BinQueryFuture(RiakFuture<SecondaryIndexQueryOperation.Response, SecondaryIndexQueryOperation.Query>) - Constructor for class com.basho.riak.client.api.commands.indexes.BinIndexQuery.BinQueryFuture
 
BinIndexQuery.Builder - Class in com.basho.riak.client.api.commands.indexes
Builder used to construct a BinIndexQuery.
BinIndexQuery.Builder(Namespace, String, String, String) - Constructor for class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Builder
Construct a Builder for a BinIndexQuery with a range.
BinIndexQuery.Builder(Namespace, String, String) - Constructor for class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Builder
Construct a Builder for a BinIndexQuery with a single 2i key.
BinIndexQuery.Init<S,T extends BinIndexQuery.Init<S,T>> - Class in com.basho.riak.client.api.commands.indexes
 
BinIndexQuery.Init(Namespace, String, S, S) - Constructor for class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Init
 
BinIndexQuery.Init(Namespace, String, S) - Constructor for class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Init
 
BinIndexQuery.Response - Class in com.basho.riak.client.api.commands.indexes
 
BinIndexQuery.Response(Namespace, SecondaryIndexQueryOperation.Response, SecondaryIndexQuery.IndexConverter<String>) - Constructor for class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Response
 
BinIndexQuery.Response.Entry - Class in com.basho.riak.client.api.commands.indexes
 
BinIndexQuery.Response.Entry(Location, BinaryValue, SecondaryIndexQuery.IndexConverter<String>) - Constructor for class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Response.Entry
 
BucketInput - Class in com.basho.riak.client.api.commands.mapreduce
 
BucketInput(Namespace, Collection<KeyFilter>) - Constructor for class com.basho.riak.client.api.commands.mapreduce.BucketInput
 
BucketInputSerializer - Class in com.basho.riak.client.api.commands.mapreduce
 
BucketInputSerializer() - Constructor for class com.basho.riak.client.api.commands.mapreduce.BucketInputSerializer
 
BucketKeyInput - Class in com.basho.riak.client.api.commands.mapreduce
 
BucketKeyInput(Collection<BucketKeyInput.IndividualInput>) - Constructor for class com.basho.riak.client.api.commands.mapreduce.BucketKeyInput
 
BucketKeyInputSerializer - Class in com.basho.riak.client.api.commands.mapreduce
 
BucketKeyInputSerializer() - Constructor for class com.basho.riak.client.api.commands.mapreduce.BucketKeyInputSerializer
 
BucketKeyMapReduce - Class in com.basho.riak.client.api.commands.mapreduce
Command used to perform a map reduce operation over a specific set of keys in a bucket.
BucketKeyMapReduce(BucketKeyInput, BucketKeyMapReduce.Builder) - Constructor for class com.basho.riak.client.api.commands.mapreduce.BucketKeyMapReduce
 
BucketKeyMapReduce.Builder - Class in com.basho.riak.client.api.commands.mapreduce
Builder for a BucketKeyMapReduce command.
BucketKeyMapReduce.Builder() - Constructor for class com.basho.riak.client.api.commands.mapreduce.BucketKeyMapReduce.Builder
 
BucketMapReduce - Class in com.basho.riak.client.api.commands.mapreduce
Command used to perform a Map Reduce operation over a bucket in Riak.
BucketMapReduce(BucketInput, BucketMapReduce.Builder) - Constructor for class com.basho.riak.client.api.commands.mapreduce.BucketMapReduce
 
BucketMapReduce.Builder - Class in com.basho.riak.client.api.commands.mapreduce
Builder for a BucketMapReduce command.
BucketMapReduce.Builder() - Constructor for class com.basho.riak.client.api.commands.mapreduce.BucketMapReduce.Builder
 
BucketProperties - Class in com.basho.riak.client.core.query
Bucket properties used for buckets and bucket types.
BucketProperties.Builder - Class in com.basho.riak.client.core.query
 
BucketProperties.Builder() - Constructor for class com.basho.riak.client.core.query.BucketProperties.Builder
 
BucketPropertiesConverter - Class in com.basho.riak.client.core.converters
 
build() - Method in class com.basho.riak.client.api.commands.buckets.FetchBucketProperties.Builder
Construct a new FetchBucketProperties command.
build() - Method in class com.basho.riak.client.api.commands.buckets.ListBuckets.Builder
Construct a new ListBuckets command.
build() - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
 
build() - Method in class com.basho.riak.client.api.commands.datatypes.FetchCounter.Builder
Build a FetchCounter command.
build() - Method in class com.basho.riak.client.api.commands.datatypes.FetchMap.Builder
Construct a new FetchMap command.
build() - Method in class com.basho.riak.client.api.commands.datatypes.FetchSet.Builder
Construct a FetchSet command.
build() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateCounter.Builder
Construct the UpdateCounter command.
build() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Builder
 
build() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateMap.Builder
Construct a new UpdateMap command.
build() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateSet.Builder
Construct a new UpdateSet command.
build() - Method in class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Builder
Construct the query.
build() - Method in class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Builder
Construct the query.
build() - Method in class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Builder
Construct the query.
build() - Method in class com.basho.riak.client.api.commands.indexes.RawIndexQuery.Builder
Construct the query.
build() - Method in class com.basho.riak.client.api.commands.kv.DeleteValue.Builder
Construct a DeleteValue object.
build() - Method in class com.basho.riak.client.api.commands.kv.FetchValue.Builder
Build a FetchValue object
build() - Method in class com.basho.riak.client.api.commands.kv.ListKeys.Builder
Construct the ListKeys command.
build() - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Builder
Build a MultiFetch operation from this builder
build() - Method in class com.basho.riak.client.api.commands.kv.StoreValue.Builder
Construct the StoreValue command.
build() - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Builder
Construct the UpdateValue command.
build() - Method in class com.basho.riak.client.api.commands.mapreduce.BucketKeyMapReduce.Builder
 
build() - Method in class com.basho.riak.client.api.commands.mapreduce.BucketMapReduce.Builder
 
build() - Method in class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
build() - Method in class com.basho.riak.client.api.commands.mapreduce.SearchMapReduce.Builder
 
build() - Method in class com.basho.riak.client.api.commands.search.DeleteIndex.Builder
 
build() - Method in class com.basho.riak.client.api.commands.search.FetchIndex.Builder
 
build() - Method in class com.basho.riak.client.api.commands.search.FetchSchema.Builder
 
build() - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
build() - Method in class com.basho.riak.client.api.commands.search.StoreIndex.Builder
 
build() - Method in class com.basho.riak.client.api.commands.search.StoreSchema.Builder
 
build() - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
build() - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Response.Init
 
build() - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.FetchBucketPropsOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.FetchOperation.KvResponseBase.Init
 
build() - Method in class com.basho.riak.client.core.operations.ListBucketsOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.ListKeysOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.MapReduceOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.ResetBucketPropsOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Builder
Construct a new QueryOperation.
build() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
 
build() - Method in class com.basho.riak.client.core.operations.StoreBucketPropsOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.YzDeleteIndexOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.YzFetchIndexOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.YzGetSchemaOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.YzPutIndexOperation.Builder
 
build() - Method in class com.basho.riak.client.core.operations.YzPutSchemaOperation.Builder
 
build() - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
 
build() - Method in class com.basho.riak.client.core.query.functions.Function.Builder
Construct and return a Function.
build() - Method in class com.basho.riak.client.core.RiakCluster.Builder
Instantiates the RiakCluster
build() - Method in class com.basho.riak.client.core.RiakNode.Builder
Builds a RiakNode.
buildCoreOperation() - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype
 
buildCoreOperation(DatatypeUpdate) - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype
 
builder(List<RiakNode>) - Static method in class com.basho.riak.client.core.RiakCluster
 
builder(RiakNode) - Static method in class com.basho.riak.client.core.RiakCluster
 
buildNodes(RiakNode.Builder, List<String>) - Static method in class com.basho.riak.client.core.RiakNode.Builder
Build a set of RiakNodes.
buildOperation() - Method in class com.basho.riak.client.core.netty.HealthCheckDecoder
 
buildOperation() - Method in class com.basho.riak.client.core.netty.PingHealthCheck
 
buildOperation() - Method in class com.basho.riak.client.core.netty.StoreValueHealthCheck
 

C

call() - Method in class com.basho.riak.client.api.convert.reflection.AnnotationScanner
 
cancel(boolean) - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
cancel(boolean) - Method in class com.basho.riak.client.core.FutureOperation
 
cancel(boolean) - Method in interface com.basho.riak.client.core.RiakFuture
Not supported due to limitations of the Riak API.
cause() - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
cause() - Method in class com.basho.riak.client.core.FutureOperation
 
cause() - Method in interface com.basho.riak.client.core.RiakFuture
Return information about the operation and why it failed.
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class com.basho.riak.client.api.convert.RiakBeanSerializerModifier
 
channelActive(ChannelHandlerContext) - Method in class com.basho.riak.client.core.netty.HealthCheckDecoder
 
channelActive(ChannelHandlerContext) - Method in class com.basho.riak.client.core.netty.RiakSecurityDecoder
 
channelInactive(ChannelHandlerContext) - Method in class com.basho.riak.client.core.netty.HealthCheckDecoder
 
channelInactive(ChannelHandlerContext) - Method in class com.basho.riak.client.core.netty.RiakSecurityDecoder
 
channelMessage() - Method in class com.basho.riak.client.core.FutureOperation
 
channelRead(ChannelHandlerContext, Object) - Method in class com.basho.riak.client.core.netty.RiakResponseHandler
 
CharsetUtils - Class in com.basho.riak.client.core.util
Utils for dealing with byte, String charset issues This code is mainly from the Trifork fork of the original HTTP client and was written by Krestan Krab and/or Erik Søe Sørensen.
CharsetUtils() - Constructor for class com.basho.riak.client.core.util.CharsetUtils
 
checkAndFixAccess(T) - Static method in class com.basho.riak.client.api.convert.reflection.ClassUtil
Make the Member accessible if possible, throw IllegalArgumentException is not.
checkMessageType(RiakMessage, byte) - Static method in class com.basho.riak.client.core.operations.Operations
 
ClassUtil - Class in com.basho.riak.client.api.convert.reflection
Reflection/class utilities.
clear() - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Clear all user metadata entries.
clobberUpdate(T) - Static method in class com.basho.riak.client.api.commands.kv.UpdateValue.Update
Returns an Update that replaces whatever is in Riak.
com.basho.riak.client.api - package com.basho.riak.client.api
Contains the main RiakClient used to query Riak.
com.basho.riak.client.api.annotations - package com.basho.riak.client.api.annotations
Annotations to use for ORM.
com.basho.riak.client.api.cap - package com.basho.riak.client.api.cap
Classes related to eventual consistency in Riak.
com.basho.riak.client.api.commands - package com.basho.riak.client.api.commands
Support classes for commands.
com.basho.riak.client.api.commands.buckets - package com.basho.riak.client.api.commands.buckets
Commands used to query and modify buckets in Riak.
com.basho.riak.client.api.commands.datatypes - package com.basho.riak.client.api.commands.datatypes
Commands for manipulating CRDTs in Riak.
com.basho.riak.client.api.commands.indexes - package com.basho.riak.client.api.commands.indexes
Commands for performing secondary index (2i) queries in Riak.
com.basho.riak.client.api.commands.kv - package com.basho.riak.client.api.commands.kv
Commands for storing, fetching, and deleting objects.
com.basho.riak.client.api.commands.mapreduce - package com.basho.riak.client.api.commands.mapreduce
Commands for Map-Reduce in Riak.
com.basho.riak.client.api.commands.mapreduce.filters - package com.basho.riak.client.api.commands.mapreduce.filters
The set of key filters that can be used in a MapReduce
com.basho.riak.client.api.commands.search - package com.basho.riak.client.api.commands.search
Commands used for Riak search.
com.basho.riak.client.api.convert - package com.basho.riak.client.api.convert
 
com.basho.riak.client.api.convert.reflection - package com.basho.riak.client.api.convert.reflection
 
com.basho.riak.client.core - package com.basho.riak.client.core
 
com.basho.riak.client.core.converters - package com.basho.riak.client.core.converters
 
com.basho.riak.client.core.netty - package com.basho.riak.client.core.netty
 
com.basho.riak.client.core.operations - package com.basho.riak.client.core.operations
 
com.basho.riak.client.core.query - package com.basho.riak.client.core.query
 
com.basho.riak.client.core.query.crdt.ops - package com.basho.riak.client.core.query.crdt.ops
 
com.basho.riak.client.core.query.crdt.types - package com.basho.riak.client.core.query.crdt.types
 
com.basho.riak.client.core.query.functions - package com.basho.riak.client.core.query.functions
 
com.basho.riak.client.core.query.indexes - package com.basho.riak.client.core.query.indexes
Low-level API for managing Riak Secondary Indexes (2i)
com.basho.riak.client.core.query.links - package com.basho.riak.client.core.query.links
 
com.basho.riak.client.core.query.search - package com.basho.riak.client.core.query.search
 
com.basho.riak.client.core.query.UserMetadata - package com.basho.riak.client.core.query.UserMetadata
 
com.basho.riak.client.core.util - package com.basho.riak.client.core.util
 
com.basho.riak.client.javadoc - package com.basho.riak.client.javadoc
 
ConflictResolver<T> - Interface in com.basho.riak.client.api.cap
Interface used to resolve siblings.
ConflictResolverFactory - Enum in com.basho.riak.client.api.cap
Simple factory for ConflictResolver objects.
ConnectionFailedException - Exception in com.basho.riak.client.core
 
ConnectionFailedException(Throwable) - Constructor for exception com.basho.riak.client.core.ConnectionFailedException
 
ConnectionFailedException(String, Throwable) - Constructor for exception com.basho.riak.client.core.ConnectionFailedException
 
Constants - Interface in com.basho.riak.client.core.util
 
contains(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.types.RiakSet
Check to see if the supplied value exists in this RiakSet.
contains(String) - Method in class com.basho.riak.client.core.query.crdt.types.RiakSet
Check to see if the supplied value exists in this RiakSet.
containsKey(String) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Determine if a specific usermeta entry is present.
containsKey(String, Charset) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Determine if a specific usermeta entry is present.
Context - Class in com.basho.riak.client.api.commands.datatypes
Encapsulates a context returned from a datatype fetch command.
Context(BinaryValue) - Constructor for class com.basho.riak.client.api.commands.datatypes.Context
Construct a new Context.
continuation - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
ConversionException - Exception in com.basho.riak.client.api.convert
Wraps any exception thrown while converting to/from RiakObject and your domain types.
ConversionException() - Constructor for exception com.basho.riak.client.api.convert.ConversionException
 
ConversionException(String) - Constructor for exception com.basho.riak.client.api.convert.ConversionException
 
ConversionException(Throwable) - Constructor for exception com.basho.riak.client.api.convert.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception com.basho.riak.client.api.convert.ConversionException
 
convert(BinaryValue) - Method in interface com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.IndexConverter
 
convert(T) - Method in interface com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.IndexConverter
 
convert(RiakPB.RpbBucketProps) - Static method in class com.basho.riak.client.core.converters.BucketPropertiesConverter
 
convert(BucketProperties) - Static method in class com.basho.riak.client.core.converters.BucketPropertiesConverter
 
convert(RiakDtPB.DtUpdateResp) - Method in class com.basho.riak.client.core.converters.CrdtResponseConverter
 
convert(RiakDtPB.DtFetchResp) - Method in class com.basho.riak.client.core.converters.CrdtResponseConverter
 
convert(List<RiakKvPB.RpbContent>, ByteString) - Static method in class com.basho.riak.client.core.converters.RiakObjectConverter
 
convert(RiakObject) - Static method in class com.basho.riak.client.core.converters.RiakObjectConverter
 
convert(U) - Method in interface com.basho.riak.client.core.converters.RiakResponseConverter
 
convert(List<U>) - Method in class com.basho.riak.client.core.FutureOperation
 
convert(List<Void>) - Method in class com.basho.riak.client.core.operations.DeleteOperation
 
convert(List<RiakDtPB.DtFetchResp>) - Method in class com.basho.riak.client.core.operations.DtFetchOperation
 
convert(List<RiakDtPB.DtUpdateResp>) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation
 
convert(List<RiakPB.RpbGetBucketResp>) - Method in class com.basho.riak.client.core.operations.FetchBucketPropsOperation
 
convert(List<RiakKvPB.RpbGetResp>) - Method in class com.basho.riak.client.core.operations.FetchOperation
 
convert(List<RiakKvPB.RpbListBucketsResp>) - Method in class com.basho.riak.client.core.operations.ListBucketsOperation
 
convert(List<RiakKvPB.RpbListKeysResp>) - Method in class com.basho.riak.client.core.operations.ListKeysOperation
 
convert(List<RiakKvPB.RpbMapRedResp>) - Method in class com.basho.riak.client.core.operations.MapReduceOperation
 
convert(List<Void>) - Method in class com.basho.riak.client.core.operations.PingOperation
 
convert(List<Void>) - Method in class com.basho.riak.client.core.operations.ResetBucketPropsOperation
 
convert(List<RiakSearchPB.RpbSearchQueryResp>) - Method in class com.basho.riak.client.core.operations.SearchOperation
 
convert(List<RiakKvPB.RpbIndexResp>) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation
 
convert(List<Void>) - Method in class com.basho.riak.client.core.operations.StoreBucketPropsOperation
 
convert(List<RiakKvPB.RpbPutResp>) - Method in class com.basho.riak.client.core.operations.StoreOperation
 
convert(List<Void>) - Method in class com.basho.riak.client.core.operations.YzDeleteIndexOperation
 
convert(List<RiakYokozunaPB.RpbYokozunaIndexGetResp>) - Method in class com.basho.riak.client.core.operations.YzFetchIndexOperation
 
convert(List<RiakYokozunaPB.RpbYokozunaSchemaGetResp>) - Method in class com.basho.riak.client.core.operations.YzGetSchemaOperation
 
convert(List<Void>) - Method in class com.basho.riak.client.core.operations.YzPutIndexOperation
 
convert(List<Void>) - Method in class com.basho.riak.client.core.operations.YzPutSchemaOperation
 
convert(BigInteger) - Method in class com.basho.riak.client.core.query.indexes.BigIntIndex
 
convert(BinaryValue) - Method in class com.basho.riak.client.core.query.indexes.BigIntIndex
 
convert(Long) - Method in class com.basho.riak.client.core.query.indexes.LongIntIndex
 
convert(BinaryValue) - Method in class com.basho.riak.client.core.query.indexes.LongIntIndex
 
convert(BinaryValue) - Method in class com.basho.riak.client.core.query.indexes.RawIndex
 
convert(T) - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Convert a value to a BinaryValue.
convert(BinaryValue) - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Convert bytes to a value type.
convert(String) - Method in class com.basho.riak.client.core.query.indexes.StringBinIndex
 
convert(BinaryValue) - Method in class com.basho.riak.client.core.query.indexes.StringBinIndex
 
Converter<T> - Class in com.basho.riak.client.api.convert
The Converter acts as a bridge between the core and the user level API, specifically for ORM.
Converter(Type) - Constructor for class com.basho.riak.client.api.convert.Converter
 
Converter.ContentAndType - Class in com.basho.riak.client.api.convert
 
Converter.ContentAndType(BinaryValue, String) - Constructor for class com.basho.riak.client.api.convert.Converter.ContentAndType
 
Converter.OrmExtracted - Class in com.basho.riak.client.api.convert
Encapsulation of ORM data extracted from a domain object.
Converter.OrmExtracted(RiakObject, Namespace, BinaryValue) - Constructor for class com.basho.riak.client.api.convert.Converter.OrmExtracted
 
ConverterFactory - Enum in com.basho.riak.client.api.convert
Holds instances of converters to be used for serialization / deserialization of objects stored and fetched from Riak.
convertQueryInfo(S) - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
convertQueryInfo(SecondaryIndexQueryOperation.Query) - Method in class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.BigIntQueryFuture
 
convertQueryInfo(SecondaryIndexQueryOperation.Query) - Method in class com.basho.riak.client.api.commands.indexes.BinIndexQuery.BinQueryFuture
 
convertQueryInfo(SecondaryIndexQueryOperation.Query) - Method in class com.basho.riak.client.api.commands.indexes.IntIndexQuery.IntQueryFuture
 
convertQueryInfo(SecondaryIndexQueryOperation.Query) - Method in class com.basho.riak.client.api.commands.indexes.RawIndexQuery.RawQueryFuture
 
convertResponse(T) - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
convertResponse(SecondaryIndexQueryOperation.Response) - Method in class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.BigIntQueryFuture
 
convertResponse(SecondaryIndexQueryOperation.Response) - Method in class com.basho.riak.client.api.commands.indexes.BinIndexQuery.BinQueryFuture
 
convertResponse(SecondaryIndexQueryOperation.Response) - Method in class com.basho.riak.client.api.commands.indexes.IntIndexQuery.IntQueryFuture
 
convertResponse(SecondaryIndexQueryOperation.Response) - Method in class com.basho.riak.client.api.commands.indexes.RawIndexQuery.RawQueryFuture
 
CoreFutureAdapter<T2,S2,T,S> - Class in com.basho.riak.client.api.commands
 
CoreFutureAdapter(RiakFuture<T, S>) - Constructor for class com.basho.riak.client.api.commands.CoreFutureAdapter
 
CounterOp - Class in com.basho.riak.client.core.query.crdt.ops
 
CounterOp(long) - Constructor for class com.basho.riak.client.core.query.crdt.ops.CounterOp
 
CounterUpdate - Class in com.basho.riak.client.api.commands.datatypes
An update to a Riak counter datatype.
CounterUpdate() - Constructor for class com.basho.riak.client.api.commands.datatypes.CounterUpdate
Constructs a CounterUpdate with a delta of 0 (zero).
CounterUpdate(long) - Constructor for class com.basho.riak.client.api.commands.datatypes.CounterUpdate
Constructs a CounterUpdate with the supplied delta.
CrdtOp - Interface in com.basho.riak.client.core.query.crdt.ops
 
CrdtResponseConverter - Class in com.basho.riak.client.core.converters
 
CrdtResponseConverter() - Constructor for class com.basho.riak.client.core.converters.CrdtResponseConverter
 
create(byte[]) - Static method in class com.basho.riak.client.core.util.BinaryValue
Create a BinaryValue containing a copy of the supplied byte[]
create(String) - Static method in class com.basho.riak.client.core.util.BinaryValue
Create a BinaryValue containing a copy of the supplied String encoded using the default character asSet.
create(String, Charset) - Static method in class com.basho.riak.client.core.util.BinaryValue
Create a BinaryValue containing a copy of the supplied string encoded using the supplied Charset.
createChannelMessage() - Method in class com.basho.riak.client.core.FutureOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.DeleteOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.DtFetchOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.DtUpdateOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.FetchBucketPropsOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.FetchOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.ListBucketsOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.ListKeysOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.MapReduceOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.PingOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.ResetBucketPropsOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.SearchOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.StoreBucketPropsOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.StoreOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.YzDeleteIndexOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.YzFetchIndexOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.YzGetSchemaOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.YzPutIndexOperation
 
createChannelMessage() - Method in class com.basho.riak.client.core.operations.YzPutSchemaOperation
 
createCoreQuery() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
createFromUtf8(String) - Static method in class com.basho.riak.client.core.util.BinaryValue
Create a BinaryValue containing a copy of the supplied String encoded using UTF-8.
CTYPE_ANY - Static variable in interface com.basho.riak.client.core.util.Constants
 
CTYPE_JSON - Static variable in interface com.basho.riak.client.core.util.Constants
 
CTYPE_JSON_UTF8 - Static variable in interface com.basho.riak.client.core.util.Constants
 
CTYPE_MULTIPART_MIXED - Static variable in interface com.basho.riak.client.core.util.Constants
 
CTYPE_OCTET_STREAM - Static variable in interface com.basho.riak.client.core.util.Constants
 
CTYPE_TEXT - Static variable in interface com.basho.riak.client.core.util.Constants
 
CTYPE_TEXT_UTF8 - Static variable in interface com.basho.riak.client.core.util.Constants
 

D

DatatypeUpdate - Interface in com.basho.riak.client.api.commands.datatypes
An object that represents an update to a Riak datatype.
decode(RiakMessage) - Method in class com.basho.riak.client.core.FutureOperation
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class com.basho.riak.client.core.netty.HealthCheckDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class com.basho.riak.client.core.netty.RiakMessageCodec
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class com.basho.riak.client.core.netty.RiakSecurityDecoder
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.DeleteOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.DtFetchOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.FetchBucketPropsOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.FetchOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.ListBucketsOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.ListKeysOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.MapReduceOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.PingOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.ResetBucketPropsOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.SearchOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.StoreBucketPropsOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.StoreOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.YzDeleteIndexOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.YzFetchIndexOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.YzGetSchemaOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.YzPutIndexOperation
 
decode(RiakMessage) - Method in class com.basho.riak.client.core.operations.YzPutSchemaOperation
 
DEFAULT - Static variable in class com.basho.riak.client.api.cap.Quorum
 
DEFAULT_BUCKET_TYPE - Static variable in class com.basho.riak.client.core.query.Namespace
The default bucket type in Riak.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.basho.riak.client.core.RiakNode.Builder
The default connection timeout in milliseconds if not specified: 0
DEFAULT_CONTENT_TYPE - Static variable in class com.basho.riak.client.core.query.RiakObject
The default content type assigned when storing in Riak if one is not provided.
DEFAULT_EXECUTION_ATTEMPTS - Static variable in class com.basho.riak.client.core.RiakCluster.Builder
 
DEFAULT_FIELD - Static variable in class com.basho.riak.client.api.commands.search.Search.Option
 
DEFAULT_HEALTHCHECK_FACTORY - Static variable in class com.basho.riak.client.core.RiakNode.Builder
The default HealthCheckFactory.
DEFAULT_IDLE_TIMEOUT - Static variable in class com.basho.riak.client.core.RiakNode.Builder
The default idle timeout in milliseconds for connections if not specified: 1000
DEFAULT_MAX_CONNECTIONS - Static variable in class com.basho.riak.client.core.RiakNode.Builder
The default maximum number of connections allowed if not specified: 0
DEFAULT_MAX_IN_FLIGHT - Static variable in class com.basho.riak.client.api.commands.kv.MultiFetch
 
DEFAULT_MIN_CONNECTIONS - Static variable in class com.basho.riak.client.core.RiakNode.Builder
The default minimum number of connections to maintain if not specified: 1
DEFAULT_OPERATION - Static variable in class com.basho.riak.client.api.commands.search.Search.Option
 
DEFAULT_REMOTE_ADDRESS - Static variable in class com.basho.riak.client.core.RiakNode.Builder
The default remote address to be used if not specified: "127.0.0.1"
DEFAULT_REMOTE_PORT - Static variable in class com.basho.riak.client.core.RiakNode.Builder
The default port number to be used if not specified: 8087
DefaultNodeManager - Class in com.basho.riak.client.core
The default NodeManager used by RiakCluster if none is specified.
DefaultNodeManager() - Constructor for class com.basho.riak.client.core.DefaultNodeManager
 
defaultQuorum() - Static method in class com.basho.riak.client.api.cap.Quorum
Static factory method for a quorum of "default"
DefaultResolver<T> - Class in com.basho.riak.client.api.cap
A conflict resolver that doesn't resolve conflict.
DefaultResolver() - Constructor for class com.basho.riak.client.api.cap.DefaultResolver
 
DELETED_VCLOCK - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
Deleted VClock.
DeleteIndex - Class in com.basho.riak.client.api.commands.search
Command used to delete a search index in Riak.
DeleteIndex.Builder - Class in com.basho.riak.client.api.commands.search
Builder for a DeleteIndex command.
DeleteIndex.Builder(String) - Constructor for class com.basho.riak.client.api.commands.search.DeleteIndex.Builder
 
DeleteOperation - Class in com.basho.riak.client.core.operations
An operation to delete a riak object
DeleteOperation.Builder - Class in com.basho.riak.client.core.operations
 
DeleteOperation.Builder(Location) - Constructor for class com.basho.riak.client.core.operations.DeleteOperation.Builder
Construct a builder for a DeleteOperation.
DeleteValue - Class in com.basho.riak.client.api.commands.kv
Command used to delete a value from Riak.
DeleteValue(DeleteValue.Builder) - Constructor for class com.basho.riak.client.api.commands.kv.DeleteValue
 
DeleteValue.Builder - Class in com.basho.riak.client.api.commands.kv
Used to construct a DeleteValue command.
DeleteValue.Builder(Location) - Constructor for class com.basho.riak.client.api.commands.kv.DeleteValue.Builder
Construct a Builder for a DeleteValue command.
DeleteValue.Option<T> - Class in com.basho.riak.client.api.commands.kv
 
done(U) - Method in class com.basho.riak.client.core.FutureOperation
Detect when the streaming operation is finished
done(RiakKvPB.RpbListBucketsResp) - Method in class com.basho.riak.client.core.operations.ListBucketsOperation
 
done(RiakKvPB.RpbListKeysResp) - Method in class com.basho.riak.client.core.operations.ListKeysOperation
 
done(RiakKvPB.RpbMapRedResp) - Method in class com.basho.riak.client.core.operations.MapReduceOperation
 
done(RiakKvPB.RpbIndexResp) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation
 
DtFetchOperation - Class in com.basho.riak.client.core.operations
 
DtFetchOperation.Builder - Class in com.basho.riak.client.core.operations
 
DtFetchOperation.Builder(Location) - Constructor for class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Construct a Builder for a DtFetchOperaiton
DtFetchOperation.Response - Class in com.basho.riak.client.core.operations
 
DtFetchOperation.Response(DtFetchOperation.Response.Init<?>) - Constructor for class com.basho.riak.client.core.operations.DtFetchOperation.Response
 
DtFetchOperation.Response.Init<T extends DtFetchOperation.Response.Init<T>> - Class in com.basho.riak.client.core.operations
 
DtFetchOperation.Response.Init() - Constructor for class com.basho.riak.client.core.operations.DtFetchOperation.Response.Init
 
DtUpdateOperation - Class in com.basho.riak.client.core.operations
 
DtUpdateOperation.Builder - Class in com.basho.riak.client.core.operations
 
DtUpdateOperation.Builder(Location) - Constructor for class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Construct a builder for a DtUpdateOperation.
DtUpdateOperation.Builder(Namespace) - Constructor for class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
 
DtUpdateOperation.Response - Class in com.basho.riak.client.core.operations
 
DtUpdateOperation.Response.Init<T extends DtUpdateOperation.Response.Init<T>> - Class in com.basho.riak.client.core.operations
 
DtUpdateOperation.Response.Init() - Constructor for class com.basho.riak.client.core.operations.DtUpdateOperation.Response.Init
 
DW - Static variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Option
Durable Write Quorum.
DW - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
Durable Write Quorum.
DW - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
Durable Write Quorum.

E

encode(ChannelHandlerContext, RiakMessage, ByteBuf) - Method in class com.basho.riak.client.core.netty.RiakMessageCodec
 
encode(ChannelHandlerContext, FutureOperation, List<Object>) - Method in class com.basho.riak.client.core.netty.RiakOperationEncoder
 
end - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
EndsWithFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
A filter that matches keys whose name ends with the configured String argument
EndsWithFilter(String) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.EndsWithFilter
Filter in keys that end with endsWith
equals(Object) - Method in class com.basho.riak.client.api.cap.BasicVClock
 
equals(Object) - Method in class com.basho.riak.client.api.cap.Quorum
 
equals(Object) - Method in class com.basho.riak.client.core.query.BucketProperties
 
equals(Object) - Method in class com.basho.riak.client.core.query.functions.Function
 
equals(Object) - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Indicates whether this RiakIndex is "equal to" another RiakIndex.
equals(Object) - Method in class com.basho.riak.client.core.query.links.RiakLink
 
equals(Object) - Method in class com.basho.riak.client.core.query.Location
 
equals(Object) - Method in class com.basho.riak.client.core.query.Namespace
 
equals(Object) - Method in class com.basho.riak.client.core.util.BinaryValue
 
EqualToFilter<T> - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that equal the configured value
EqualToFilter(T) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.EqualToFilter
Filter in keys whose name is equalTo
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.basho.riak.client.core.netty.HealthCheckDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.basho.riak.client.core.netty.RiakResponseHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.basho.riak.client.core.netty.RiakSecurityDecoder
 
execute(RiakCommand<T, S>) - Method in class com.basho.riak.client.api.RiakClient
Execute a RiakCommand synchronously.
execute(RiakCluster) - Method in class com.basho.riak.client.api.RiakCommand
 
execute(FutureOperation<V, ?, S>) - Method in class com.basho.riak.client.core.RiakCluster
 
execute(FutureOperation) - Method in class com.basho.riak.client.core.RiakNode
Submits the operation to be executed on this node.
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.buckets.FetchBucketProperties
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.buckets.ListBuckets
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.datatypes.FetchCounter
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.datatypes.FetchMap
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.datatypes.FetchSet
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.datatypes.UpdateCounter
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.datatypes.UpdateMap
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.datatypes.UpdateSet
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.indexes.BinIndexQuery
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.indexes.IntIndexQuery
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.indexes.RawIndexQuery
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.kv.DeleteValue
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.kv.FetchValue
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.kv.ListKeys
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.kv.MultiFetch
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.kv.StoreValue
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.kv.UpdateValue
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.search.DeleteIndex
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.search.FetchIndex
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.search.FetchSchema
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.search.Search
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.search.StoreIndex
 
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.search.StoreSchema
 
executeAsync(RiakCommand<T, S>) - Method in class com.basho.riak.client.api.RiakClient
Execute a RiakCommand asynchronously.
executeAsync(RiakCluster) - Method in class com.basho.riak.client.api.RiakCommand
 
executeCoreAsync(RiakCluster) - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
executeOnNode(FutureOperation, RiakNode) - Method in class com.basho.riak.client.core.DefaultNodeManager
 
executeOnNode(FutureOperation, RiakNode) - Method in interface com.basho.riak.client.core.NodeManager
 
extractDatatype(RiakDatatype) - Method in class com.basho.riak.client.api.commands.datatypes.FetchCounter
 
extractDatatype(RiakDatatype) - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype
 
extractDatatype(RiakDatatype) - Method in class com.basho.riak.client.api.commands.datatypes.FetchMap
 
extractDatatype(RiakDatatype) - Method in class com.basho.riak.client.api.commands.datatypes.FetchSet
 

F

FetchBucketProperties - Class in com.basho.riak.client.api.commands.buckets
Command used to fetch the properties of a bucket in Riak.
FetchBucketProperties(FetchBucketProperties.Builder) - Constructor for class com.basho.riak.client.api.commands.buckets.FetchBucketProperties
 
FetchBucketProperties.Builder - Class in com.basho.riak.client.api.commands.buckets
Builder used to construct a FetchBucketPoperties command.
FetchBucketProperties.Builder(Namespace) - Constructor for class com.basho.riak.client.api.commands.buckets.FetchBucketProperties.Builder
Construct a Builder for a FetchBucketProperties command.
FetchBucketPropsOperation - Class in com.basho.riak.client.core.operations
 
FetchBucketPropsOperation(FetchBucketPropsOperation.Builder) - Constructor for class com.basho.riak.client.core.operations.FetchBucketPropsOperation
 
FetchBucketPropsOperation.Builder - Class in com.basho.riak.client.core.operations
 
FetchBucketPropsOperation.Builder(Namespace) - Constructor for class com.basho.riak.client.core.operations.FetchBucketPropsOperation.Builder
Construct a builder for a FetchBucketPropsOperation.
FetchBucketPropsOperation.Response - Class in com.basho.riak.client.core.operations
Response from Fetching a bucket's properties.
FetchCounter - Class in com.basho.riak.client.api.commands.datatypes
Command used to fetch a counter datatype from Riak.
FetchCounter.Builder - Class in com.basho.riak.client.api.commands.datatypes
Builder used to construct a FetchCounter command.
FetchCounter.Builder(Location) - Constructor for class com.basho.riak.client.api.commands.datatypes.FetchCounter.Builder
Construct a builder for a FetchCounter command.
FetchCounter.Response - Class in com.basho.riak.client.api.commands.datatypes
Response from a FetchCounter command.
FetchDatatype<T extends RiakDatatype,S,U> - Class in com.basho.riak.client.api.commands.datatypes
Base abstract class for all CRDT fetch commands.
FetchDatatype(FetchDatatype.Builder) - Constructor for class com.basho.riak.client.api.commands.datatypes.FetchDatatype
 
FetchDatatype.Builder<T extends FetchDatatype.Builder<T>> - Class in com.basho.riak.client.api.commands.datatypes
Base abstract builder for all datatype fetch command builders.
FetchDatatype.Builder(Location) - Constructor for class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Builder
 
FetchDatatype.Option<T> - Class in com.basho.riak.client.api.commands.datatypes
Tuning parameters for all datatype fetch commands.
FetchDatatype.Option(String) - Constructor for class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
 
FetchDatatype.Response<T extends RiakDatatype> - Class in com.basho.riak.client.api.commands.datatypes
Base response for all CRDT fetch commands.
FetchDatatype.Response(T, Context) - Constructor for class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Response
 
FetchIndex - Class in com.basho.riak.client.api.commands.search
Command used to fetch a search index from Riak.
FetchIndex.Builder - Class in com.basho.riak.client.api.commands.search
Builder for a FetchIndex command.
FetchIndex.Builder(String) - Constructor for class com.basho.riak.client.api.commands.search.FetchIndex.Builder
 
FetchMap - Class in com.basho.riak.client.api.commands.datatypes
Command used to fetch a counter datatype from Riak.
FetchMap.Builder - Class in com.basho.riak.client.api.commands.datatypes
Builder used to construct a FetchMap command.
FetchMap.Builder(Location) - Constructor for class com.basho.riak.client.api.commands.datatypes.FetchMap.Builder
Construct a Builder for a FetchMap command.
FetchMap.Response - Class in com.basho.riak.client.api.commands.datatypes
Response from a FetchMap command.
FetchMap.Response(RiakMap, Context) - Constructor for class com.basho.riak.client.api.commands.datatypes.FetchMap.Response
 
FetchOperation - Class in com.basho.riak.client.core.operations
An operation used to fetch an object from Riak.
FetchOperation.Builder - Class in com.basho.riak.client.core.operations
 
FetchOperation.Builder(Location) - Constructor for class com.basho.riak.client.core.operations.FetchOperation.Builder
Construct a FetchOperation that will retrieve an object from Riak stored at the provided Location.
FetchOperation.KvResponseBase - Class in com.basho.riak.client.core.operations
 
FetchOperation.KvResponseBase(FetchOperation.KvResponseBase.Init<?>) - Constructor for class com.basho.riak.client.core.operations.FetchOperation.KvResponseBase
 
FetchOperation.KvResponseBase.Init<T extends FetchOperation.KvResponseBase.Init<T>> - Class in com.basho.riak.client.core.operations
 
FetchOperation.KvResponseBase.Init() - Constructor for class com.basho.riak.client.core.operations.FetchOperation.KvResponseBase.Init
 
FetchOperation.Response - Class in com.basho.riak.client.core.operations
 
FetchOperation.Response.Init<T extends FetchOperation.Response.Init<T>> - Class in com.basho.riak.client.core.operations
 
FetchOperation.Response.Init() - Constructor for class com.basho.riak.client.core.operations.FetchOperation.Response.Init
 
FetchSchema - Class in com.basho.riak.client.api.commands.search
Command used to fetch a search schema from Riak.
FetchSchema.Builder - Class in com.basho.riak.client.api.commands.search
Builder for a FetchSchema command.
FetchSchema.Builder(String) - Constructor for class com.basho.riak.client.api.commands.search.FetchSchema.Builder
 
FetchSet - Class in com.basho.riak.client.api.commands.datatypes
Command used to fetch a set datatype from Riak.
FetchSet.Builder - Class in com.basho.riak.client.api.commands.datatypes
Builder used to construct a FetchSet command.
FetchSet.Builder(Location) - Constructor for class com.basho.riak.client.api.commands.datatypes.FetchSet.Builder
Construct a builder for a FetchSet command.
FetchSet.Response - Class in com.basho.riak.client.api.commands.datatypes
Response from a FetchSet command.
FetchValue - Class in com.basho.riak.client.api.commands.kv
Command used to fetch a value from Riak.
FetchValue.Builder - Class in com.basho.riak.client.api.commands.kv
Used to construct a FetchValue command.
FetchValue.Builder(Location) - Constructor for class com.basho.riak.client.api.commands.kv.FetchValue.Builder
Constructs a builder for a FetchValue operation using the supplied location.
FetchValue.Option<T> - Class in com.basho.riak.client.api.commands.kv
Options for controlling how Riak performs the fetch operation.
FetchValue.Response - Class in com.basho.riak.client.api.commands.kv
A response from Riak containing results from a FetchValue command.
field - Variable in class com.basho.riak.client.core.query.crdt.ops.MapOp.MapUpdate
 
filter(String) - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
FL_BUCKETS - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_KEYS - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_NAME - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_ALLOW_MULT - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_BACKEND - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_BASIC_QUORUM - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_BIG_VCLOCK - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_CHASHFUN - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_CHASHFUN_FUN - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_CHASHFUN_MOD - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_DW - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_FUN_FUN - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_FUN_MOD - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_FUN_NAME - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_LAST_WRITE_WINS - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_LINKFUN - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_LINKFUN_FUN - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_LINKFUN_MOD - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_NOT_FOUND_OK - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_NVAL - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_OLD_VCLOCK - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_POSTCOMMIT - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_PR - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_PRECOMMIT - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_PW - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_R - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_RW - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_SEARCH - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_SMALL_VCLOCK - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_W - Static variable in interface com.basho.riak.client.core.util.Constants
 
FL_SCHEMA_YOUNG_VCLOCK - Static variable in interface com.basho.riak.client.core.util.Constants
 
FlagOp - Class in com.basho.riak.client.core.query.crdt.ops
 
FlagOp(boolean) - Constructor for class com.basho.riak.client.core.query.crdt.ops.FlagOp
 
FlagUpdate - Class in com.basho.riak.client.api.commands.datatypes
An update to a Riak flag datatype.
FlagUpdate(boolean) - Constructor for class com.basho.riak.client.api.commands.datatypes.FlagUpdate
Construct a FlagUpdate.
FlagUpdate() - Constructor for class com.basho.riak.client.api.commands.datatypes.FlagUpdate
Construct a FlagUpdate with the default disabled (false) value.
FloatToStringFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Transforms the input key from a float to a string.
FloatToStringFilter() - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.FloatToStringFilter
 
fromDomain(T, Namespace, BinaryValue) - Method in class com.basho.riak.client.api.convert.Converter
Convert from a domain object to a RiakObject.
fromDomain(T) - Method in class com.basho.riak.client.api.convert.Converter
Provide the value portion of a RiakObject from the domain object.
fromDomain(T) - Method in class com.basho.riak.client.api.convert.JSONConverter
 
fromDomain(RiakObject, Namespace, BinaryValue) - Method in class com.basho.riak.client.api.convert.PassThroughConverter
 
fromDomain(RiakObject) - Method in class com.basho.riak.client.api.convert.PassThroughConverter
 
fromDomain(String, Namespace, BinaryValue) - Method in class com.basho.riak.client.api.convert.StringConverter
 
fromDomain(String) - Method in class com.basho.riak.client.api.convert.StringConverter
 
Function - Class in com.basho.riak.client.core.query.functions
A Function for use with bucket properties or asMap reduce.
Function.Builder - Class in com.basho.riak.client.core.query.functions
Builder class for creating Function instances.
Function.Builder() - Constructor for class com.basho.riak.client.core.query.functions.Function.Builder
 
FutureOperation<T,U,S> - Class in com.basho.riak.client.core
 
FutureOperation() - Constructor for class com.basho.riak.client.core.FutureOperation
 

G

get() - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
get(long, TimeUnit) - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
get() - Method in class com.basho.riak.client.api.commands.datatypes.RegisterUpdate
Get the register contained in this update.
get(Class<T>) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationCache
 
get() - Method in class com.basho.riak.client.core.FutureOperation
 
get(long, TimeUnit) - Method in class com.basho.riak.client.core.FutureOperation
 
get(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns the value(s) to which the specified key is mapped, or null if the map contains no mapping for the key.
get(String) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Get a user metadata entry.
get(String, Charset) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Get a user metadata entry.
get(BinaryValue) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Get a user metadata entry.
get() - Method in interface com.basho.riak.client.core.RiakFuture
Waits for this RiakFuture to be completed if necessary and returns the response if available.
get(long, TimeUnit) - Method in interface com.basho.riak.client.core.RiakFuture
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
getAdds() - Method in class com.basho.riak.client.api.commands.datatypes.SetUpdate
Get the set of additions contained in this update.
getAdds() - Method in class com.basho.riak.client.core.query.crdt.ops.SetOp
 
getAllowMulti() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the allow_multi value.
getAllResults() - Method in class com.basho.riak.client.core.operations.SearchOperation.Response
Returns the entire list of results from the search query.
getAsCounter() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Get this datatype as a counter.
getAsFlag() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Get this datatype as a flag.
getAsMap() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Get this datatype as a map.
getAsRegister() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Get this datatype as a register.
getAsSet() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Get this datatype as a set.
getBackend() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the backend.
getBasicQuorum() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the basic_quorum value.
getBigVClock() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the big_vclock value.
getBlockOnMaxConnections() - Method in class com.basho.riak.client.core.RiakNode
Returns if this node is set to block when all connections are in use.
getBucket() - Method in class com.basho.riak.client.core.query.functions.Function
Returns the bucket for this stored JS function.
getBucket() - Method in class com.basho.riak.client.core.query.links.RiakLink
Get the bucket for this RiakLink as a String
getBucket(Charset) - Method in class com.basho.riak.client.core.query.links.RiakLink
Get the bucket for this RiakLink as a String
getBucketAsBytes() - Method in class com.basho.riak.client.core.query.links.RiakLink
Get the bucket as a wrapped byte array
getBucketName(T, BinaryValue) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
getBucketName(T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
getBucketName() - Method in class com.basho.riak.client.core.query.Namespace
Returns the bucket name for this Namespace.
getBucketNameAsString() - Method in class com.basho.riak.client.core.query.Namespace
Get the bucket name for this Namespace as a String.
getBucketNameAsString(Charset) - Method in class com.basho.riak.client.core.query.Namespace
Get the bucket name for this Namespace as a String.
getBucketProperties() - Method in class com.basho.riak.client.core.operations.FetchBucketPropsOperation.Response
Returns the fetched BucketProperties.
getBuckets() - Method in class com.basho.riak.client.core.operations.ListBucketsOperation.Response
 
getBucketType(T, BinaryValue) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
getBucketType(T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
getBucketType() - Method in class com.basho.riak.client.core.operations.ListBucketsOperation.Response
 
getBucketType() - Method in class com.basho.riak.client.core.query.Namespace
Returns the bucket type for this Namespace.
getBucketTypeAsString() - Method in class com.basho.riak.client.core.query.Namespace
Get the bucket type for this Namespace as a String.
getBucketTypeAsString(Charset) - Method in class com.basho.riak.client.core.query.Namespace
Get the bucket type for this Namespace as a String.
getBytes() - Method in class com.basho.riak.client.api.cap.BasicVClock
 
getBytes() - Method in interface com.basho.riak.client.api.cap.VClock
Get the bytes that make up this VClock.
getCharset() - Method in class com.basho.riak.client.core.query.RiakObject
Get the character asSet for this RiakObject's content (value)
getCharset(String) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Attempts to parse the Charset from a contentType string.
getChashKeyFunction() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the chash_keyfun value.
getCode() - Method in exception com.basho.riak.client.core.netty.RiakResponseException
 
getCode() - Method in class com.basho.riak.client.core.RiakMessage
 
getConflictResolver(Class<T>) - Method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
 
getConflictResolver(TypeReference<T>) - Method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
 
getConnectionTimeout() - Method in class com.basho.riak.client.core.RiakNode
Returns the connection timeout in milliseconds.
getContent() - Method in class com.basho.riak.client.core.query.search.YokozunaSchema
Returns the XML that defines this schema.
getContentType(T, String) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
getContentType(T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
getContentType() - Method in class com.basho.riak.client.core.query.RiakObject
Returns the content type of the data payload (value) of this RiakObject
getContext() - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Response
Get the context from this response.
getContext() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Response
Get the returned context.
getContext() - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Response
 
getContinuation() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the continuation supplied for this query.
getContinuation() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response
Get the continuation from this response.
getContinuation() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
getContinuation() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Response
 
getConverter() - Method in class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery
 
getConverter() - Method in class com.basho.riak.client.api.commands.indexes.BinIndexQuery
 
getConverter() - Method in class com.basho.riak.client.api.commands.indexes.IntIndexQuery
 
getConverter() - Method in class com.basho.riak.client.api.commands.indexes.RawIndexQuery
 
getConverter() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
getConverter(Type) - Method in enum com.basho.riak.client.api.convert.ConverterFactory
Returns a Converter instance for the supplied class.
getConverter(TypeReference<T>) - Method in enum com.basho.riak.client.api.convert.ConverterFactory
Returns a Converter instance for the supplied class.
getCounter(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakCounter to which the specified key is mapped, or null if no RiakCounter is present.
getCounter(String) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakCounter to which the specified key is mapped, or null if no RiakCounter is present.
getCrdtElement() - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Response
 
getCriteria() - Method in class com.basho.riak.client.api.commands.mapreduce.IndexInput
 
getData() - Method in class com.basho.riak.client.core.RiakMessage
 
getDatatype() - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Response
Get the datatype from this response.
getDatatype() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Response
Get the returned datatype.
getDeclaredCharset(String) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Get the actual string value declared as the charset in a content-type string, regardless of its validity.
getDelta() - Method in class com.basho.riak.client.api.commands.datatypes.CounterUpdate
Get the delta.
getDistance() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.SimilarToFilter
 
getDw() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the dw value.
getElement() - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap.MapEntry
 
getEnabled() - Method in class com.basho.riak.client.core.query.crdt.ops.FlagOp
 
getEnabled() - Method in class com.basho.riak.client.core.query.crdt.types.RiakFlag
Return whether this flag is enabled.
getEntries() - Method in class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Response
 
getEntries() - Method in class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Response
 
getEntries() - Method in class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Response
 
getEntries() - Method in class com.basho.riak.client.api.commands.indexes.RawIndexQuery.Response
 
getEntries() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response
 
getEntryList() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Response
 
getField() - Method in class com.basho.riak.client.api.convert.reflection.RiakIndexField
 
getField() - Method in class com.basho.riak.client.api.convert.reflection.UsermetaField
 
getField() - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap.MapEntry
 
getFieldType() - Method in class com.basho.riak.client.api.convert.reflection.RiakIndexField
 
getFieldType() - Method in class com.basho.riak.client.api.convert.reflection.UsermetaField
 
getFieldValue(Field, T) - Static method in class com.basho.riak.client.api.convert.reflection.ClassUtil
 
getFilters() - Method in class com.basho.riak.client.api.commands.mapreduce.BucketInput
 
getFilters() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.LogicalFilter
 
getFlag(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakFlag to which the specified key is mapped, or null if no RiakFlag is present.
getFlag(String) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakFlag to which the specified key is mapped, or null if no RiakFlag is present.
getFrom() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.BetweenFilter
 
getFullname() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Get the fully qualified name of this index
getFullname() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex.Name
Get the fully qualified name of this index
getFunction() - Method in class com.basho.riak.client.core.query.functions.Function
Returns the function for this Erlang function.
getGeneratedKey() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Response
Get the returned generated key.
getGeneratedKey() - Method in class com.basho.riak.client.api.commands.kv.StoreValue.Response
 
getGeneratedKey() - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Response
 
getGeneratedKey() - Method in class com.basho.riak.client.core.operations.StoreOperation.Response
 
getIdleTimeout() - Method in class com.basho.riak.client.core.RiakNode
Returns the connection idle timeout for connections in milliseconds.
getIncrement() - Method in class com.basho.riak.client.core.query.crdt.ops.CounterOp
 
getIndex() - Method in class com.basho.riak.client.api.commands.mapreduce.IndexInput
 
getIndex() - Method in class com.basho.riak.client.api.commands.mapreduce.SearchInput
 
getIndex(T) - Method in class com.basho.riak.client.core.query.indexes.RiakIndexes
Get the named RiakIndex
getIndexes(RiakIndexes, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getIndexes(RiakIndexes, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
getIndexes(RiakIndexes, T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to get all the riak indexes from a domain object by looking for a @RiakIndexes annotated member.
getIndexes() - Method in class com.basho.riak.client.core.operations.YzFetchIndexOperation.Response
 
getIndexes() - Method in class com.basho.riak.client.core.query.RiakObject
Returns the Secondary Indexes (2i) for this RiakObject
getIndexKey() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response.Entry
Get this 2i key for this entry.
getIndexKey() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
getIndexKey() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Response.Entry
 
getIndexName() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the full index name for this query.
getIndexName() - Method in class com.basho.riak.client.api.convert.reflection.RiakIndexField
 
getIndexName() - Method in class com.basho.riak.client.api.convert.reflection.RiakIndexMethod
 
getIndexName() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
getInputs() - Method in class com.basho.riak.client.api.commands.mapreduce.BucketKeyInput
 
getInstance() - Static method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
Returns the instance of the ConflictResolverFactory.
getInstance() - Static method in enum com.basho.riak.client.api.convert.ConverterFactory
Get the instance of the ConverterFactory.
getInstance() - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getInstance() - Static method in class com.basho.riak.client.api.convert.RiakBeanSerializerModifier
 
getIntValue() - Method in class com.basho.riak.client.api.cap.Quorum
The int value of the quorum.
getKey() - Method in class com.basho.riak.client.api.convert.Converter.OrmExtracted
 
getKey(T, BinaryValue) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to get a key from domainObject by looking for a @RiakKey annotated member.
getKey(T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to get a key from domainObject by looking for a @RiakKey annotated member.
getKey() - Method in class com.basho.riak.client.core.query.functions.Function
Returns the key for this stored JS function.
getKey() - Method in class com.basho.riak.client.core.query.links.RiakLink
Get the key for this RiakLink as a String
getKey(Charset) - Method in class com.basho.riak.client.core.query.links.RiakLink
Get the key for this RiakLink as a String
getKey() - Method in class com.basho.riak.client.core.query.Location
Returns the key for this location.
getKeyAsBytes() - Method in class com.basho.riak.client.core.query.links.RiakLink
Return the key as a wrapped byte array
getKeyAsString() - Method in class com.basho.riak.client.core.query.Location
Get the key for this location as a String.
getKeyAsString(Charset) - Method in class com.basho.riak.client.core.query.Location
Get the key for this location as a String.
getKeys() - Method in class com.basho.riak.client.core.operations.ListKeysOperation.Response
 
getLastModified() - Method in class com.basho.riak.client.core.query.RiakObject
Returns the last modified time of this RiakObject.
getLastWriteWins() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the last_write_wins value.
getLegacyRiakSearchEnabled() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if legacy Riak Search is enabled.
getLinks(RiakLinks, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getLinks(RiakLinks, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
getLinks(RiakLinks, T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to get the the Riak links from a domain object by looking for a @RiakLinks annotated member.
getLinks() - Method in class com.basho.riak.client.core.query.links.RiakLinks
Return all the links.
getLinks() - Method in class com.basho.riak.client.core.query.RiakObject
Returns the RiakLinks for this RiakObject
getLinkwalkFunction() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the linkfun value.
getLocationFromCoreEntry(SecondaryIndexQueryOperation.Response.Entry) - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response
 
getMap(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakMap to which the specified key is mapped, or null if no RiakMap is present.
getMap(String) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakMap to which the specified key is mapped, or null if no RiakMap is present.
getMatchValue() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the match value supplied for this query.
getMaxConnections() - Method in class com.basho.riak.client.core.RiakNode
Returns the maximum number of connections allowed.
getMaxResults() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the max number of results for this query.
getMaxResults() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
getMaxScore() - Method in class com.basho.riak.client.core.operations.SearchOperation.Response
Returns the max score from the search query.
getMethod() - Method in class com.basho.riak.client.api.convert.reflection.RiakIndexMethod
 
getMethod() - Method in class com.basho.riak.client.api.convert.reflection.UsermetaMethod
 
getMethodType() - Method in class com.basho.riak.client.api.convert.reflection.RiakIndexMethod
 
getMethodType() - Method in class com.basho.riak.client.api.convert.reflection.UsermetaMethod
Get the return type.
getMethodValue(Method, T) - Static method in class com.basho.riak.client.api.convert.reflection.ClassUtil
 
getMinConnections() - Method in class com.basho.riak.client.core.RiakNode
Returns the current minimum number of active connections to be maintained.
getModule() - Method in class com.basho.riak.client.core.query.functions.Function
Returns the module for this Erlang function.
getModuleName() - Method in class com.basho.riak.client.api.convert.RiakJacksonModule
 
getName() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.KeyFilter
 
getName() - Method in class com.basho.riak.client.api.commands.RiakOption
 
getName() - Method in class com.basho.riak.client.core.query.functions.Function
Returns the name of this named JS function.
getName() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Get the index's name.
getName() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex.Name
Get the short name of this index
getName() - Method in class com.basho.riak.client.core.query.search.YokozunaIndex
Returns the name of this index as a UTF-8.
getName() - Method in class com.basho.riak.client.core.query.search.YokozunaSchema
Returns the name of this schema.
getName() - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
getNamespace() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the location for this query.
getNamespace() - Method in class com.basho.riak.client.api.commands.mapreduce.BucketInput
 
getNamespace() - Method in class com.basho.riak.client.api.commands.mapreduce.IndexInput
 
getNamespace() - Method in class com.basho.riak.client.api.convert.Converter.OrmExtracted
 
getNamespace() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
Return the location for the Query.
getNamespace() - Method in class com.basho.riak.client.core.query.Location
Return the Namespace for this location.
getNodes() - Method in class com.basho.riak.client.core.RiakCluster
Returns a copy of the list of nodes in this cluster.
getNodeState() - Method in class com.basho.riak.client.core.RiakNode
Returns the current state of this node.
getNotFoundOk() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the not_found_ok value.
getNow() - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
getNow() - Method in class com.basho.riak.client.core.FutureOperation
 
getNow() - Method in interface com.basho.riak.client.core.RiakFuture
Return the result without blocking or throwing an exception.
getNVal() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the nVal.
getObjectKey() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Response.Entry
 
getObjectList() - Method in class com.basho.riak.client.core.operations.FetchOperation.KvResponseBase
 
getObjectMapper() - Static method in class com.basho.riak.client.api.convert.JSONConverter
Returns the ObjectMapper being used.
getOldVClock() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the old_vclock value.
getOp() - Method in class com.basho.riak.client.api.commands.datatypes.CounterUpdate
Returns the core update.
getOp() - Method in interface com.basho.riak.client.api.commands.datatypes.DatatypeUpdate
 
getOp() - Method in class com.basho.riak.client.api.commands.datatypes.FlagUpdate
Returns the core update.
getOp() - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Returns the core update.
getOp() - Method in class com.basho.riak.client.api.commands.datatypes.RegisterUpdate
Returns the core update.
getOp() - Method in class com.basho.riak.client.api.commands.datatypes.SetUpdate
Returns the core update.
getPaginationSort() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the pagination sort setting.
getPattern() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.EndsWithFilter
 
getPort() - Method in class com.basho.riak.client.core.RiakNode
returns the remote port for this RiakNode
getPostcommitHooks() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the list of post-commit hooks.
getPr() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the pr value.
getPrecommitHooks() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the list of pre-commit hooks.
getPromise() - Method in class com.basho.riak.client.core.netty.HealthCheckDecoder
 
getPromise() - Method in class com.basho.riak.client.core.netty.RiakSecurityDecoder
 
getPw() - Method in class com.basho.riak.client.core.query.BucketProperties
Set the pw value.
getQueryInfo() - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
getQueryInfo() - Method in class com.basho.riak.client.core.FutureOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.DeleteOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.DtFetchOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.DtUpdateOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.FetchBucketPropsOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.FetchOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.ListBucketsOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.ListKeysOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.MapReduceOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.PingOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.ResetBucketPropsOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.SearchOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.StoreBucketPropsOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.StoreOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.YzDeleteIndexOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.YzFetchIndexOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.YzGetSchemaOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.YzPutIndexOperation
 
getQueryInfo() - Method in class com.basho.riak.client.core.operations.YzPutSchemaOperation
 
getQueryInfo() - Method in interface com.basho.riak.client.core.RiakFuture
Returns information related to the operation performed.
getR() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the r value.
getRangeEnd() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the range end value for this query.
getRangeEnd() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
getRangeStart() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the range start value for this query.
getRangeStart() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
getRegister(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakRegister to which the specified key is mapped, or null if no RiakRegister is present.
getRegister(String) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakRegister to which the specified key is mapped, or null if no RiakRegister is present.
getRemoteAddress() - Method in class com.basho.riak.client.core.RiakNode
Returns the remoteAddress for this RiakNode
getRemoves() - Method in class com.basho.riak.client.api.commands.datatypes.SetUpdate
Get the set of removes contained in this update.
getRemoves() - Method in class com.basho.riak.client.core.query.crdt.ops.MapOp
 
getRemoves() - Method in class com.basho.riak.client.core.query.crdt.ops.SetOp
 
getResponses() - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Response
 
getResultForPhase(int) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Response
 
getResults() - Method in class com.basho.riak.client.core.operations.MapReduceOperation.Response
 
getResultsFromAllPhases() - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Response
 
getResultsFromAllPhases(Class<T>) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Response
 
getReturnKeyAndIndex() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get whether this query will return both index keys and object keys.
getRiakBucketName(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getRiakBucketName(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
getRiakBucketType(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getRiakBucketType(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
getRiakContentType(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getRiakContentType(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
getRiakKey(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getRiakKey(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
Returns the key.
getRiakObject() - Method in class com.basho.riak.client.api.convert.Converter.OrmExtracted
 
getRiakObjectLocation() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response.Entry
Get the location for this entry.
getRiakTombstone(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getRiakTombstone(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
getRiakVClock(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getRiakVClock(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
getRw() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the rw value.
getSchema() - Method in class com.basho.riak.client.core.operations.YzGetSchemaOperation.Response
 
getSchema() - Method in class com.basho.riak.client.core.query.search.YokozunaIndex
Returns the schema name for this index
getSearch() - Method in class com.basho.riak.client.api.commands.mapreduce.SearchInput
 
getSearchIndex() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the associated Yokozuna Index.
getSeparator() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.TokenizeFilter
 
getSet() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.SetMemberFilter
 
getSet(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakSet to which the specified key is mapped, or null if no RiakSet is present.
getSet(String) - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Returns a RiakSet to which the specified key is mapped, or null if no RiakSet is present.
getSiblings() - Method in exception com.basho.riak.client.api.cap.UnresolvedConflictException
Get the siblings that could not be resolved.
getSmallVClock() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the small_vclock value.
getSource() - Method in class com.basho.riak.client.core.query.functions.Function
Returns the source for this anonymous JS function.
getTag() - Method in class com.basho.riak.client.core.query.links.RiakLink
Get the tag for this RiakLink as a String
getTag(Charset) - Method in class com.basho.riak.client.core.query.links.RiakLink
Get the tag for this RiakLink as a String
getTagAsBytes() - Method in class com.basho.riak.client.core.query.links.RiakLink
Get the tag as bytes
getTermFilter() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the regex term filter for this query.
getTermFilter() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
getTimeout() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
Get the timeout value for this query.
getTimeout() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
getTo() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.BetweenFilter
 
getTokens() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.TokenizeFilter
 
getTombstone(T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to get boolean from domainObject by looking for a @RiakTombstone annotated member.
getType() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Get the type of this index.
getType() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex.Name
Get the type of this index
getUnsignedIntValue(int) - Static method in class com.basho.riak.client.core.operations.Operations
Convert a Java signed int to unsigned.
getUpdates() - Method in class com.basho.riak.client.core.query.crdt.ops.MapOp
 
getUserMeta() - Method in class com.basho.riak.client.core.query.RiakObject
Returns the User Meta for this RiakObject
getUsermetaData(RiakUserMetadata, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
getUsermetaData(RiakUserMetadata, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
getUsermetaData(RiakUserMetadata, T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to get the riak user metadata from a domain object by looking for a @RiakUsermeta annotated field or getter method.
getUserMetadata() - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Get the user metadata entries
getUsermetaDataKey() - Method in class com.basho.riak.client.api.convert.reflection.UsermetaField
 
getUsermetaDataKey() - Method in class com.basho.riak.client.api.convert.reflection.UsermetaMethod
 
getValue() - Method in class com.basho.riak.client.api.commands.datatypes.Context
Returns the context as a BinaryValue.
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.EqualToFilter
 
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.GreaterThanFilter
 
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.GreaterThanOrEqualFilter
 
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.LessThanFilter
 
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.LessThanOrEqualFilter
 
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.MatchFilter
 
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.NotEqualToFilter
 
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.SimilarToFilter
 
getValue() - Method in class com.basho.riak.client.api.commands.mapreduce.filters.StartsWithFilter
 
getValue() - Method in class com.basho.riak.client.core.query.crdt.ops.RegisterOp
 
getValue() - Method in class com.basho.riak.client.core.query.crdt.types.RiakRegister
Returns the RiakRegister as a BinaryValue.
getValue() - Method in class com.basho.riak.client.core.query.RiakObject
Returns the value of this RiakObject.
getValue() - Method in class com.basho.riak.client.core.util.BinaryValue
Return a copy of the wrapped byte[]
getVClock(T, VClock) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
getVClock(T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to get a vector clock from domainObject by looking for a @RiakVClock annotated member.
getVClock() - Method in class com.basho.riak.client.core.query.RiakObject
Get the vector clock for this RiakObject.
getVTag() - Method in class com.basho.riak.client.core.query.RiakObject
Returns the version tag (if it is one of a asSet of siblings) for this RiakObject
getW() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the w value.
getYoungVClock() - Method in class com.basho.riak.client.core.query.BucketProperties
Get the young_vclock value.
GreaterThanFilter<T> - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filters in keys that are greater than the configured value.
GreaterThanFilter(T) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.GreaterThanFilter
 
GreaterThanOrEqualFilter<T> - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that are >= to the configured value
GreaterThanOrEqualFilter(T) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.GreaterThanOrEqualFilter
 

H

handle(RiakFuture<T, S>) - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
handle(RiakFuture<T, S>) - Method in interface com.basho.riak.client.core.RiakFutureListener
 
handlerAdded(ChannelHandlerContext) - Method in class com.basho.riak.client.core.netty.HealthCheckDecoder
 
handlerAdded(ChannelHandlerContext) - Method in class com.basho.riak.client.core.netty.RiakSecurityDecoder
 
hasAllowMulti() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an allow_multi value has been set.
hasBackend() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an backend value has been set.
hasBasicQuorum() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a basic_quorum value has been set.
hasBigVClock() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an big_vclock value has been set.
hasCharset() - Method in class com.basho.riak.client.core.query.RiakObject
Determine if there is a character asSet present in the content-type.
hasCharset(String) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Check if a content-type string has a charset field appended.
hasChashKeyFunction() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a chash_keyfun value has been set.
hasContext() - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Response
Check to see if a context is present in this response.
hasContext() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Response
Check to see if this response includes a Context.
hasContext() - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Response
 
hasContinuation() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response
Check if this response has a continuation.
hasContinuation() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Response
 
hasCrdtElement() - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Response
 
hasDatatype() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Response
Check to see if this resposne includes the updated datatype.
hasDw() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a dw value has been set.
hasEntries() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response
Check is this response contains any entries.
hasFilters() - Method in class com.basho.riak.client.api.commands.mapreduce.BucketInput
 
hasGeneratedKey() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Response
Check to see if the response includes a generated key.
hasGeneratedKey() - Method in class com.basho.riak.client.api.commands.kv.StoreValue.Response
 
hasGeneratedKey() - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Response
 
hasGeneratedKey() - Method in class com.basho.riak.client.core.operations.StoreOperation.Response
 
hashCode() - Method in class com.basho.riak.client.api.cap.BasicVClock
 
hashCode() - Method in class com.basho.riak.client.api.cap.Quorum
 
hashCode() - Method in class com.basho.riak.client.core.query.BucketProperties
 
hashCode() - Method in class com.basho.riak.client.core.query.functions.Function
 
hashCode() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Returns a hash code value for the object.
hashCode() - Method in class com.basho.riak.client.core.query.links.RiakLink
 
hashCode() - Method in class com.basho.riak.client.core.query.Location
 
hashCode() - Method in class com.basho.riak.client.core.query.Namespace
 
hashCode() - Method in class com.basho.riak.client.core.util.BinaryValue
 
hasIndex(RiakIndex.Name<T>) - Method in class com.basho.riak.client.core.query.indexes.RiakIndexes
Returns whether a specific RiakIndex is present
hasIndexes() - Method in class com.basho.riak.client.core.query.RiakObject
Returns whether this RiakObject has secondary indexes (2i)
hasIndexKey() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Response.Entry
 
hasKey() - Method in class com.basho.riak.client.api.convert.Converter.OrmExtracted
 
hasLastWriteWins() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a last_write_wins value has been set.
hasLegacyRiakSearchEnabled() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if legacy Riak Search has been enabled.
hasLink(RiakLink) - Method in class com.basho.riak.client.core.query.links.RiakLinks
Determine if a specific RiakLink is present.
hasLinks() - Method in class com.basho.riak.client.core.query.RiakObject
Returns whether this RiakObject containsKeyKey links
hasLinkwalkFunction() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a linkfun value has been set.
hasNotFoundOk() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a not_found_ok value has been set.
hasNVal() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an nVal value has been set.
hasOldVClock() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an old_vclock value has been set.
hasPostcommitHooks() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if any post-commit hooks have been added.
hasPr() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a pr value has been set.
hasPrecommitHooks() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if any pre-commit hooks have been added.
hasPw() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a pw value has been set.
hasR() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an r value has been set.
hasResultForPhase(int) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Response
 
hasRiakVClock() - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
hasRiakVClockAnnotation(T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
hasRw() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an rw value has been set.
hasSearchIndex() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a Yokozuna Index has been set.
hasSmallVClock() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an small_vclock value has been set.
hasUserMeta() - Method in class com.basho.riak.client.core.query.RiakObject
Returns if there are any User Meta entries for this RiakObject
hasValue(T) - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Determine if this index contains a value
hasValue() - Method in class com.basho.riak.client.core.query.RiakObject
Returns whether or not this RiakObject has a value
hasVClockAnnotation(T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
hasW() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if a w value has been set.
hasYoungVClock() - Method in class com.basho.riak.client.core.query.BucketProperties
Determine if an young_vclock value has been set.
HEAD - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
Head.
HEALTHCHECK_CODEC - Static variable in interface com.basho.riak.client.core.util.Constants
 
HealthCheckDecoder - Class in com.basho.riak.client.core.netty
 
HealthCheckDecoder() - Constructor for class com.basho.riak.client.core.netty.HealthCheckDecoder
 
HealthCheckFactory - Interface in com.basho.riak.client.core
Provides a simple factory method for HealhCheckDecoders.

I

IF_MODIFIED - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
If Modified.
IF_NONE_MATCH - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
If None Match.
IF_NOT_MODIFIED - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
If Not Modified.
INCLUDE_CONTEXT - Static variable in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
Whether to return a context.
INCLUDE_KEYS - Static variable in interface com.basho.riak.client.core.util.Constants
 
includeContext(boolean) - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Set whether a context should be returned.
inConstructor() - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
IndexInput - Class in com.basho.riak.client.api.commands.mapreduce
 
IndexInput(Namespace, String, IndexInput.IndexCriteria) - Constructor for class com.basho.riak.client.api.commands.mapreduce.IndexInput
 
IndexInputSerializer - Class in com.basho.riak.client.api.commands.mapreduce
 
IndexInputSerializer() - Constructor for class com.basho.riak.client.api.commands.mapreduce.IndexInputSerializer
 
IndexMapReduce - Class in com.basho.riak.client.api.commands.mapreduce
Command used to performa a map reduce operation using a secondary index (2i) as input.
IndexMapReduce(IndexInput, IndexMapReduce.Builder) - Constructor for class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce
 
IndexMapReduce.Builder - Class in com.basho.riak.client.api.commands.mapreduce
Builder for a IndexMapReduce command.
IndexMapReduce.Builder() - Constructor for class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
indexName - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
IndexType - Enum in com.basho.riak.client.core.query.indexes
Enum that encapsulates the suffix used to determine and index type in Riak.
inField() - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
init(List<RiakNode>) - Method in class com.basho.riak.client.core.DefaultNodeManager
 
init(List<RiakNode>) - Method in interface com.basho.riak.client.core.NodeManager
 
initChannel(SocketChannel) - Method in class com.basho.riak.client.core.netty.RiakChannelInitializer
 
inMethod() - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
inOverview() - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
inPackage() - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
IntIndexQuery - Class in com.basho.riak.client.api.commands.indexes
Performs a 2i query where the 2i index keys are numeric.
IntIndexQuery(IntIndexQuery.Init<Long, ?>) - Constructor for class com.basho.riak.client.api.commands.indexes.IntIndexQuery
 
IntIndexQuery.Builder - Class in com.basho.riak.client.api.commands.indexes
Builder used to construct a IntIndexQuery.
IntIndexQuery.Builder(Namespace, String, Long, Long) - Constructor for class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Builder
Construct a Builder for a IntIndexQuery with a range.
IntIndexQuery.Builder(Namespace, String, Long) - Constructor for class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Builder
Construct a Builder for a IntIndexQuery with a single 2i key.
IntIndexQuery.Init<S,T extends IntIndexQuery.Init<S,T>> - Class in com.basho.riak.client.api.commands.indexes
 
IntIndexQuery.Init(Namespace, String, S, S) - Constructor for class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Init
 
IntIndexQuery.Init(Namespace, String, S) - Constructor for class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Init
 
IntIndexQuery.IntQueryFuture - Class in com.basho.riak.client.api.commands.indexes
 
IntIndexQuery.IntQueryFuture(RiakFuture<SecondaryIndexQueryOperation.Response, SecondaryIndexQueryOperation.Query>) - Constructor for class com.basho.riak.client.api.commands.indexes.IntIndexQuery.IntQueryFuture
 
IntIndexQuery.Response - Class in com.basho.riak.client.api.commands.indexes
 
IntIndexQuery.Response(Namespace, SecondaryIndexQueryOperation.Response, SecondaryIndexQuery.IndexConverter<Long>) - Constructor for class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Response
 
IntIndexQuery.Response.Entry - Class in com.basho.riak.client.api.commands.indexes
 
IntIndexQuery.Response.Entry(Location, BinaryValue, SecondaryIndexQuery.IndexConverter<Long>) - Constructor for class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Response.Entry
 
IntToStringFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Transforms a key from an int to a string.
IntToStringFilter() - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.IntToStringFilter
 
inType() - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
isAnonymous() - Method in class com.basho.riak.client.core.query.functions.Function
Return whether this is an anonymous JS function or not.
isCancelled() - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
isCancelled() - Method in class com.basho.riak.client.core.FutureOperation
 
isCancelled() - Method in interface com.basho.riak.client.core.RiakFuture
 
isCounter() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Determine if this datatype is a counter.
isDeleted() - Method in class com.basho.riak.client.core.query.RiakObject
Returns whether or not this RiakObject is marked as being deleted (a tombstone)
isDone() - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
isDone() - Method in class com.basho.riak.client.core.FutureOperation
 
isDone() - Method in interface com.basho.riak.client.core.RiakFuture
 
isEmpty() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Determine if this index has any values.
isEmpty() - Method in class com.basho.riak.client.core.query.indexes.RiakIndexes
Returns whether any RiakIndex objects are present
isEmpty() - Method in class com.basho.riak.client.core.query.links.RiakLinks
Reports if there are any RiakLink objects present
isEmpty() - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Determine if usermeta is present.
isEnabled() - Method in class com.basho.riak.client.api.commands.datatypes.FlagUpdate
Return the value of this FlagUpdate.
isFlag() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Determine if this datatype is a flag.
isInlineTag() - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
isJavascript() - Method in class com.basho.riak.client.core.query.functions.Function
Returns whether this function is Javascript or not.
isMap() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Determine if this datatype is a map.
isModified() - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Update
true if this Update has modified the input value and requires a store, defaults to true
isNamed() - Method in class com.basho.riak.client.core.query.functions.Function
Return whether this is a named JS function or not.
isNotFound() - Method in class com.basho.riak.client.api.commands.kv.FetchValue.Response
Determine if there was a value in Riak.
isNotFound() - Method in class com.basho.riak.client.core.operations.FetchOperation.Response
 
ISO_8859_1 - Static variable in class com.basho.riak.client.core.util.CharsetUtils
 
isPaginationSort() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
isRegister() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Determine if this datatype is a register.
isReturnKeyAndIndex() - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query
 
isSet() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
Determine if this datatype is a set.
isStored() - Method in class com.basho.riak.client.core.query.functions.Function
Return whether this is a JS function stored as an object in Riak.
isSuccess() - Method in class com.basho.riak.client.api.commands.CoreFutureAdapter
 
isSuccess() - Method in class com.basho.riak.client.core.FutureOperation
 
isSuccess() - Method in interface com.basho.riak.client.core.RiakFuture
Determine if the operation completed successfully.
isSymbolic() - Method in class com.basho.riak.client.api.cap.Quorum
Determine if the quorum has a symbolic value.
isUnchanged() - Method in class com.basho.riak.client.api.commands.kv.FetchValue.Response
Determine if the value is unchanged.
isUnchanged() - Method in class com.basho.riak.client.core.operations.FetchOperation.Response
 
iterator() - Method in class com.basho.riak.client.api.commands.buckets.ListBuckets.Response
 
iterator() - Method in class com.basho.riak.client.api.commands.kv.ListKeys.Response
 
iterator() - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Response
 
iterator() - Method in class com.basho.riak.client.core.operations.SearchOperation.Response
 
iterator() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Returns an iterator over the asSet of values in this index.
iterator() - Method in class com.basho.riak.client.core.query.indexes.RiakIndexes
 
iterator() - Method in class com.basho.riak.client.core.query.links.RiakLinks
Return an iterator

J

JavadocFilter - Class in com.basho.riak.client.javadoc
Used to decide what gets included/excluded in the Javadoc
JavadocFilter() - Constructor for class com.basho.riak.client.javadoc.JavadocFilter
 
JSONConverter<T> - Class in com.basho.riak.client.api.convert
The default Converter used when storing and fetching domain objects from Riak.
JSONConverter(Type) - Constructor for class com.basho.riak.client.api.convert.JSONConverter
Create a JSONConverter for creating instances of type from JSON and instances of RiakObject with a JSON payload from instances of clazz
JSONConverter(TypeReference<T>) - Constructor for class com.basho.riak.client.api.convert.JSONConverter
 

K

key - Variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype
 
key - Variable in class com.basho.riak.client.core.query.crdt.ops.MapOp.MapField
 
KeyFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Top level interface for Key Filters.
KeyFilter(String) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.KeyFilter
 
KeyTransformFilter - Interface in com.basho.riak.client.api.commands.mapreduce.filters
Marker interface for the type of filter that, uh, transforms a key from one thing to, uh, another

L

languageVersion() - Static method in class com.basho.riak.client.javadoc.JavadocFilter
 
length() - Method in class com.basho.riak.client.core.util.BinaryValue
Return the length of the wrapped byte[]
LessThanFilter<T> - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that are less than the configured value
LessThanFilter(T) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.LessThanFilter
 
LessThanOrEqualFilter<T> - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that =< than the configured value.
LessThanOrEqualFilter(T) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.LessThanOrEqualFilter
 
LINK_TAG - Static variable in interface com.basho.riak.client.core.util.Constants
 
LIST_BUCKETS - Static variable in interface com.basho.riak.client.core.util.Constants
 
ListBuckets - Class in com.basho.riak.client.api.commands.buckets
Command used to list the buckets contained in a bucket type.
ListBuckets.Builder - Class in com.basho.riak.client.api.commands.buckets
Builder for a ListBuckets command.
ListBuckets.Builder(String) - Constructor for class com.basho.riak.client.api.commands.buckets.ListBuckets.Builder
Construct a Builder for a ListBuckets command.
ListBuckets.Builder(BinaryValue) - Constructor for class com.basho.riak.client.api.commands.buckets.ListBuckets.Builder
Construct a Builder for a ListBuckets command.
ListBuckets.Response - Class in com.basho.riak.client.api.commands.buckets
A response from a ListBuckets command.
ListBuckets.Response(BinaryValue, List<BinaryValue>) - Constructor for class com.basho.riak.client.api.commands.buckets.ListBuckets.Response
 
ListBucketsOperation - Class in com.basho.riak.client.core.operations
 
ListBucketsOperation.Builder - Class in com.basho.riak.client.core.operations
 
ListBucketsOperation.Builder() - Constructor for class com.basho.riak.client.core.operations.ListBucketsOperation.Builder
Create a Builder for a ListBucketsOperation.
ListBucketsOperation.Response - Class in com.basho.riak.client.core.operations
 
ListenableFuture<T,S> - Class in com.basho.riak.client.api.commands
The base class for RiakFutures returned to users.
ListenableFuture() - Constructor for class com.basho.riak.client.api.commands.ListenableFuture
 
ListKeys - Class in com.basho.riak.client.api.commands.kv
Command used to list the keys in a bucket.
ListKeys.Builder - Class in com.basho.riak.client.api.commands.kv
Used to construct a ListKeys command.
ListKeys.Builder(Namespace) - Constructor for class com.basho.riak.client.api.commands.kv.ListKeys.Builder
Constructs a Builder for a ListKeys command.
ListKeys.Response - Class in com.basho.riak.client.api.commands.kv
 
ListKeys.Response(Namespace, List<BinaryValue>) - Constructor for class com.basho.riak.client.api.commands.kv.ListKeys.Response
 
ListKeysOperation - Class in com.basho.riak.client.core.operations
 
ListKeysOperation.Builder - Class in com.basho.riak.client.core.operations
 
ListKeysOperation.Builder(Namespace) - Constructor for class com.basho.riak.client.core.operations.ListKeysOperation.Builder
Construct a builder for a ListKeysOperaiton.
ListKeysOperation.Response - Class in com.basho.riak.client.core.operations
 
Location - Class in com.basho.riak.client.core.query
Encapsulates a key and Namespace.
Location(Namespace, BinaryValue) - Constructor for class com.basho.riak.client.core.query.Location
Construct a new Location with the provided Namespace and key.
Location(Namespace, String, Charset) - Constructor for class com.basho.riak.client.core.query.Location
Construct a new Location with the provided Namespace and key.
Location(Namespace, String) - Constructor for class com.basho.riak.client.core.query.Location
Construct a new Location with the provided namespace and key.
LogicalAndFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Group a bunch of filters together and filter in keys that match all
LogicalAndFilter(KeyFilter...) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.LogicalAndFilter
 
LogicalFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Shared code for the set of "logical" filters.
LogicalFilter(String, KeyFilter...) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.LogicalFilter
 
LogicalNotFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that aren't caught by the group
LogicalNotFilter(KeyFilter...) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.LogicalNotFilter
 
LogicalOrFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that match any of the filters specified
LogicalOrFilter(KeyFilter...) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.LogicalOrFilter
 
LongIntIndex - Class in com.basho.riak.client.core.query.indexes
RiakIndex implementation used to access a Riak _int Secondary Index using Long values.
LongIntIndex.Name - Class in com.basho.riak.client.core.query.indexes
Encapsulates the name and IndexType for a LongIntIndex

M

main(String[]) - Static method in class com.basho.riak.client.javadoc.JavadocFilter
 
makeDecoder() - Method in interface com.basho.riak.client.core.HealthCheckFactory
 
makeDecoder() - Method in class com.basho.riak.client.core.netty.PingHealthCheck
 
makeDecoder() - Method in class com.basho.riak.client.core.netty.StoreValueHealthCheck
 
MapOp - Class in com.basho.riak.client.core.query.crdt.ops
 
MapOp() - Constructor for class com.basho.riak.client.core.query.crdt.ops.MapOp
 
MapOp(Set<MapOp.MapField>, Set<MapOp.MapUpdate>) - Constructor for class com.basho.riak.client.core.query.crdt.ops.MapOp
 
MapOp.FieldType - Enum in com.basho.riak.client.core.query.crdt.ops
 
MapOp.MapField - Class in com.basho.riak.client.core.query.crdt.ops
 
MapOp.MapField(MapOp.FieldType, BinaryValue) - Constructor for class com.basho.riak.client.core.query.crdt.ops.MapOp.MapField
 
MapOp.MapUpdate - Class in com.basho.riak.client.core.query.crdt.ops
 
MapOp.MapUpdate(MapOp.MapField, CrdtOp) - Constructor for class com.basho.riak.client.core.query.crdt.ops.MapOp.MapUpdate
 
MapReduce - Class in com.basho.riak.client.api.commands.mapreduce
Base abstract class for all MapReduce commands.
MapReduce(MapReduceInput, MapReduce.Builder) - Constructor for class com.basho.riak.client.api.commands.mapreduce.MapReduce
 
MapReduce.Builder<T extends MapReduce.Builder<T>> - Class in com.basho.riak.client.api.commands.mapreduce
Base abstract class for all MapReduce command builders.
MapReduce.Builder() - Constructor for class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
 
MapReduce.Response - Class in com.basho.riak.client.api.commands.mapreduce
Response from a Map Reduce command.
MapReduce.Response(Map<Integer, ArrayNode>) - Constructor for class com.basho.riak.client.api.commands.mapreduce.MapReduce.Response
 
MapReduceInput - Interface in com.basho.riak.client.api.commands.mapreduce
 
MapReduceOperation - Class in com.basho.riak.client.core.operations
A Map/Reduce Operation on Riak.
MapReduceOperation.Builder - Class in com.basho.riak.client.core.operations
 
MapReduceOperation.Builder(BinaryValue) - Constructor for class com.basho.riak.client.core.operations.MapReduceOperation.Builder
Create a MapReduce operation builder with the given function.
MapReduceOperation.Response - Class in com.basho.riak.client.core.operations
 
MapReducePhase - Class in com.basho.riak.client.api.commands.mapreduce
Shared common interface for Map/Reduce phase definitions.
MapReducePhase(MapReducePhase.PhaseType) - Constructor for class com.basho.riak.client.api.commands.mapreduce.MapReducePhase
 
MapReducePhase.PhaseType - Enum in com.basho.riak.client.api.commands.mapreduce
Possible phase typess.
MapUpdate - Class in com.basho.riak.client.api.commands.datatypes
An update to a Raik map datatype.
MapUpdate() - Constructor for class com.basho.riak.client.api.commands.datatypes.MapUpdate
Construct an empty MapUpdate.
match - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
MatchFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that match the regular expression argument
MatchFilter(String) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.MatchFilter
 
maxResults - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
MESSAGE_CODEC - Static variable in interface com.basho.riak.client.core.util.Constants
 
MultiFetch - Class in com.basho.riak.client.api.commands.kv
Command used to fetch multiple values from Riak.
MultiFetch.Builder - Class in com.basho.riak.client.api.commands.kv
Used to construct a MutiFetch command.
MultiFetch.Builder() - Constructor for class com.basho.riak.client.api.commands.kv.MultiFetch.Builder
 
MultiFetch.Response - Class in com.basho.riak.client.api.commands.kv
The response from Raik for a MultiFetch command.

N

N_VAL - Static variable in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
 
N_VAL - Static variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Option
 
N_VAL - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
 
N_VAL - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
 
N_VAL - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
 
name - Variable in class com.basho.riak.client.core.query.indexes.RiakIndex.Name
 
named(String) - Static method in class com.basho.riak.client.core.query.indexes.BigIntIndex
 
named(String) - Static method in class com.basho.riak.client.core.query.indexes.LongIntIndex
 
named(String, IndexType) - Static method in class com.basho.riak.client.core.query.indexes.RawIndex
 
named(String) - Static method in class com.basho.riak.client.core.query.indexes.StringBinIndex
 
named(String, Charset) - Static method in class com.basho.riak.client.core.query.indexes.StringBinIndex
 
namespace - Variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype
 
namespace - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
Namespace - Class in com.basho.riak.client.core.query
Encapsulates a Riak bucket type and bucket name.
Namespace(BinaryValue, BinaryValue) - Constructor for class com.basho.riak.client.core.query.Namespace
Construct a new Namespace with the provided bucket type and name.
Namespace(String, String, Charset) - Constructor for class com.basho.riak.client.core.query.Namespace
Construct a new Namespace with the provided bucket type and name.
Namespace(String, String) - Constructor for class com.basho.riak.client.core.query.Namespace
Construct a new Namespace with the provided bucket type and name.
Namespace(BinaryValue) - Constructor for class com.basho.riak.client.core.query.Namespace
Construct a new Namespace with the provided bucket name and the default bucket type.
Namespace(String, Charset) - Constructor for class com.basho.riak.client.core.query.Namespace
Construct a Namespace with the provided bucket name and the default bucket type.
Namespace(String) - Constructor for class com.basho.riak.client.core.query.Namespace
Construct a Namespace with the provided bucket name and the default bucket type.
newAnonymousJsFunction(String) - Static method in class com.basho.riak.client.core.query.functions.Function
Static factory method for Anonymous JS Functions.
newClient() - Static method in class com.basho.riak.client.api.RiakClient
Static factory method to create a new client instance.
newClient(int, String...) - Static method in class com.basho.riak.client.api.RiakClient
Static factory method to create a new client instance.
newClient(List<String>) - Static method in class com.basho.riak.client.api.RiakClient
Static factory method to create a new client instance.
newClient(String...) - Static method in class com.basho.riak.client.api.RiakClient
Static factory method to create a new client instance.
newClient(int, List<String>) - Static method in class com.basho.riak.client.api.RiakClient
Static factory method to create a new client instance.
newClient(InetSocketAddress...) - Static method in class com.basho.riak.client.api.RiakClient
Static factory method to create a new client instance.
newDomainInstance() - Method in class com.basho.riak.client.api.convert.Converter
 
newErlangFunction(String, String) - Static method in class com.basho.riak.client.core.query.functions.Function
Static factory method for Erlang Functions.
newNamedJsFunction(String) - Static method in class com.basho.riak.client.core.query.functions.Function
Static factory method for Named Javascript Functions.
newStoredJsFunction(String, String) - Static method in class com.basho.riak.client.core.query.functions.Function
Static factory method for Stored Javascript Functions.
NO_KEYS - Static variable in interface com.basho.riak.client.core.util.Constants
 
NodeManager - Interface in com.basho.riak.client.core
 
nodeStateChanged(RiakNode, RiakNode.State) - Method in class com.basho.riak.client.core.DefaultNodeManager
 
nodeStateChanged(RiakNode, RiakNode.State) - Method in interface com.basho.riak.client.core.NodeStateListener
 
nodeStateChanged(RiakNode, RiakNode.State) - Method in class com.basho.riak.client.core.RiakCluster
 
NodeStateListener - Interface in com.basho.riak.client.core
 
NoNodesAvailableException - Exception in com.basho.riak.client.core
 
NoNodesAvailableException() - Constructor for exception com.basho.riak.client.core.NoNodesAvailableException
 
noopUpdate() - Static method in class com.basho.riak.client.api.commands.kv.UpdateValue.Update
Returns a no-op Update instance.
NotEqualToFilter<T> - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filetr in keys that don't equal the configured argument
NotEqualToFilter(T) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.NotEqualToFilter
 
NOTFOUND_OK - Static variable in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
Not Found OK.
NOTFOUND_OK - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
Not Found OK.
notifyListeners() - Method in class com.basho.riak.client.api.commands.ListenableFuture
 
numResults() - Method in class com.basho.riak.client.core.operations.SearchOperation.Response
Returns the number of results from the search query.

O

ONE - Static variable in class com.basho.riak.client.api.cap.Quorum
 
oneQuorum() - Static method in class com.basho.riak.client.api.cap.Quorum
Static factory method for a quorum of "one"
onException(Channel, Throwable) - Method in class com.basho.riak.client.core.RiakNode
 
onException(Channel, Throwable) - Method in interface com.basho.riak.client.core.RiakResponseListener
 
onRiakErrorResponse(Channel, RiakResponseException) - Method in class com.basho.riak.client.core.RiakNode
 
onRiakErrorResponse(Channel, RiakResponseException) - Method in interface com.basho.riak.client.core.RiakResponseListener
 
onSuccess(Channel, RiakMessage) - Method in class com.basho.riak.client.core.RiakNode
 
onSuccess(Channel, RiakMessage) - Method in interface com.basho.riak.client.core.RiakResponseListener
 
op - Variable in class com.basho.riak.client.core.query.crdt.ops.MapOp.MapUpdate
 
OPERATION_ENCODER - Static variable in interface com.basho.riak.client.core.util.Constants
 
operationComplete(FutureOperation, int) - Method in interface com.basho.riak.client.core.OperationRetrier
 
operationComplete(FutureOperation, int) - Method in class com.basho.riak.client.core.RiakCluster
 
operationFailed(FutureOperation, int) - Method in interface com.basho.riak.client.core.OperationRetrier
 
operationFailed(FutureOperation, int) - Method in class com.basho.riak.client.core.RiakCluster
 
OperationRetrier - Interface in com.basho.riak.client.core
 
Operations - Class in com.basho.riak.client.core.operations
 
Operations() - Constructor for class com.basho.riak.client.core.operations.Operations
 
optionLength(String) - Static method in class com.basho.riak.client.javadoc.JavadocFilter
 

P

paginationSort - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
PassThroughConverter - Class in com.basho.riak.client.api.convert
For working with RiakObject rather than domain types.
PassThroughConverter() - Constructor for class com.basho.riak.client.api.convert.PassThroughConverter
 
phases - Variable in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
 
PingHealthCheck - Class in com.basho.riak.client.core.netty
HealthCheck that sends a Ping operation to Riak.
PingHealthCheck() - Constructor for class com.basho.riak.client.core.netty.PingHealthCheck
 
PingOperation - Class in com.basho.riak.client.core.operations
 
PingOperation() - Constructor for class com.basho.riak.client.core.operations.PingOperation
 
populateIndexes(RiakIndexes, T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to populate a domain object with the contents of the supplied RiakIndexes by looking for a @RiakIndex annotated member
populateLinks(RiakLinks, T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to populate a domain object with riak links by looking for a @RiakLinks annotated member.
populateUsermeta(RiakUserMetadata, T) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to populate a domain object with user metadata by looking for a @RiakUsermeta annotated member.
PR - Static variable in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
Primary Read Quorum.
PR - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
Primary Read Quorum.
PR - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
Primary Read Quorum.
put(String, String) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Set a user metadata entry.
put(String, String, Charset) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Set a user metadata entry.
put(BinaryValue, BinaryValue) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Set a user metadata entry using raw bytes.
put(Map<String, String>) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
 
PW - Static variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Option
Primary Write Quorum.
PW - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
Primary Write Quorum.
PW - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
Primary Write Quorum.

Q

QP_BASIC_QUORUM - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_BUCKETS - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_DW - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_KEYS - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_NOT_FOUND_OK - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_PR - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_PW - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_R - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_RETURN_BODY - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_RW - Static variable in interface com.basho.riak.client.core.util.Constants
 
QP_W - Static variable in interface com.basho.riak.client.core.util.Constants
 
Quorum - Class in com.basho.riak.client.api.cap
Encapsulates a r/w/dw/rw/pr/pw quorum.
Quorum(int) - Constructor for class com.basho.riak.client.api.cap.Quorum
Construct an instance using an integer value.
QUORUM - Static variable in class com.basho.riak.client.api.cap.Quorum
 
quorumQuorum() - Static method in class com.basho.riak.client.api.cap.Quorum
Static factory method for a quorum of "quorum"

R

R - Static variable in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
Read Quorum.
R - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
Read Quorum.
R - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
Read Quorum.
RawIndex - Class in com.basho.riak.client.core.query.indexes
RiakIndex implementation used to access a Riak _int or _bin Secondary Index using BinaryValue (byte[]) values.
RawIndex.Name - Class in com.basho.riak.client.core.query.indexes
Encapsulates the name and IndexType for a RawIndex
RawIndexQuery - Class in com.basho.riak.client.api.commands.indexes
Performs a 2i query where the 2i index keys are raw bytes.
RawIndexQuery(SecondaryIndexQuery.Init<BinaryValue, ?>) - Constructor for class com.basho.riak.client.api.commands.indexes.RawIndexQuery
 
RawIndexQuery.Builder - Class in com.basho.riak.client.api.commands.indexes
Builder used to construct a RawIndexQuery command.
RawIndexQuery.Builder(Namespace, String, SecondaryIndexQuery.Type, BinaryValue, BinaryValue) - Constructor for class com.basho.riak.client.api.commands.indexes.RawIndexQuery.Builder
Construct a Builder for a RawIndexQuery with a range.
RawIndexQuery.Builder(Namespace, String, SecondaryIndexQuery.Type, BinaryValue) - Constructor for class com.basho.riak.client.api.commands.indexes.RawIndexQuery.Builder
Construct a Builder for a RawIndexQuery with a single 2i key.
RawIndexQuery.RawQueryFuture - Class in com.basho.riak.client.api.commands.indexes
 
RawIndexQuery.RawQueryFuture(RiakFuture<SecondaryIndexQueryOperation.Response, SecondaryIndexQueryOperation.Query>) - Constructor for class com.basho.riak.client.api.commands.indexes.RawIndexQuery.RawQueryFuture
 
RawIndexQuery.Response - Class in com.basho.riak.client.api.commands.indexes
 
RawIndexQuery.Response(Namespace, SecondaryIndexQueryOperation.Response, SecondaryIndexQuery.IndexConverter<BinaryValue>) - Constructor for class com.basho.riak.client.api.commands.indexes.RawIndexQuery.Response
 
RawIndexQuery.Response.Entry - Class in com.basho.riak.client.api.commands.indexes
 
RawIndexQuery.Response.Entry(Location, BinaryValue, SecondaryIndexQuery.IndexConverter<BinaryValue>) - Constructor for class com.basho.riak.client.api.commands.indexes.RawIndexQuery.Response.Entry
 
rawValues() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Return the values in this index as raw bytes.
register(Map<String, Taglet>) - Static method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
registerConflictResolver(Class<T>, ConflictResolver<T>) - Method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
Register a ConflictResolver.
registerConflictResolver(TypeReference<T>, ConflictResolver<T>) - Method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
 
registerConverterForClass(Class<T>, Converter<T>) - Method in enum com.basho.riak.client.api.convert.ConverterFactory
Register a converter for the supplied class.
registerConverterForClass(TypeReference<T>, Converter<T>) - Method in enum com.basho.riak.client.api.convert.ConverterFactory
Register a converter for the supplied class.
registerJacksonModule(Module) - Static method in class com.basho.riak.client.api.convert.JSONConverter
Convenient method to register a Jackson module into the singleton Object mapper used by domain objects.
RegisterOp - Class in com.basho.riak.client.core.query.crdt.ops
 
RegisterOp(BinaryValue) - Constructor for class com.basho.riak.client.core.query.crdt.ops.RegisterOp
 
RegisterUpdate - Class in com.basho.riak.client.api.commands.datatypes
An update to a Riak register datatype.
RegisterUpdate(byte[]) - Constructor for class com.basho.riak.client.api.commands.datatypes.RegisterUpdate
Construct a RegisterUpdate with the provided bytes.
RegisterUpdate(BinaryValue) - Constructor for class com.basho.riak.client.api.commands.datatypes.RegisterUpdate
Construct a RegisterUpdate with the provided BinaryValue.
RegisterUpdate(String) - Constructor for class com.basho.riak.client.api.commands.datatypes.RegisterUpdate
Construct a RegisterUpdate with the provided String.
remove(BinaryValue) - Method in class com.basho.riak.client.api.commands.datatypes.SetUpdate
Remove the provided value from the set in Riak.
remove(String) - Method in class com.basho.riak.client.api.commands.datatypes.SetUpdate
Remove the provided value from the set in Riak.
remove(BinaryValue, MapOp.FieldType) - Method in class com.basho.riak.client.core.query.crdt.ops.MapOp
 
remove(BinaryValue) - Method in class com.basho.riak.client.core.query.crdt.ops.SetOp
 
remove(T) - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Remove a value from this index.
remove(Collection<T>) - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Remove a asSet of values from this index
remove(BinaryValue) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
 
remove(String, Charset) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
 
remove(String) - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
 
removeAll() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Remove all values from this index
removeAllIndexes() - Method in class com.basho.riak.client.core.query.indexes.RiakIndexes
Remove all indexes.
removeAllLinks() - Method in class com.basho.riak.client.core.query.links.RiakLinks
Remove all links
removeCounter(String) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by removing the counter mapped to the provided key.
removeFlag(String) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by removing the flag mapped to the provided key.
removeIndex(RiakIndex.Name<T>) - Method in class com.basho.riak.client.core.query.indexes.RiakIndexes
Remove the named RiakIndex
removeLink(RiakLink) - Method in class com.basho.riak.client.core.query.links.RiakLinks
Remove a RiakLink
removeListener(RiakFutureListener<T, S>) - Method in class com.basho.riak.client.api.commands.ListenableFuture
 
removeListener(RiakFutureListener<T, S>) - Method in class com.basho.riak.client.core.FutureOperation
 
removeListener(RiakFutureListener<V, T>) - Method in interface com.basho.riak.client.core.RiakFuture
Remove a listener from this RiakFuture.
removeMap(String) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by removing the map mapped to the provided key.
removeNode(RiakNode) - Method in class com.basho.riak.client.core.DefaultNodeManager
 
removeNode(RiakNode) - Method in interface com.basho.riak.client.core.NodeManager
 
removeNode(RiakNode) - Method in class com.basho.riak.client.core.RiakCluster
Removes the provided node from the cluster.
removeRegister(String) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by removing the register mapped to the provided key.
removeSet(String) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by removing the set mapped to the provided key.
removeStateListener(NodeStateListener) - Method in class com.basho.riak.client.core.RiakNode
 
ResetBucketPropsOperation - Class in com.basho.riak.client.core.operations
 
ResetBucketPropsOperation.Builder - Class in com.basho.riak.client.core.operations
 
ResetBucketPropsOperation.Builder(Namespace) - Constructor for class com.basho.riak.client.core.operations.ResetBucketPropsOperation.Builder
Construct a builder for a ResetBucketPropsOperation.
resolve(List<T>) - Method in interface com.basho.riak.client.api.cap.ConflictResolver
 
resolve(List<T>) - Method in class com.basho.riak.client.api.cap.DefaultResolver
Detects conflict but does not resolve it.
RESPONSE_HANDLER - Static variable in interface com.basho.riak.client.core.util.Constants
 
RETURN_BODY - Static variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Option
Return Body.
RETURN_BODY - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
Return Body.
RETURN_HEAD - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
Return Head.
returnFields(Iterable<String>) - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
returnFields(String...) - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
returnTerms - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
RiakBeanSerializerModifier - Class in com.basho.riak.client.api.convert
BeanSerializerModifier that drops RiakKey and RiakUsermeta annotated fields from the the set of fields that Jackson will serialize
RiakBucketName - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to serve as the bucket name.
RiakBucketType - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to server as the bucket type.
RiakChannelInitializer - Class in com.basho.riak.client.core.netty
 
RiakChannelInitializer(RiakResponseListener) - Constructor for class com.basho.riak.client.core.netty.RiakChannelInitializer
 
RiakClient - Class in com.basho.riak.client.api
The client used to perform operations on Riak.
RiakClient(RiakCluster) - Constructor for class com.basho.riak.client.api.RiakClient
Create a new RiakClient to perform operations on the given cluster.
RiakCluster - Class in com.basho.riak.client.core
A modeled Riak Cluster.
RiakCluster.Builder - Class in com.basho.riak.client.core
Builder used to create RiakCluster instances.
RiakCluster.Builder(List<RiakNode>) - Constructor for class com.basho.riak.client.core.RiakCluster.Builder
Instantiate a Builder containing the supplied RiakNodes
RiakCluster.Builder(RiakNode) - Constructor for class com.basho.riak.client.core.RiakCluster.Builder
Instantiate a Builder containing a single RiakNode
RiakCommand<T,S> - Class in com.basho.riak.client.api
The base class for all Riak Commands.
RiakCommand() - Constructor for class com.basho.riak.client.api.RiakCommand
 
RiakContentType - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to serve as the content-type.
RiakCounter - Class in com.basho.riak.client.core.query.crdt.types
Representation of the Riak counter datatype.
RiakCounter(long) - Constructor for class com.basho.riak.client.core.query.crdt.types.RiakCounter
 
RiakDatatype - Class in com.basho.riak.client.core.query.crdt.types
Base abstract class for all datatypes.
RiakDatatype() - Constructor for class com.basho.riak.client.core.query.crdt.types.RiakDatatype
 
RiakException - Exception in com.basho.riak.client.api
 
RiakException() - Constructor for exception com.basho.riak.client.api.RiakException
 
RiakException(String) - Constructor for exception com.basho.riak.client.api.RiakException
 
RiakException(String, Throwable) - Constructor for exception com.basho.riak.client.api.RiakException
 
RiakException(Throwable) - Constructor for exception com.basho.riak.client.api.RiakException
 
RiakFlag - Class in com.basho.riak.client.core.query.crdt.types
Representation of the Riak flag datatype.
RiakFlag(boolean) - Constructor for class com.basho.riak.client.core.query.crdt.types.RiakFlag
 
RiakFuture<V,T> - Interface in com.basho.riak.client.core
The result of an asynchronous Riak operation.
RiakFutureListener<T,S> - Interface in com.basho.riak.client.core
 
RiakIndex - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to serve as a RiakIndex.
RiakIndex<T> - Class in com.basho.riak.client.core.query.indexes
Abstract base class for modeling a Riak Secondary Index (2i).
RiakIndex(RiakIndex.Name<?>) - Constructor for class com.basho.riak.client.core.query.indexes.RiakIndex
Constructs a RiakIndex from the supplied RiakIndex.Name
RiakIndex.Name<T extends RiakIndex> - Class in com.basho.riak.client.core.query.indexes
Abstract base class used to encapsulate a RiakIndex name and type.
RiakIndex.Name(String, IndexType) - Constructor for class com.basho.riak.client.core.query.indexes.RiakIndex.Name
 
RiakIndexes - Class in com.basho.riak.client.core.query.indexes
Container used to instantiate and Manage RiakIndex objects to be used with a RiakObject.
RiakIndexes() - Constructor for class com.basho.riak.client.core.query.indexes.RiakIndexes
Instantiates a new RiakIndexes object containing no RiakIndex objects
RiakIndexField - Class in com.basho.riak.client.api.convert.reflection
 
RiakIndexField(Field) - Constructor for class com.basho.riak.client.api.convert.reflection.RiakIndexField
The field that is to be wrapped
RiakIndexField.FieldType - Enum in com.basho.riak.client.api.convert.reflection
 
RiakIndexMethod - Class in com.basho.riak.client.api.convert.reflection
 
RiakIndexMethod(Method) - Constructor for class com.basho.riak.client.api.convert.reflection.RiakIndexMethod
The method that is to be wrapped
RiakIndexMethod.MethodType - Enum in com.basho.riak.client.api.convert.reflection
 
RiakJacksonModule - Class in com.basho.riak.client.api.convert
A Jackson module that customizes Jackson's object mapper so we can handle Riak annotations like @RiakKey, @RiakUsermeta, etc correctly.
RiakJacksonModule() - Constructor for class com.basho.riak.client.api.convert.RiakJacksonModule
 
RiakKey - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to serve as the key.
RiakLastModified - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or setter method in a class to store last modified.
RiakLink - Class in com.basho.riak.client.core.query.links
Models a link from one object to another in Riak.
RiakLink(String, String, String) - Constructor for class com.basho.riak.client.core.query.links.RiakLink
Create a RiakLink from the specified parameters.
RiakLink(String, String, String, Charset) - Constructor for class com.basho.riak.client.core.query.links.RiakLink
Create a RiakLink from the specified parameters.
RiakLink(BinaryValue, BinaryValue, BinaryValue) - Constructor for class com.basho.riak.client.core.query.links.RiakLink
Create a RiakLink from the specified parameters.
RiakLink(RiakLink) - Constructor for class com.basho.riak.client.core.query.links.RiakLink
Create a RiakLink that is a copy of another RiakLink.
RiakLinks - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to serve as a set of links.
RiakLinks - Class in com.basho.riak.client.core.query.links
A thread safe container for RiakLink objects.
RiakLinks() - Constructor for class com.basho.riak.client.core.query.links.RiakLinks
 
RiakMap - Class in com.basho.riak.client.core.query.crdt.types
Representation of the Riak map datatype.
RiakMap(List<RiakMap.MapEntry>) - Constructor for class com.basho.riak.client.core.query.crdt.types.RiakMap
 
RiakMap.MapEntry - Class in com.basho.riak.client.core.query.crdt.types
A RiakMap entry (key/value pair).
RiakMap.MapEntry(BinaryValue, RiakDatatype) - Constructor for class com.basho.riak.client.core.query.crdt.types.RiakMap.MapEntry
 
RiakMessage - Class in com.basho.riak.client.core
Encapsulates the raw bytes sent to or received from Riak.
RiakMessage(byte, byte[]) - Constructor for class com.basho.riak.client.core.RiakMessage
 
RiakMessageCodec - Class in com.basho.riak.client.core.netty
 
RiakMessageCodec() - Constructor for class com.basho.riak.client.core.netty.RiakMessageCodec
 
RiakNode - Class in com.basho.riak.client.core
 
RiakNode.Builder - Class in com.basho.riak.client.core
Builder used to construct a RiakNode.
RiakNode.Builder() - Constructor for class com.basho.riak.client.core.RiakNode.Builder
Default constructor.
RiakNode.State - Enum in com.basho.riak.client.core
 
RiakObject - Class in com.basho.riak.client.core.query
Represents the data and metadata stored in Riak
RiakObject() - Constructor for class com.basho.riak.client.core.query.RiakObject
Constructs a new, empty RiakObject.
RiakObjectConverter - Class in com.basho.riak.client.core.converters
Utility class for converting to/from RiakKvPB.RpbContent and RiakObject
RiakOperationEncoder - Class in com.basho.riak.client.core.netty
 
RiakOperationEncoder() - Constructor for class com.basho.riak.client.core.netty.RiakOperationEncoder
 
RiakOption<T> - Class in com.basho.riak.client.api.commands
 
RiakOption(String) - Constructor for class com.basho.riak.client.api.commands.RiakOption
 
RiakRegister - Class in com.basho.riak.client.core.query.crdt.types
Representation of the Riak register datatype.
RiakRegister(BinaryValue) - Constructor for class com.basho.riak.client.core.query.crdt.types.RiakRegister
 
RiakResponseConverter<U,T> - Interface in com.basho.riak.client.core.converters
 
RiakResponseException - Exception in com.basho.riak.client.core.netty
 
RiakResponseException(int, String) - Constructor for exception com.basho.riak.client.core.netty.RiakResponseException
 
RiakResponseHandler - Class in com.basho.riak.client.core.netty
 
RiakResponseHandler(RiakResponseListener) - Constructor for class com.basho.riak.client.core.netty.RiakResponseHandler
 
RiakResponseListener - Interface in com.basho.riak.client.core
 
RiakSecurityDecoder - Class in com.basho.riak.client.core.netty
 
RiakSecurityDecoder(SSLEngine, String, String) - Constructor for class com.basho.riak.client.core.netty.RiakSecurityDecoder
 
RiakSet - Class in com.basho.riak.client.core.query.crdt.types
Representation of the Riak set datatype.
RiakSet(List<BinaryValue>) - Constructor for class com.basho.riak.client.core.query.crdt.types.RiakSet
 
RiakThreadSafetyTaglet - Class in com.basho.riak.client.javadoc
Taglet for our docs to describe the thread safety of a class or method
RiakThreadSafetyTaglet() - Constructor for class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
RiakTombstone - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to serve as the tombstone indicator.
RiakUsermeta - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to serve as containing user meta data for a Riak object.
RiakUserMetadata - Class in com.basho.riak.client.core.query.UserMetadata
A threadsafe container for user metadata.
RiakUserMetadata() - Constructor for class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
 
RiakVClock - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or getter/setter method pair in a class to serve as the vector clock.
RiakVTag - Annotation Type in com.basho.riak.client.api.annotations
Annotates a field or setter method in a class to store the VTag.
RW - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
Read Write Quorum.

S

Search - Class in com.basho.riak.client.api.commands.search
Command used to perform a serach in Riak.
Search(Search.Builder) - Constructor for class com.basho.riak.client.api.commands.search.Search
 
Search.Builder - Class in com.basho.riak.client.api.commands.search
Builder for a Search command.
Search.Builder(String, String) - Constructor for class com.basho.riak.client.api.commands.search.Search.Builder
 
Search.Option<T> - Class in com.basho.riak.client.api.commands.search
 
Search.Option.Operation - Enum in com.basho.riak.client.api.commands.search
 
Search.Presort - Enum in com.basho.riak.client.api.commands.search
 
SearchInput - Class in com.basho.riak.client.api.commands.mapreduce
 
SearchInput(String, String) - Constructor for class com.basho.riak.client.api.commands.mapreduce.SearchInput
 
SearchInputSerializer - Class in com.basho.riak.client.api.commands.mapreduce
 
SearchInputSerializer() - Constructor for class com.basho.riak.client.api.commands.mapreduce.SearchInputSerializer
 
SearchMapReduce - Class in com.basho.riak.client.api.commands.mapreduce
Command used to perform a map reduce operation with a search query as input.
SearchMapReduce(SearchInput, SearchMapReduce.Builder) - Constructor for class com.basho.riak.client.api.commands.mapreduce.SearchMapReduce
 
SearchMapReduce.Builder - Class in com.basho.riak.client.api.commands.mapreduce
Builder for a SearchMapReduce command.
SearchMapReduce.Builder() - Constructor for class com.basho.riak.client.api.commands.mapreduce.SearchMapReduce.Builder
 
SearchOperation - Class in com.basho.riak.client.core.operations
A Riak Search or Yokozuna query operation.
SearchOperation.Builder - Class in com.basho.riak.client.core.operations
 
SearchOperation.Builder(BinaryValue, String) - Constructor for class com.basho.riak.client.core.operations.SearchOperation.Builder
 
SearchOperation.Response - Class in com.basho.riak.client.core.operations
 
SecondaryIndexQuery<T,S,U> - Class in com.basho.riak.client.api.commands.indexes
A Secondary Index Query.
SecondaryIndexQuery(SecondaryIndexQuery.Init<T, ?>) - Constructor for class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
SecondaryIndexQuery.IndexConverter<T> - Interface in com.basho.riak.client.api.commands.indexes
 
SecondaryIndexQuery.Init<S,T extends SecondaryIndexQuery.Init<S,T>> - Class in com.basho.riak.client.api.commands.indexes
 
SecondaryIndexQuery.Init(Namespace, String, S, S) - Constructor for class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
Build a range query.
SecondaryIndexQuery.Init(Namespace, String, S) - Constructor for class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
Build a match query.
SecondaryIndexQuery.Response<T> - Class in com.basho.riak.client.api.commands.indexes
Base class for all 2i responses.
SecondaryIndexQuery.Response(Namespace, SecondaryIndexQueryOperation.Response, SecondaryIndexQuery.IndexConverter<T>) - Constructor for class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response
 
SecondaryIndexQuery.Response.Entry<T> - Class in com.basho.riak.client.api.commands.indexes
 
SecondaryIndexQuery.Response.Entry(Location, BinaryValue, SecondaryIndexQuery.IndexConverter<T>) - Constructor for class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Response.Entry
 
SecondaryIndexQuery.Type - Enum in com.basho.riak.client.api.commands.indexes
 
SecondaryIndexQueryOperation - Class in com.basho.riak.client.core.operations
 
SecondaryIndexQueryOperation.Builder - Class in com.basho.riak.client.core.operations
Builder that constructs a QueryOperation.
SecondaryIndexQueryOperation.Builder(SecondaryIndexQueryOperation.Query) - Constructor for class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Builder
Constructs a builder for a QueryOperation.
SecondaryIndexQueryOperation.Query - Class in com.basho.riak.client.core.operations
 
SecondaryIndexQueryOperation.Query.Builder - Class in com.basho.riak.client.core.operations
 
SecondaryIndexQueryOperation.Query.Builder(Namespace, BinaryValue) - Constructor for class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Constructs a builder for a (2i) Query.
SecondaryIndexQueryOperation.Response - Class in com.basho.riak.client.core.operations
 
SecondaryIndexQueryOperation.Response.Entry - Class in com.basho.riak.client.core.operations
 
self() - Method in class com.basho.riak.client.api.commands.datatypes.FetchCounter.Builder
 
self() - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Builder
 
self() - Method in class com.basho.riak.client.api.commands.datatypes.FetchMap.Builder
 
self() - Method in class com.basho.riak.client.api.commands.datatypes.FetchSet.Builder
 
self() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateCounter.Builder
 
self() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Builder
 
self() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateMap.Builder
 
self() - Method in class com.basho.riak.client.api.commands.datatypes.UpdateSet.Builder
 
self() - Method in class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Builder
 
self() - Method in class com.basho.riak.client.api.commands.indexes.BinIndexQuery.Builder
 
self() - Method in class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Builder
 
self() - Method in class com.basho.riak.client.api.commands.indexes.RawIndexQuery.Builder
 
self() - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
 
self() - Method in class com.basho.riak.client.api.commands.mapreduce.BucketKeyMapReduce.Builder
 
self() - Method in class com.basho.riak.client.api.commands.mapreduce.BucketMapReduce.Builder
 
self() - Method in class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
self() - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
 
self() - Method in class com.basho.riak.client.api.commands.mapreduce.SearchMapReduce.Builder
 
self() - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Response.Init
 
self() - Method in class com.basho.riak.client.core.operations.FetchOperation.KvResponseBase.Init
 
self() - Method in class com.basho.riak.client.core.operations.StoreBucketPropsOperation.Builder
 
serialize(BucketInput, JsonGenerator, SerializerProvider) - Method in class com.basho.riak.client.api.commands.mapreduce.BucketInputSerializer
 
serialize(BucketKeyInput, JsonGenerator, SerializerProvider) - Method in class com.basho.riak.client.api.commands.mapreduce.BucketKeyInputSerializer
 
serialize(IndexInput, JsonGenerator, SerializerProvider) - Method in class com.basho.riak.client.api.commands.mapreduce.IndexInputSerializer
 
serialize(SearchInput, JsonGenerator, SerializerProvider) - Method in class com.basho.riak.client.api.commands.mapreduce.SearchInputSerializer
 
setBlockOnMaxConnections(boolean) - Method in class com.basho.riak.client.core.RiakNode
Set whether to block when all connections are in use.
setBootstrap(Bootstrap) - Method in class com.basho.riak.client.core.RiakNode
Sets the Netty Bootstrap for this Node's connections.
setBucketName(T, BinaryValue) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
setBucketType(T, BinaryValue) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
setCharset(String) - Method in class com.basho.riak.client.core.query.RiakObject
Set the character asSet for this object's content (value).
setConnectionTimeout(int) - Method in class com.basho.riak.client.core.RiakNode
Sets the connection timeout for new connections.
setContentType(T, String) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
setContentType(String) - Method in class com.basho.riak.client.core.query.RiakObject
Set the content type of the data payload (value) of the this RaikObject
setDeleted(boolean) - Method in class com.basho.riak.client.core.query.RiakObject
Marks this RiakObject as being a tombstone in Riak
setExecutor(ScheduledExecutorService) - Method in class com.basho.riak.client.core.RiakNode
Sets the ScheduledExecutorService for this Node and its pool(s).
setFieldValue(Field, Object, Object) - Static method in class com.basho.riak.client.api.convert.reflection.ClassUtil
 
setIdleTimeout(int) - Method in class com.basho.riak.client.core.RiakNode
Sets the connection idle timeout for connections.
setIndexes(RiakIndexes, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setIndexes(RiakIndexes, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setKey(T, BinaryValue) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to inject key as the value of the @RiakKey annotated member of domainObject
setLastModified(T, Long) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
setLastModified(long) - Method in class com.basho.riak.client.core.query.RiakObject
A long timestamp of milliseconds since the epoch to asSet as the last modified date on this RiakObject.
setLinks(RiakLinks, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setLinks(RiakLinks, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setMaxConnections(int) - Method in class com.basho.riak.client.core.RiakNode
Sets the maximum number of connections allowed.
SetMemberFilter<T> - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that are a member of the provided set
SetMemberFilter(T...) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.SetMemberFilter
Creates a set from a String var arg
SetMemberFilter(Set<T>) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.SetMemberFilter
 
setMethodValue(Method, T, Object) - Static method in class com.basho.riak.client.api.convert.reflection.ClassUtil
 
setMinConnections(int) - Method in class com.basho.riak.client.core.RiakNode
Sets the minimum number of active connections to be maintained.
setModified(boolean) - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Update
Set the modification status of this update, defaults to true
SetOp - Class in com.basho.riak.client.core.query.crdt.ops
 
SetOp(Set<BinaryValue>, Set<BinaryValue>) - Constructor for class com.basho.riak.client.core.query.crdt.ops.SetOp
 
SetOp() - Constructor for class com.basho.riak.client.core.query.crdt.ops.SetOp
 
setResponse(RiakMessage) - Method in class com.basho.riak.client.core.FutureOperation
 
setRiakBucketName(T, BinaryValue) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setRiakBucketName(T, BinaryValue) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setRiakBucketType(T, BinaryValue) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setRiakBucketType(T, BinaryValue) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setRiakContentType(T, String) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setRiakContentType(T, String) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setRiakKey(T, BinaryValue) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setRiakKey(T, BinaryValue) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setRiakLastModified(T, Long) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setRiakLastModified(T, Long) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setRiakTombstone(T, boolean) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setRiakTombstone(T, Boolean) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setRiakVClock(T, VClock) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setRiakVClock(T, VClock) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setRiakVTag(T, String) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setRiakVTag(T, String) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
 
setTombstone(T, boolean) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to inject isTombstone as the value of the @RiakTombstone annotated member of domainObject
SetUpdate - Class in com.basho.riak.client.api.commands.datatypes
An update to a Riak set datatype.
SetUpdate() - Constructor for class com.basho.riak.client.api.commands.datatypes.SetUpdate
Constructs an empty SetUpdate.
setupModule(Module.SetupContext) - Method in class com.basho.riak.client.api.convert.RiakJacksonModule
 
setUsermetaData(RiakUserMetadata, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationHelper
 
setUsermetaData(RiakUserMetadata, T) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo
Populates an @RiakUsermeta annotated domain object with the User metadata.
setValue(BinaryValue) - Method in class com.basho.riak.client.core.query.RiakObject
Set the value for this RiakObject
setVClock(T, VClock) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
Attempts to inject vclock as the value of the @RiakVClock annotated member of domainObject
setVClock(VClock) - Method in class com.basho.riak.client.core.query.RiakObject
Set the vector clock for this RiakObject.
setVTag(T, String) - Static method in class com.basho.riak.client.api.convert.reflection.AnnotationUtil
 
setVTag(String) - Method in class com.basho.riak.client.core.query.RiakObject
Set the version tag for this RiakObject
shutdown() - Method in class com.basho.riak.client.api.RiakClient
Shut down the client and the underlying RiakCluster.
shutdown() - Method in class com.basho.riak.client.core.RiakCluster
 
shutdown() - Method in class com.basho.riak.client.core.RiakNode
 
SimilarToFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
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.api.commands.mapreduce.filters.SimilarToFilter
 
size() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Return the number of values in this index.
size() - Method in class com.basho.riak.client.core.query.indexes.RiakIndexes
Return the number of indexes present
size() - Method in class com.basho.riak.client.core.query.links.RiakLinks
Returns the number of links present
size() - Method in class com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata
Get the number of user metadata entries.
SLOPPY_QUORUM - Static variable in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
 
SLOPPY_QUORUM - Static variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Option
 
SLOPPY_QUORUM - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
 
SLOPPY_QUORUM - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
 
SLOPPY_QUORUM - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
 
sort(String) - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
SSL_HANDLER - Static variable in interface com.basho.riak.client.core.util.Constants
 
start - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
start() - Method in class com.basho.riak.client.core.RiakCluster
 
start() - Method in class com.basho.riak.client.core.RiakNode
 
start(RootDoc) - Static method in class com.basho.riak.client.javadoc.JavadocFilter
 
StartsWithFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Filter in keys that start with the provided argument
StartsWithFilter(String) - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.StartsWithFilter
 
StoreBucketProperties - Class in com.basho.riak.client.api.commands.buckets
Command used to store (modify) the properties of a bucket in Riak.
StoreBucketProperties.Builder - Class in com.basho.riak.client.api.commands.buckets
 
StoreBucketProperties.Builder(Namespace) - Constructor for class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
 
StoreBucketPropsOperation - Class in com.basho.riak.client.core.operations
 
StoreBucketPropsOperation.Builder - Class in com.basho.riak.client.core.operations
 
StoreBucketPropsOperation.Builder(Namespace) - Constructor for class com.basho.riak.client.core.operations.StoreBucketPropsOperation.Builder
Constructs a builder for a StoreBucketPropsOperation.
StoreIndex - Class in com.basho.riak.client.api.commands.search
Command used to store a search index in Riak.
StoreIndex.Builder - Class in com.basho.riak.client.api.commands.search
Builder for a StoreIndex command.
StoreIndex.Builder(YokozunaIndex) - Constructor for class com.basho.riak.client.api.commands.search.StoreIndex.Builder
 
StoreOperation - Class in com.basho.riak.client.core.operations
An operation to store a riak object
StoreOperation.Builder - Class in com.basho.riak.client.core.operations
 
StoreOperation.Builder(Location) - Constructor for class com.basho.riak.client.core.operations.StoreOperation.Builder
Constructs a builder for a StoreOperation
StoreOperation.Builder(Namespace) - Constructor for class com.basho.riak.client.core.operations.StoreOperation.Builder
Constructs a builder for a StoreOperation.
StoreOperation.Response - Class in com.basho.riak.client.core.operations
Response returned from a StoreOperation
StoreOperation.Response.Init<T extends StoreOperation.Response.Init<T>> - Class in com.basho.riak.client.core.operations
 
StoreOperation.Response.Init() - Constructor for class com.basho.riak.client.core.operations.StoreOperation.Response.Init
 
StoreSchema - Class in com.basho.riak.client.api.commands.search
Command used to store a search schema in Riak.
StoreSchema.Builder - Class in com.basho.riak.client.api.commands.search
Builder for a StoreSchema command.
StoreSchema.Builder(YokozunaSchema) - Constructor for class com.basho.riak.client.api.commands.search.StoreSchema.Builder
 
StoreValue - Class in com.basho.riak.client.api.commands.kv
Command used to store a value in Riak.
StoreValue.Builder - Class in com.basho.riak.client.api.commands.kv
Used to construct a StoreValue command.
StoreValue.Builder(Object) - Constructor for class com.basho.riak.client.api.commands.kv.StoreValue.Builder
Construct a Builder for a StoreValue command.
StoreValue.Builder(Object, TypeReference<?>) - Constructor for class com.basho.riak.client.api.commands.kv.StoreValue.Builder
Construct a Builder for a StoreValue command.
StoreValue.Option<T> - Class in com.basho.riak.client.api.commands.kv
Options For controlling how Riak performs the store operation.
StoreValue.Response - Class in com.basho.riak.client.api.commands.kv
 
StoreValueHealthCheck - Class in com.basho.riak.client.core.netty
A health check that attempts to store a value in Riak.
StoreValueHealthCheck(Location, BinaryValue) - Constructor for class com.basho.riak.client.core.netty.StoreValueHealthCheck
 
STREAM_KEYS - Static variable in interface com.basho.riak.client.core.util.Constants
 
StringBinIndex - Class in com.basho.riak.client.core.query.indexes
RiakIndex implementation used to access a Riak _bin Secondary Index using String values.
StringBinIndex.Name - Class in com.basho.riak.client.core.query.indexes
Encapsulates the name, character asSet, and IndexType for a StringBinIndex
StringConverter - Class in com.basho.riak.client.api.convert
Converter that passes Strings through unmodified.
StringConverter() - Constructor for class com.basho.riak.client.api.convert.StringConverter
 
StringToFloatFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Transform the key from a string to a float
StringToFloatFilter() - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.StringToFloatFilter
 
StringToIntFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Transform the key from a String to an int
StringToIntFilter() - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.StringToIntFilter
 
suffix() - Method in enum com.basho.riak.client.core.query.indexes.IndexType
Returns the suffix for this type.

T

termFilter - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
TIMEOUT - Static variable in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Option
Timeout.
TIMEOUT - Static variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Option
Timeout.
timeout - Variable in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery
 
TIMEOUT - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
Timeout.
TIMEOUT - Static variable in class com.basho.riak.client.api.commands.kv.FetchValue.Option
Timeout.
TIMEOUT - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
Timeout.
timeout - Variable in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
 
timeout(long) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Set the operations timeout
toDomain(RiakObject, Location) - Method in class com.basho.riak.client.api.convert.Converter
Converts from a RiakObject to a domain object.
toDomain(BinaryValue, String) - Method in class com.basho.riak.client.api.convert.Converter
Convert the value portion of a RiakObject to a domain object.
toDomain(BinaryValue, String) - Method in class com.basho.riak.client.api.convert.JSONConverter
 
toDomain(RiakObject, Location) - Method in class com.basho.riak.client.api.convert.PassThroughConverter
 
toDomain(BinaryValue, String) - Method in class com.basho.riak.client.api.convert.PassThroughConverter
 
toDomain(RiakObject, Location) - Method in class com.basho.riak.client.api.convert.StringConverter
 
toDomain(BinaryValue, String) - Method in class com.basho.riak.client.api.convert.StringConverter
 
TokenizeFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
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.api.commands.mapreduce.filters.TokenizeFilter
 
ToLowerFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Transform filter that lower cases the key.
ToLowerFilter() - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.ToLowerFilter
 
toString() - Method in class com.basho.riak.client.api.cap.Quorum
 
toString() - Method in class com.basho.riak.client.api.commands.datatypes.RegisterUpdate
 
toString() - Method in class com.basho.riak.client.api.commands.datatypes.SetUpdate
 
toString() - Method in enum com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Type
 
toString() - Method in enum com.basho.riak.client.api.commands.mapreduce.MapReducePhase.PhaseType
 
toString() - Method in class com.basho.riak.client.api.commands.RiakOption
 
toString() - Method in class com.basho.riak.client.core.query.BucketProperties
 
toString() - Method in class com.basho.riak.client.core.query.crdt.ops.CounterOp
 
toString() - Method in class com.basho.riak.client.core.query.crdt.ops.SetOp
 
toString() - Method in class com.basho.riak.client.core.query.crdt.types.RiakRegister
 
toString() - Method in class com.basho.riak.client.core.query.crdt.types.RiakSet
 
toString() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
 
toString() - Method in class com.basho.riak.client.core.query.links.RiakLink
 
toString() - Method in class com.basho.riak.client.core.query.Location
 
toString() - Method in class com.basho.riak.client.core.query.Namespace
 
toString() - Method in class com.basho.riak.client.core.util.BinaryValue
Return the wrapped byte[] as a String.
toString(Charset) - Method in class com.basho.riak.client.core.util.BinaryValue
Return the wrapped byte[] as a String
toString(Tag) - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
toString(Tag[]) - Method in class com.basho.riak.client.javadoc.RiakThreadSafetyTaglet
 
toStringUtf8() - Method in class com.basho.riak.client.core.util.BinaryValue
Return the wrapped byte[] as a String.
ToUpperFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Transform filter that uppercases the key
ToUpperFilter() - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.ToUpperFilter
 
type - Variable in class com.basho.riak.client.api.convert.Converter
 
type - Variable in class com.basho.riak.client.core.query.crdt.ops.MapOp.MapField
 
type - Variable in class com.basho.riak.client.core.query.indexes.RiakIndex.Name
 
typeFromFullname(String) - Static method in enum com.basho.riak.client.core.query.indexes.IndexType
Returns the index type from its fully qualified name

U

unregisterConflictResolver(Class<T>) - Method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
Unregister a ConflictResolver.
unregisterConflictResolver(TypeReference<T>) - Method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
 
unregisterConverterForClass(Class<T>) - Method in enum com.basho.riak.client.api.convert.ConverterFactory
Unregister a converter.
unregisterConverterForClass(TypeReference<T>) - Method in enum com.basho.riak.client.api.convert.ConverterFactory
Unregister a converter.
UnresolvedConflictException - Exception in com.basho.riak.client.api.cap
Holds the Collection of siblings so they can be presented for further resolution attempts.
UnresolvedConflictException(Throwable, String, List<? extends Object>) - Constructor for exception com.basho.riak.client.api.cap.UnresolvedConflictException
For when a list of siblings cannot be whittled down to one.
UnresolvedConflictException(String, List<? extends Object>) - Constructor for exception com.basho.riak.client.api.cap.UnresolvedConflictException
For when a collection of siblings cannot be whittled down to one.
unsafeCreate(byte[]) - Static method in class com.basho.riak.client.core.util.BinaryValue
Create a BinaryValue containing the supplied byte[]
unsafeGetValue() - Method in class com.basho.riak.client.core.util.BinaryValue
Return the wrapped byte[]
update(String, MapUpdate) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by adding/updating the map mapped to the provided key.
update(String, SetUpdate) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by adding/updating the set mapped to the provided key.
update(String, CounterUpdate) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by adding/updating the counter mapped to the provided key.
update(String, RegisterUpdate) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by adding/updating the register mapped to the provided key.
update(String, FlagUpdate) - Method in class com.basho.riak.client.api.commands.datatypes.MapUpdate
Update the map in Riak by adding/updating the flag mapped to the provided key.
update(BinaryValue, SetOp) - Method in class com.basho.riak.client.core.query.crdt.ops.MapOp
 
update(BinaryValue, CounterOp) - Method in class com.basho.riak.client.core.query.crdt.ops.MapOp
 
update(BinaryValue, MapOp) - Method in class com.basho.riak.client.core.query.crdt.ops.MapOp
 
update(BinaryValue, RegisterOp) - Method in class com.basho.riak.client.core.query.crdt.ops.MapOp
 
update(BinaryValue, FlagOp) - Method in class com.basho.riak.client.core.query.crdt.ops.MapOp
 
UpdateCounter - Class in com.basho.riak.client.api.commands.datatypes
Command used to update or create a counter datatype in Riak.
UpdateCounter.Builder - Class in com.basho.riak.client.api.commands.datatypes
Builder used to construct an UpdateCounter command.
UpdateCounter.Builder(Location, CounterUpdate) - Constructor for class com.basho.riak.client.api.commands.datatypes.UpdateCounter.Builder
Construct a Builder for an UpdateCounter command.
UpdateCounter.Builder(Namespace, CounterUpdate) - Constructor for class com.basho.riak.client.api.commands.datatypes.UpdateCounter.Builder
Constructs a builder for an UpdateCounter command with only a Namespace.
UpdateCounter.Response - Class in com.basho.riak.client.api.commands.datatypes
A response from an UpdateCounter command.
UpdateDatatype<T extends RiakDatatype,S,U> - Class in com.basho.riak.client.api.commands.datatypes
Base abstract class used for all datatype updates.
UpdateDatatype.Builder<T extends UpdateDatatype.Builder<T>> - Class in com.basho.riak.client.api.commands.datatypes
Base abstract builder for all datatype update builders.
UpdateDatatype.Option<T> - Class in com.basho.riak.client.api.commands.datatypes
Tuning parameters for all datatype fetch commands.
UpdateDatatype.Option(String) - Constructor for class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Option
 
UpdateDatatype.Response<T> - Class in com.basho.riak.client.api.commands.datatypes
Base abstract class used for all datatype update responses.
UpdateMap - Class in com.basho.riak.client.api.commands.datatypes
Command used to update or create a map datatype in Riak.
UpdateMap.Builder - Class in com.basho.riak.client.api.commands.datatypes
Builder used to construct an UpdateMap command.
UpdateMap.Builder(Location, MapUpdate) - Constructor for class com.basho.riak.client.api.commands.datatypes.UpdateMap.Builder
Construct a Builder for an UpdateMap command.
UpdateMap.Builder(Namespace, MapUpdate) - Constructor for class com.basho.riak.client.api.commands.datatypes.UpdateMap.Builder
Constructs a builder for an UpdateMap command with only a Namespace.
UpdateMap.Response - Class in com.basho.riak.client.api.commands.datatypes
 
UpdateSet - Class in com.basho.riak.client.api.commands.datatypes
Command used to update or create a set datatype in Riak.
UpdateSet.Builder - Class in com.basho.riak.client.api.commands.datatypes
Builder used to construct an UpdateSet command.
UpdateSet.Builder(Location, SetUpdate) - Constructor for class com.basho.riak.client.api.commands.datatypes.UpdateSet.Builder
Construct a Builder for an UpdateSet command.
UpdateSet.Builder(Namespace, SetUpdate) - Constructor for class com.basho.riak.client.api.commands.datatypes.UpdateSet.Builder
Constructs a builder for an UpdateSet command with only a Namespace.
UpdateSet.Response - Class in com.basho.riak.client.api.commands.datatypes
A response from an UpdateSet command.
UpdateValue - Class in com.basho.riak.client.api.commands.kv
Perform an full cycle update of a Riak value: fetch, resolve, modify, store.
UpdateValue.Builder - Class in com.basho.riak.client.api.commands.kv
Used to construct an UpdateValue command.
UpdateValue.Builder(Location) - Constructor for class com.basho.riak.client.api.commands.kv.UpdateValue.Builder
Construct a Builder for an UpdateValue command.
UpdateValue.Response - Class in com.basho.riak.client.api.commands.kv
 
UpdateValue.Update<T> - Class in com.basho.riak.client.api.commands.kv
An update on a Riak object
UpdateValue.Update() - Constructor for class com.basho.riak.client.api.commands.kv.UpdateValue.Update
 
UrlDecodeFilter - Class in com.basho.riak.client.api.commands.mapreduce.filters
Transform filter that urldecodes the key
UrlDecodeFilter() - Constructor for class com.basho.riak.client.api.commands.mapreduce.filters.UrlDecodeFilter
 
UsermetaField - Class in com.basho.riak.client.api.convert.reflection
Convenience wrapper for a String field that is annotated with RiakUsermeta
UsermetaField(Field) - Constructor for class com.basho.riak.client.api.convert.reflection.UsermetaField
The field that is to be wrapped
UsermetaField.FieldType - Enum in com.basho.riak.client.api.convert.reflection
 
UsermetaMethod - Class in com.basho.riak.client.api.convert.reflection
 
UsermetaMethod(Method) - Constructor for class com.basho.riak.client.api.convert.reflection.UsermetaMethod
 
UsermetaMethod.MethodType - Enum in com.basho.riak.client.api.convert.reflection
 
utf8StringToBytes(String) - Static method in class com.basho.riak.client.core.util.CharsetUtils
Turn a UTF-8 encoded string into an array of bytes
UTF_8 - Static variable in class com.basho.riak.client.core.util.CharsetUtils
 

V

validOptions(String[][], DocErrorReporter) - Static method in class com.basho.riak.client.javadoc.JavadocFilter
 
valueOf(String) - Static method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.commands.mapreduce.MapReducePhase.PhaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.commands.search.Search.Option.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.commands.search.Search.Presort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.convert.ConverterFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.convert.reflection.RiakIndexField.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.convert.reflection.RiakIndexMethod.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.convert.reflection.UsermetaField.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.api.convert.reflection.UsermetaMethod.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.core.query.crdt.ops.MapOp.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.core.query.indexes.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basho.riak.client.core.RiakNode.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.basho.riak.client.api.cap.ConflictResolverFactory
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.api.commands.indexes.SecondaryIndexQuery.Type
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.api.commands.mapreduce.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.api.commands.search.Search.Option.Operation
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.api.commands.search.Search.Presort
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.api.convert.ConverterFactory
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.api.convert.reflection.RiakIndexField.FieldType
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.api.convert.reflection.RiakIndexMethod.MethodType
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.api.convert.reflection.UsermetaField.FieldType
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.api.convert.reflection.UsermetaMethod.MethodType
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.core.query.crdt.ops.MapOp.FieldType
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.core.query.indexes.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.basho.riak.client.core.query.indexes.RiakIndex
Return the values in this index.
values() - Static method in enum com.basho.riak.client.core.RiakNode.State
Returns an array containing the constants of this enum type, in the order they are declared.
VClock - Interface in com.basho.riak.client.api.cap
Access the opaque Riak vector clock as either a String or array of bytes.
version() - Method in class com.basho.riak.client.api.convert.RiakJacksonModule
 
view() - Method in class com.basho.riak.client.core.query.crdt.types.RiakCounter
Get this RiakCounter as a Long value.
view() - Method in class com.basho.riak.client.core.query.crdt.types.RiakDatatype
 
view() - Method in class com.basho.riak.client.core.query.crdt.types.RiakFlag
Return whether this flag is enabled.
view() - Method in class com.basho.riak.client.core.query.crdt.types.RiakMap
Get this RiakMap as a Map.
view() - Method in class com.basho.riak.client.core.query.crdt.types.RiakRegister
Returns the RiakRegister as a BinaryValue.
view() - Method in class com.basho.riak.client.core.query.crdt.types.RiakSet
Get this set as a Set.

W

W - Static variable in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Option
Write Quorum.
W - Static variable in class com.basho.riak.client.api.commands.kv.DeleteValue.Option
Write Quorum.
W - Static variable in class com.basho.riak.client.api.commands.kv.StoreValue.Option
Write Quorum.
wasUpdated() - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Response
Determine if an update occurred.
withAllowMulti(boolean) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the allow_multi value.
withAllowMulti(boolean) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the allow_multi value.
withAsis(boolean) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set the asis value for this operation.
withAuth(String, String, KeyStore) - Method in class com.basho.riak.client.core.RiakNode.Builder
Set the credentials for Riak security and authentication.
withBackend(String) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the backend used by this bucket.
withBackend(String) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the backend used by this bucket.
withBasicQuorum(boolean) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the basic_quorum value.
withBasicQuorum(boolean) - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Set the basic_quorum value.
withBasicQuorum(boolean) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Set the basic_quorum value.
withBasicQuorum(boolean) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the basic_quorum value.
withBigVClock(Long) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the big_vclock value.
withBigVClock(long) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the big_vclock value.
withBlockOnMaxConnections(boolean) - Method in class com.basho.riak.client.core.RiakNode.Builder
Set whether to block if all connections are in use.
withBootstrap(Bootstrap) - Method in class com.basho.riak.client.core.RiakCluster.Builder
The Netty Bootstrap this cluster will use.
withBootstrap(Bootstrap) - Method in class com.basho.riak.client.core.RiakNode.Builder
Provides a Netty Bootstrap for this node to use.
withBucket(String) - Method in class com.basho.riak.client.core.query.functions.Function.Builder
Set the bucket for a stored JS function.
withBucketType(BinaryValue) - Method in class com.basho.riak.client.core.operations.ListBucketsOperation.Builder
Set the bucket type.
withChashkeyFunction(Function) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the chash_keyfun value.
withChashkeyFunction(Function) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the chash_keyfun value.
withConnectionTimeout(int) - Method in class com.basho.riak.client.core.RiakNode.Builder
Set the connection timeout used when making new connections
withContent(RiakObject) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
 
withContext(Context) - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Builder
Include the context from a previous fetch.
withContext(BinaryValue) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Set the context for this operation.
withContinuation(BinaryValue) - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
Set the continuation for this query.
withContinuation(BinaryValue) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set the continuation for this query.
withDefaultField(String) - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
Use the provided field as the default.
withDefaultOperation(String) - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
Set the default operation.
withDw(int) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the dw value.
withDw(int) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set the DW value for this query.
withDw(int) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Set the DW value for this DtUpdateOperation.
withDw(int) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set the DW value for this StoreOperation.
withDw(int) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the dw value.
withExecutionAttempts(int) - Method in class com.basho.riak.client.core.RiakCluster.Builder
Sets the number of times the RiakCluster will attempt an operation before returning it as failed.
withExecutor(ScheduledExecutorService) - Method in class com.basho.riak.client.core.RiakCluster.Builder
Sets the Threadpool for this cluster.
withExecutor(ScheduledExecutorService) - Method in class com.basho.riak.client.core.RiakNode.Builder
Provides an executor for this node to use for internal maintenance tasks.
withFetchOption(FetchValue.Option<U>, U) - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Builder
Add an option for the fetch phase of the update.
withFilterQuery(String) - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
Filters the search by an additional query scoped to inline fields.
withFunction(String) - Method in class com.basho.riak.client.core.query.functions.Function.Builder
Set the function name for an Erlang function.
withHeadOnly(boolean) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Return only the metadata.
withHealthCheck(HealthCheckFactory) - Method in class com.basho.riak.client.core.RiakNode.Builder
Set the HealthCheckFactory used to determine if this RiakNode is healthy.
withIdleTimeout(int) - Method in class com.basho.riak.client.core.RiakNode.Builder
Set the idle timeout used to reap inactive connections.
withIfNoneMatch(boolean) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set the if_none_match flag value for this StoreOperation.
withIfNotModified(byte[]) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Do not return the object if the supplied vclock matches.
withIfNotModified(boolean) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set the if_not_modified flag for this StoreOperation.
withIndex(String) - Method in class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
withIndex(String) - Method in class com.basho.riak.client.api.commands.mapreduce.SearchMapReduce.Builder
 
withIndexKey(BinaryValue) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set a single secondary index key to use for query.
withIndexName(String) - Method in class com.basho.riak.client.core.operations.YzFetchIndexOperation.Builder
 
withKey(String) - Method in class com.basho.riak.client.core.query.functions.Function.Builder
Set the key for a stored JS function.
withKeyAndIndex(boolean) - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
Set whether to return the index keys with the Riak object keys.
withKeyFilter(KeyFilter) - Method in class com.basho.riak.client.api.commands.mapreduce.BucketMapReduce.Builder
 
withLastWriteWins(boolean) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the last_write_wins value.
withLastWriteWins(boolean) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the last_write_wins value.
withLegacyRiakSearchEnabled(boolean) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Enable Legacy Riak Search.
withLegacyRiakSearchEnabled(boolean) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Enable Legacy Riak Search.
withLinkPhase(String, String, boolean) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add a Link Phase that points to bucket / tag .
withLinkPhase(String, String) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Create a Link Phase that points to bucket / tag keep will be false
withLinkwalkFunction(Function) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the linkfun value.
withLinkwalkFunction(Function) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the linkfun value.
withLocation(Location) - Method in class com.basho.riak.client.api.commands.kv.StoreValue.Builder
Set the location to store the object.
withLocation(Location) - Method in class com.basho.riak.client.api.commands.mapreduce.BucketKeyMapReduce.Builder
 
withLocation(Location, String) - Method in class com.basho.riak.client.api.commands.mapreduce.BucketKeyMapReduce.Builder
 
withMapPhase(Function, boolean) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add MapPhase to the query
withMapPhase(Function, Object, boolean) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add a MapPhase
withMapPhase(Function, Object) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add a MapPhase
withMapPhase(Function) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add a MapPhase
withMatchValue(long) - Method in class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
withMatchValue(BinaryValue) - Method in class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
withMaxConnections(int) - Method in class com.basho.riak.client.core.RiakNode.Builder
Set the maximum number of connections allowed.
withMaxInFlight(int) - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Builder
Set the maximum number of requests to be in progress simultaneously.
withMaxResults(Integer) - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
Set the maximum number of results returned by the query.
withMaxResults(int) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set the maximum number of results returned by the query.
withMinConnections(int) - Method in class com.basho.riak.client.core.RiakNode.Builder
Set the minimum number of active connections to maintain.
withModule(String) - Method in class com.basho.riak.client.core.query.functions.Function.Builder
Set the module for an Erlang function.
withName(String) - Method in class com.basho.riak.client.core.query.functions.Function.Builder
Set the name for a Named Javascript function.
withNamespace(Namespace) - Method in class com.basho.riak.client.api.commands.kv.StoreValue.Builder
Set the namespace to store the object.
withNamespace(Namespace) - Method in class com.basho.riak.client.api.commands.mapreduce.BucketMapReduce.Builder
 
withNamespace(Namespace) - Method in class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
withNodeManager(NodeManager) - Method in class com.basho.riak.client.core.RiakCluster.Builder
Sets the NodeManager for this RiakCluster If none is provided the DefaultNodeManager will be used
withNotFoundOk(boolean) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the not_found_ok value.
withNotFoundOK(boolean) - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Set the not_found_ok value.
withNotFoundOK(boolean) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Set the not_found_ok value.
withNotFoundOk(boolean) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the not_found_ok value.
withNumRows(int) - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
Specify the maximum number of results to return.
withNVal(int) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the nVal.
withNVal(int) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set the n_val for this operation.
withNVal(int) - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Set the n_val for this operation.
withNVal(int) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Set the n_val value for this operation.
withNVal(int) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Set the n_val for this operation.
withNVal(int) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set the n_val value for this operation.
withNVal(int) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the nVal.
withOldVClock(Long) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the old_vclock value.
withOldVClock(long) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the old_vclock value.
withOp(CrdtOp) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Add an update op to this operation
withOption(FetchDatatype.Option<U>, U) - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Builder
Add an optional setting for this command.
withOption(FetchDatatype.Option<V>, V) - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype
 
withOption(UpdateDatatype.Option<U>, U) - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Builder
Add an optional setting for this command.
withOption(DeleteValue.Option<T>, T) - Method in class com.basho.riak.client.api.commands.kv.DeleteValue.Builder
Add a delete option.
withOption(FetchValue.Option<U>, U) - Method in class com.basho.riak.client.api.commands.kv.FetchValue.Builder
Add an optional setting for this command.
withOption(FetchValue.Option<U>, U) - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Builder
A FetchValue.Option to use with each fetch operation.
withOption(StoreValue.Option<T>, T) - Method in class com.basho.riak.client.api.commands.kv.StoreValue.Builder
Add an optional setting for this command.
withOption(Search.Option<T>, T) - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
withPaginationSort(boolean) - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
Set whether to sort the results of a non-paginated 2i query.
withPaginationSort(boolean) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set whether to sort the results of a non-paginated 2i query.
withPostcommitHook(Function) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Add a post-commit hook.
withPostcommitHook(Function) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Add a post-commit hook.
withPr(int) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the pr value.
withPr(int) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set the PR value for this query.
withPr(int) - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Set the PR value for this query.
withPr(int) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Set the PR value for this query.
withPr(int) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the pr value.
withPr(Quorum) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the pr value.
withPrecommitHook(Function) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Add a pre-commit hook.
withPrecommitHook(Function) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Add a pre-commit hook.
withPresort(Search.Presort) - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
withPresort(String) - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
Sorts all of the results by bucket key, or the search score, before the given rows are chosen.
withPw(int) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the pw value.
withPw(int) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set the PW value for this query.
withPw(int) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Set the PW value for this DtUpdateOperation.
withPw(int) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set the PW value for this StoreOperation.
withPw(int) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the pw value.
withPw(Quorum) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the pw value.
withQuery(String) - Method in class com.basho.riak.client.api.commands.mapreduce.SearchMapReduce.Builder
 
withR(int) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the r value.
withR(int) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set the R value for this FetchOperation.
withR(int) - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Set the R value for this FetchOperation.
withR(int) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Set the R value for this FetchOperation.
withR(int) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the r value.
withR(Quorum) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the r value.
withRange(long, long) - Method in class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
withRange(BinaryValue, BinaryValue) - Method in class com.basho.riak.client.api.commands.mapreduce.IndexMapReduce.Builder
 
withRangeEnd(BinaryValue) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set the ending value for a range query.
withRangeStart(BinaryValue) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set the start value for a range query.
withReducePhase(Function, boolean) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add ReducePhase to the query
withReducePhase(Function, Object, boolean) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add a ReducePhase
withReducePhase(Function, Object) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add a ReducePhase
withReducePhase(Function) - Method in class com.basho.riak.client.api.commands.mapreduce.MapReduce.Builder
Add a ReducePhase
withRegexTermFilter(String) - Method in class com.basho.riak.client.api.commands.indexes.BigIntIndexQuery.Init
 
withRegexTermFilter(String) - Method in class com.basho.riak.client.api.commands.indexes.IntIndexQuery.Init
 
withRegexTermFilter(String) - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
Set the regex to filter result terms by for this query.
withRegexTermFilter(BinaryValue) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set the regex to filter result terms by for this query.
withRemoteAddress(String) - Method in class com.basho.riak.client.core.RiakNode.Builder
Sets the remote address for this RiakNode.
withRemotePort(int) - Method in class com.basho.riak.client.core.RiakNode.Builder
Specifies the remote port for this RiakNode.
withReturnBody(boolean) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Return the object after storing (including any siblings).
withReturnBody(boolean) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Return the object after storing (including any siblings).
withReturnDatatype(boolean) - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Builder
Return the updated datatype.
withReturnDeletedVClock(boolean) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Set whether to return tombstones.
withReturnFields(List<String>) - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
Only return the provided fields.
withReturnHead(boolean) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Return the metadata after storing the value.
withReturnKeyAndIndex(boolean) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set whether to return the index keys with the Riak object keys.
withRiakBucketNameField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakBucketNameGetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakBucketNameSetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakBucketTypeField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakBucketTypeGetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakBucketTypeSetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakContentTypeField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakContentTypeGetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakContentTypeSetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakKeyField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakKey annotated field.
withRiakKeyGetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakKey annotated getter.
withRiakKeySetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakKey annotated setter.
withRiakLastModifiedField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakLastModifiedSetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakLinksField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakLinks annotated field.
withRiakLinksGetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakLinks annotated getter.
withRiakLinksSetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakLinks annotated setter.
withRiakTombstoneField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakTombstoneGetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakTombstoneSetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakVClockField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakVClock annotated field.
withRiakVClockGetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakVClock annotated getter method.
withRiakVClockSetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
Set the @RiakVClock annotated setter method.
withRiakVTagField(Field) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRiakVTagSetter(Method) - Method in class com.basho.riak.client.api.convert.reflection.AnnotationInfo.Builder
 
withRows(int) - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
withRw(int) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the rw value.
withRw(int) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set the RW value for this query.
withRw(int) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the rw value.
withRw(Quorum) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the rw value.
withSearchIndex(String) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Associate a Search Index.
withSearchIndex(String) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Associate a Search Index.
withSloppyQuorum(boolean) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set whether to use sloppy_quorum.
withSloppyQuorum(boolean) - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Set whether to use sloppy_quorum.
withSloppyQuorum(boolean) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Set whether to use sloppy_quorum.
withSloppyQuorum(boolean) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Set whether to use sloppy_quorum.
withSloppyQuorum(boolean) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set whether to use sloppy_quorum.
withSmallVClock(Long) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the small_vclock value.
withSmallVClock(long) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the small_vclock value.
withSortField(String) - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
Sort the results on the specified field name.
withSource(String) - Method in class com.basho.riak.client.core.query.functions.Function.Builder
Set the source for an anonymous JS function
withStart(int) - Method in class com.basho.riak.client.api.commands.search.Search.Builder
 
withStart(int) - Method in class com.basho.riak.client.core.operations.SearchOperation.Builder
Specify the starting result of the query.
withStoreOption(StoreValue.Option<U>, U) - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Builder
Add an option for the store phase of the update.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.buckets.ListBuckets.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.datatypes.FetchDatatype.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.datatypes.UpdateDatatype.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.indexes.SecondaryIndexQuery.Init
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.kv.DeleteValue.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.kv.FetchValue.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.kv.ListKeys.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.kv.MultiFetch.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.kv.StoreValue.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Builder
Set the Riak-side timeout value.
withTimeout(int) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set a timeout for this operation.
withTimeout(int) - Method in class com.basho.riak.client.core.operations.DtFetchOperation.Builder
Set a timeout for this operation.
withTimeout(int) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Set a timeout for this operation.
withTimeout(int) - Method in class com.basho.riak.client.core.operations.FetchOperation.Builder
Set a timeout for this operation.
withTimeout(int) - Method in class com.basho.riak.client.core.operations.ListBucketsOperation.Builder
Provide a timeout for this operation.
withTimeout(int) - Method in class com.basho.riak.client.core.operations.ListKeysOperation.Builder
 
withTimeout(int) - Method in class com.basho.riak.client.core.operations.SecondaryIndexQueryOperation.Query.Builder
Set the timeout for the query.
withTimeout(int) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set a timeout for this operation.
withUpdate(UpdateValue.Update<?>) - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Builder
Supply the Update.
withUpdate(UpdateValue.Update<T>, TypeReference<T>) - Method in class com.basho.riak.client.api.commands.kv.UpdateValue.Builder
Supply the Update with a TypeReference.
withVClock(VClock) - Method in class com.basho.riak.client.api.commands.kv.DeleteValue.Builder
Specify the VClock to use when deleting the object from Riak.
withVclock(VClock) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set the Vclock to be used for this query.
withVectorClock(VClock) - Method in class com.basho.riak.client.api.commands.kv.StoreValue.Builder
Set the vector clock.
withW(int) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the w value.
withW(int) - Method in class com.basho.riak.client.core.operations.DeleteOperation.Builder
Set the W value for this query.
withW(int) - Method in class com.basho.riak.client.core.operations.DtUpdateOperation.Builder
Set the W value for this DtUpdateOperation.
withW(int) - Method in class com.basho.riak.client.core.operations.StoreOperation.Builder
Set the W value for this StoreOperation.
withW(int) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the w value.
withW(Quorum) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the w value.
withYoungVClock(Long) - Method in class com.basho.riak.client.api.commands.buckets.StoreBucketProperties.Builder
Set the young_vclock value.
withYoungVClock(long) - Method in class com.basho.riak.client.core.query.BucketProperties.Builder
Set the young_vclock value.

Y

YokozunaIndex - Class in com.basho.riak.client.core.query.search
Represents a Yokozuna Index.
YokozunaIndex(String) - Constructor for class com.basho.riak.client.core.query.search.YokozunaIndex
Constructs a Yokozuna index without naming the schema.
YokozunaIndex(String, String) - Constructor for class com.basho.riak.client.core.query.search.YokozunaIndex
Constructs a Yokozuna index.
YokozunaSchema - Class in com.basho.riak.client.core.query.search
 
YokozunaSchema(String, String) - Constructor for class com.basho.riak.client.core.query.search.YokozunaSchema
Constructs a YokozunaSchema.
YzDeleteIndexOperation - Class in com.basho.riak.client.core.operations
 
YzDeleteIndexOperation.Builder - Class in com.basho.riak.client.core.operations
 
YzDeleteIndexOperation.Builder(String) - Constructor for class com.basho.riak.client.core.operations.YzDeleteIndexOperation.Builder
 
YzFetchIndexOperation - Class in com.basho.riak.client.core.operations
 
YzFetchIndexOperation.Builder - Class in com.basho.riak.client.core.operations
 
YzFetchIndexOperation.Builder() - Constructor for class com.basho.riak.client.core.operations.YzFetchIndexOperation.Builder
 
YzFetchIndexOperation.Response - Class in com.basho.riak.client.core.operations
 
YzGetSchemaOperation - Class in com.basho.riak.client.core.operations
 
YzGetSchemaOperation.Builder - Class in com.basho.riak.client.core.operations
 
YzGetSchemaOperation.Builder(String) - Constructor for class com.basho.riak.client.core.operations.YzGetSchemaOperation.Builder
 
YzGetSchemaOperation.Response - Class in com.basho.riak.client.core.operations
 
YzPutIndexOperation - Class in com.basho.riak.client.core.operations
 
YzPutIndexOperation.Builder - Class in com.basho.riak.client.core.operations
 
YzPutIndexOperation.Builder(YokozunaIndex) - Constructor for class com.basho.riak.client.core.operations.YzPutIndexOperation.Builder
 
YzPutSchemaOperation - Class in com.basho.riak.client.core.operations
 
YzPutSchemaOperation.Builder - Class in com.basho.riak.client.core.operations
 
YzPutSchemaOperation.Builder(YokozunaSchema) - Constructor for class com.basho.riak.client.core.operations.YzPutSchemaOperation.Builder
 
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 © 2014. All rights reserved.