Spring Data Key-Value
A B C D E F G H I J K L M O P Q R S T U V W

A

AbstractAsyncOperation<T> - Class in org.springframework.data.keyvalue.riak.core
 
AbstractAsyncOperation() - Constructor for class org.springframework.data.keyvalue.riak.core.AbstractAsyncOperation
 
AbstractAsyncOperation(RiakTemplate) - Constructor for class org.springframework.data.keyvalue.riak.core.AbstractAsyncOperation
 
AbstractRiakTemplate - Class in org.springframework.data.keyvalue.riak.core
Base class for RiakTemplates that defines basic behaviour common to both kinds of templates (Key/Value and Bucket/Key/Value).
AbstractRiakTemplate() - Constructor for class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Take all the defaults.
AbstractRiakTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Use the specified ClientHttpRequestFactory.
addInputs(List<V>) - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceJob
Set the list of inputs for this job.
addInputs(List) - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
addPhase(MapReducePhase) - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceJob
Add a phase to this operation.
addPhase(MapReducePhase) - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
afterPropertiesSet() - Method in class org.springframework.data.keyvalue.riak.core.AbstractAsyncOperation
 
afterPropertiesSet() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
afterPropertiesSet() - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
arg - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
available() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 

B

bucketColonKey - Variable in class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyResolver
 
BucketKeyPair<B,K> - Interface in org.springframework.data.keyvalue.riak.core
A generic interface for representing composite keys in data stores that use a bucket and key pair.
bucketKeyPair - Variable in class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
 
BucketKeyResolver - Interface in org.springframework.data.keyvalue.riak.core
A generic interface to a resolver to turn a single object into a BucketKeyPair.
bucketKeyResolvers - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
A list of resolvers to turn a single object into a BucketKeyPair.
BucketKeyValueStoreOperations - Interface in org.springframework.data.keyvalue.riak.core
 

C

cache - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
For caching objects based on ETags.
call() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
canExecute() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
canRead() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
canResolve(V) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyResolver
Can this resolver deal with the given object?
canResolve(V) - Method in class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyResolver
 
canWrite() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
checkCache(K, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
close() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
compareTo(File) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
compareTo(Object) - Method in class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyPair
 
containsKey(B, K) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.containsKey(Object) that takes a discreet bucket and key pair.
containsKey(K) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Does the store contain this key?
containsKey(K) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
containsKey(B, K) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
conversionService - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
For converting objects to/from other kinds of objects.
createMapReduceJob() - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
createMapReduceJob() - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
createNewFile() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
createRelative(String) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 

D

DataStoreConnectionFailureException - Exception in org.springframework.data.keyvalue.riak
 
DataStoreConnectionFailureException(String) - Constructor for exception org.springframework.data.keyvalue.riak.DataStoreConnectionFailureException
 
DataStoreConnectionFailureException(String, Throwable) - Constructor for exception org.springframework.data.keyvalue.riak.DataStoreConnectionFailureException
 
DataStoreOperationException - Exception in org.springframework.data.keyvalue.riak
 
DataStoreOperationException(String) - Constructor for exception org.springframework.data.keyvalue.riak.DataStoreOperationException
 
DataStoreOperationException(String, Throwable) - Constructor for exception org.springframework.data.keyvalue.riak.DataStoreOperationException
 
defaultQosParameters - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
The default QosParameters to use for all operations through this template.
defaultUri - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
The URI to use inside the RestTemplate.
delete(B, K) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Delete a specific entry from this data store.
delete() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
delete(B, K) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
deleteKeys(K...) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Delete one or more keys from the store.
deleteKeys(K...) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
deleteKeys(K...) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
deleteOnExit() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
durableWriteThreshold - Variable in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 

E

equals(Object) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
ErlangMapReduceOperation - Class in org.springframework.data.keyvalue.riak.mapreduce
An implementation of MapReduceOperation to represent an Erlang M/R function, which must be already defined inside the Riak server.
ErlangMapReduceOperation() - Constructor for class org.springframework.data.keyvalue.riak.mapreduce.ErlangMapReduceOperation
 
ErlangMapReduceOperation(String, String) - Constructor for class org.springframework.data.keyvalue.riak.mapreduce.ErlangMapReduceOperation
 
execute(MapReduceJob) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
execute(MapReduceJob, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
execute(MapReduceJob) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
execute(MapReduceJob, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
execute(MapReduceJob) - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceOperations
Execute a MapReduceJob synchronously.
execute(MapReduceJob, Class<T>) - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceOperations
Execute a MapReduceJob synchronously, converting the result into the given type.
executorService - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
ExecutorService to use for running asynchronous jobs.
exists() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
extractMediaType(Object) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
extractMetaData(HttpHeaders) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
extractQosParameters(QosParameters) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Get a string that represents the QOS parameters, taken either from the specified object or from the template defaults.

F

flush() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakOutputStream
 

G

get(B, K) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.get(Object) that takes a discreet bucket and key pair.
get(K) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get a value at the specified key, trying to infer the type from either the bucket in which the value was stored, or (by default) as a java.util.Map.
get() - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreValue
Get the converted value itself.
get(K) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
get(B, K) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
get() - Method in class org.springframework.data.keyvalue.riak.core.RiakValue
 
getAbsoluteFile() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getAbsolutePath() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getAndSet(B, K, V) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.getAndSet(Object, Object) that takes a discreet bucket and key pair.
getAndSet(K, V) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get the old value at the specified key and replace it with the given value.
getAndSet(K, V) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getAndSet(B, K, V) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getAndSetAsBytes(B, K, byte[]) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.getAndSetAsBytes(Object, byte[]) that takes a discreet bucket and key pair.
getAndSetAsBytes(K, byte[]) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get the old value at the specified key as a byte array and replace it with the given bytes.
getAndSetAsBytes(K, byte[]) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getAndSetAsBytes(B, K, byte[]) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getAndSetAsType(B, K, V, Class<T>) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.getAndSetAsType(Object, Object, Class) that takes a discreet bucket and key pair.
getAndSetAsType(K, V, Class<T>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get the old value at the specified key and replace it with the given value, converting it to an instance of the given type.
getAndSetAsType(K, V, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getAndSetAsType(B, K, V, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getArg() - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceJob
Get the static argument for this job.
getArg() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
getAsBytes(B, K) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.getAsBytes(Object) that takes a discreet bucket and key pair.
getAsBytes(K) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get the value at the specified key as a byte array.
getAsBytes(K) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getAsBytes(B, K) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getAsBytesWithMetaData(K) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getAsBytesWithMetaData(B, K) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getAsType(B, K, Class<T>) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.getAsType(Object, Class) that takes a discreet bucket and key pair.
getAsType(K, Class<T>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get the value at the specified key and convert it into an instance of the specified type.
getAsType(K, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getAsType(B, K, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getBucket() - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyPair
Get the bucket representation.
getBucket() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getBucket() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getBucket() - Method in class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyPair
 
getBucketKeyPair() - Method in class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
 
getBucketSchema(B) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get the properties of the specified bucket.
getBucketSchema(B, boolean) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get the properties of the bucket and specify whether or not to list the keys in that bucket.
getBucketSchema(B) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getBucketSchema(B, boolean) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getBucketSchema(B) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getBucketSchema(B, boolean) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getCanonicalFile() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getCanonicalPath() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getContentType() - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreMetaData
Get the Content-Type of this object.
getContentType() - Method in class org.springframework.data.keyvalue.riak.core.RiakMetaData
 
getConversionService() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
getDefaultQosParameters() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
getDefaultUri() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
getDescription() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getDurableWriteThreshold() - Method in interface org.springframework.data.keyvalue.riak.core.QosParameters
Instruct the server on the durable write threshold.
getDurableWriteThreshold() - Method in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 
getExecutorService() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
getFile() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getFilename() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getFreeSpace() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getHost() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
getInputs() - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceJob
Get the list of inputs for this job.
getInputs() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
getInputStream() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getKeepResults() - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReducePhase
Whether or not to keep the result of this phase.
getKeepResults() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
getKey() - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyPair
Get the key representation.
getKey() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getKey() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getKey() - Method in class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyPair
 
getLanguage() - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReducePhase
The language this phase is described in.
getLanguage() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
getLastModified() - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreMetaData
 
getLastModified() - Method in class org.springframework.data.keyvalue.riak.core.RiakMetaData
 
getMapReduceUri() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
getMetaData() - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreValue
Get the metadata associated with this value.
getMetaData(K) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getMetaData(B, K) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getMetaData() - Method in class org.springframework.data.keyvalue.riak.core.RiakValue
 
getName() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getOperation() - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReducePhase
Get the operation this phase will execute.
getOperation() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
getParent() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getParentFile() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getPath() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getPhase() - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReducePhase
 
getPhase() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
getPort() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
getPrefix() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Extract the prefix from the URI for use in creating links.
getProperties() - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreMetaData
Get the arbitrary properties for this object.
getProperties() - Method in class org.springframework.data.keyvalue.riak.core.RiakMetaData
 
getReadThreshold() - Method in interface org.springframework.data.keyvalue.riak.core.QosParameters
Instruct the server on the read threshold.
getReadThreshold() - Method in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 
getRepresentation() - Method in class org.springframework.data.keyvalue.riak.mapreduce.ErlangMapReduceOperation
 
getRepresentation() - Method in class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
 
getRepresentation() - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceOperation
Get the implementation-specific representation of a Map/Reduce operation.
getRiak() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getRiakTemplate() - Method in class org.springframework.data.keyvalue.riak.core.AbstractAsyncOperation
 
getRiakTemplate() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getRiakTemplate() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
getSource() - Method in class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
 
getTotalSpace() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getURI() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getUriAsString(boolean) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getURL() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
getUsableSpace() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
getValues(List<K>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get all the values at the specified keys.
getValues(K...) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Variation on KeyValueStoreOperations.getValues(java.util.List) that uses varargs instead of a java.util.List.
getValues(List<K>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getValues(K...) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getValues(List<K>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getValues(K...) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getValuesAsType(List<K>, Class<T>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Get all the values at the specified keys, converting the values into instances of the specified type.
getValuesAsType(Class<T>, K...) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
A variation on KeyValueStoreOperations.getValuesAsType(java.util.List, Class) that takes uses varargs instead of a java.util.List.
getValuesAsType(List<K>, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getValuesAsType(Class<T>, K...) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getValuesAsType(List<K>, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getValuesAsType(Class<T>, K...) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getWithMetaData(K, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
getWithMetaData(B, K, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
getWriteThreshold() - Method in interface org.springframework.data.keyvalue.riak.core.QosParameters
Instruct the server on the normal write threshold.
getWriteThreshold() - Method in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 
groovyPresent - Static variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Do we need to handle Groovy strings in the Jackson JSON processor?

H

hashCode() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
httpDate - Static variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
For getting a java.util.Date from the Last-Modified header.

I

inputs - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
isAbsolute() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
isDirectory() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
isFile() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
isHidden() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
isUseCache() - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 

J

JavascriptMapReduceOperation - Class in org.springframework.data.keyvalue.riak.mapreduce
An implementation of MapReduceOperation to describe a Javascript language M/R function.
JavascriptMapReduceOperation(String) - Constructor for class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
 
JavascriptMapReduceOperation(BucketKeyPair) - Constructor for class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
 

K

keepResults - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
KeyValueStoreMetaData - Annotation Type in org.springframework.data.keyvalue.riak.convert
Specify the bucket in which to store the annotated object, overriding the default classname method of deriving bucket name.
KeyValueStoreMetaData - Interface in org.springframework.data.keyvalue.riak.core
A generic interface to MetaData provided by Key/Value data stores.
KeyValueStoreOperations - Interface in org.springframework.data.keyvalue.riak.core
Generic abstraction for Key/Value stores.
KeyValueStoreValue<T> - Interface in org.springframework.data.keyvalue.riak.core
A generic interface for dealing with values and their store metadata.

L

language - Variable in class org.springframework.data.keyvalue.riak.mapreduce.ErlangMapReduceOperation
 
language - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
lastModified() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
length() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
link(K1, K2, String) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
Use Riak's native Link mechanism to link two entries together.
link(B1, K1, B2, K2, String) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
Use Riak's native Link mechanism to link two entries together.
linkWalk(K, String) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
Use Riak's link walking mechanism to retrieve a multipart message that will be decoded like they were individual objects (e.g. using the built-in HttpMessageConverters of RestTemplate).
linkWalk(B, K, String) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
Use Riak's link walking mechanism to retrieve a multipart message that will be decoded like they were individual objects (e.g. using the built-in HttpMessageConverters of RestTemplate).
linkWalkAsType(B, K, String, Class<T>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
Use Riak's link walking mechanism to retrieve a multipart message that will be decoded like they were individual objects (e.g. using the built-in HttpMessageConverters of RestTemplate) and return the result as a list of objects of one of: The type specified by requiredType If that's null, try using the bucket name in which the object was stored If all else fails, use a Map
list() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
list(FilenameFilter) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
listFiles() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
listFiles(FilenameFilter) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
listFiles(FileFilter) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
log - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
log - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 

M

MapReduceJob<T> - Interface in org.springframework.data.keyvalue.riak.mapreduce
A generic interface to representing a Map/Reduce job to a data store that supports that operation.
MapReduceOperation - Interface in org.springframework.data.keyvalue.riak.mapreduce
A generic interface to a Map/Reduce operation.
MapReduceOperations - Interface in org.springframework.data.keyvalue.riak.mapreduce
Generic interface to Map/Reduce in data stores that support it.
MapReducePhase - Interface in org.springframework.data.keyvalue.riak.mapreduce
A generic interface to the phases of Map/Reduce jobs.
MapReducePhase.Phase - Enum in org.springframework.data.keyvalue.riak.mapreduce
 
mapReduceUri - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
The URI for the Riak Map/Reduce API.
mark(int) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
markSupported() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
mkdir() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
mkdirs() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
moduleFunction - Variable in class org.springframework.data.keyvalue.riak.mapreduce.ErlangMapReduceOperation
 

O

operation - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
org.springframework.data.keyvalue - package org.springframework.data.keyvalue
 
org.springframework.data.keyvalue.riak - package org.springframework.data.keyvalue.riak
 
org.springframework.data.keyvalue.riak.convert - package org.springframework.data.keyvalue.riak.convert
 
org.springframework.data.keyvalue.riak.core - package org.springframework.data.keyvalue.riak.core
 
org.springframework.data.keyvalue.riak.core.io - package org.springframework.data.keyvalue.riak.core.io
 
org.springframework.data.keyvalue.riak.mapreduce - package org.springframework.data.keyvalue.riak.mapreduce
 

P

phase - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
phases - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
prefix - Static variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Regex used to extract host, port, and prefix from the given URI.

Q

QosParameters - Interface in org.springframework.data.keyvalue.riak.core
Specify Quality Of Service parameters.

R

read(byte[]) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
read(byte[], int, int) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
read() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
readThreshold - Variable in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 
renameTo(File) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
reset() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
resolve(V) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyResolver
Turn the given object into a BucketKeyPair.
resolve(V) - Method in class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyResolver
 
resolveBucketKeyPair(Object, Object) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
riak - Variable in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
RIAK_CLIENT_ID - Static variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Client ID used by Riak to correlate updates.
RiakFile<B,K> - Class in org.springframework.data.keyvalue.riak.core.io
 
RiakFile(RiakTemplate, B, K) - Constructor for class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
RiakInputStream<B,K> - Class in org.springframework.data.keyvalue.riak.core.io
An InputStream implementation that is backed by a resource residing in Riak.
RiakInputStream(RiakTemplate, B, K) - Constructor for class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
RiakKeyValueTemplate - Class in org.springframework.data.keyvalue.riak.core
An implementation of KeyValueStoreOperations and MapReduceOperations for the Riak data store.
RiakKeyValueTemplate() - Constructor for class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
Take all the defaults.
RiakKeyValueTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
Use the specified ClientHttpRequestFactory.
RiakKeyValueTemplate(String, String) - Constructor for class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
Use the specified defaultUri and mapReduceUri.
RiakMapReduceJob - Class in org.springframework.data.keyvalue.riak.mapreduce
An implementation of MapReduceJob for the Riak data store.
RiakMapReduceJob(RiakTemplate) - Constructor for class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
RiakMapReducePhase - Class in org.springframework.data.keyvalue.riak.mapreduce
An implementation of MapReducePhase for the Riak data store.
RiakMapReducePhase(String, String, MapReduceOperation) - Constructor for class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
RiakMapReducePhase(MapReducePhase.Phase, String, MapReduceOperation) - Constructor for class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
RiakMetaData - Class in org.springframework.data.keyvalue.riak.core
An implementation of KeyValueStoreMetaData for Riak.
RiakMetaData(Map<String, Object>) - Constructor for class org.springframework.data.keyvalue.riak.core.RiakMetaData
 
RiakMetaData(MediaType, Map<String, Object>) - Constructor for class org.springframework.data.keyvalue.riak.core.RiakMetaData
 
RiakOutputStream<B,K> - Class in org.springframework.data.keyvalue.riak.core.io
 
RiakOutputStream(RiakTemplate, B, K) - Constructor for class org.springframework.data.keyvalue.riak.core.io.RiakOutputStream
 
RiakQosParameters - Class in org.springframework.data.keyvalue.riak.core
A generic class for specifying Quality Of Service parameters on operations.
RiakQosParameters() - Constructor for class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 
RiakResource<B,K> - Class in org.springframework.data.keyvalue.riak.core.io
An implementation of UrlResource that is backed by a resource in Riak.
RiakResource(RiakTemplate, B, K) - Constructor for class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
riakTemplate - Variable in class org.springframework.data.keyvalue.riak.core.AbstractAsyncOperation
 
RiakTemplate - Class in org.springframework.data.keyvalue.riak.core
An implementation of BucketKeyValueStoreOperations and MapReduceOperations for the Riak data store.
RiakTemplate() - Constructor for class org.springframework.data.keyvalue.riak.core.RiakTemplate
Take all the defaults.
RiakTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.data.keyvalue.riak.core.RiakTemplate
Use the specified ClientHttpRequestFactory.
RiakTemplate(String, String) - Constructor for class org.springframework.data.keyvalue.riak.core.RiakTemplate
Use the specified defaultUri and mapReduceUri.
riakTemplate - Variable in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
RiakValue<T> - Class in org.springframework.data.keyvalue.riak.core
 
RiakValue(T, KeyValueStoreMetaData) - Constructor for class org.springframework.data.keyvalue.riak.core.RiakValue
 

S

serialVersionUID - Static variable in exception org.springframework.data.keyvalue.riak.DataStoreConnectionFailureException
 
serialVersionUID - Static variable in exception org.springframework.data.keyvalue.riak.DataStoreOperationException
 
set(B, K, V) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.set(Object, Object) that takes a discreet bucket and key pair.
set(B, K, V, QosParameters) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.set(Object, Object, QosParameters) that takes a discreet bucket and key pair.
set(K, V) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Set a value at a specified key.
set(K, V, QosParameters) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Variation on set() that allows the user to specify QosParameters.
set(K, V) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
set(K, V, QosParameters) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
set(B, K, V) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
set(B, K, V, QosParameters) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
setArg(T) - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceJob
Set the static argument for this job.
setArg(Object) - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
setAsBytes(B, K, byte[]) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.setAsBytes(Object, byte[]) that takes a discreet bucket and key pair.
setAsBytes(B, K, byte[], QosParameters) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.setAsBytes(Object, byte[], QosParameters) that takes a discreet bucket and key pair.
setAsBytes(K, byte[]) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Set a value as a byte array at a specified key.
setAsBytes(K, byte[], QosParameters) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
 
setAsBytes(K, byte[]) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setAsBytes(K, byte[], QosParameters) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setAsBytes(B, K, byte[]) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
setAsBytes(B, K, byte[], QosParameters) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
setBucket(B) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setBucketKeyPair(BucketKeyPair) - Method in class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
Set the BucketKeyPair to point to for the Javascript to use in this M/R function.
setConversionService(ConversionService) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Specify the conversion service to use.
setDefaultQosParameters(QosParameters) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
setDefaultUri(String) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
setDescription(String) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakResource
 
setDurableWriteThreshold(T) - Method in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 
setExecutable(boolean, boolean) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setExecutable(boolean) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setExecutorService(ExecutorService) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
setFunction(String) - Method in class org.springframework.data.keyvalue.riak.mapreduce.ErlangMapReduceOperation
Set the name of this Erlang function.
setIfKeyNonExistent(B, K, V) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.setIfKeyNonExistent(Object, Object) that takes a discreet bucket and key pair.
setIfKeyNonExistent(K, V) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Set the value at the given key only if that key doesn't already exist.
setIfKeyNonExistent(K, V) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setIfKeyNonExistent(B, K, V) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
setIfKeyNonExistentAsBytes(B, K, byte[]) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.setIfKeyNonExistentAsBytes(Object, byte[]) that takes a discreet bucket and key pair.
setIfKeyNonExistentAsBytes(K, byte[]) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Set the value at the given key as a byte array only if that key doesn't already exist.
setIfKeyNonExistentAsBytes(K, byte[]) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setIfKeyNonExistentAsBytes(B, K, byte[]) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
setKeepResults(boolean) - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
setKey(K) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setLastModified(long) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setMapReduceUri(String) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
setModule(String) - Method in class org.springframework.data.keyvalue.riak.mapreduce.ErlangMapReduceOperation
Set the Erlang module this function is defined in.
setMultiple(Map<K, V>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Convenience method to set multiple values as Key/Value pairs.
setMultiple(Map<K, V>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setMultipleAsBytes(Map<K, byte[]>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Convenience method to set multiple values as Key/byte[] pairs.
setMultipleAsBytes(Map<K, byte[]>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setMultipleAsBytesIfKeysNonExistent(Map<K, byte[]>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Variation on setting multiple values as byte arrays only if the key doesn't already exist.
setMultipleAsBytesIfKeysNonExistent(Map<K, byte[]>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setMultipleIfKeysNonExistent(Map<K, V>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Variation on setting multiple values only if the key doesn't already exist.
setMultipleIfKeysNonExistent(Map<K, V>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setOperation(MapReduceOperation) - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
 
setReadable(boolean, boolean) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setReadable(boolean) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setReadOnly() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setReadThreshold(T) - Method in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 
setRiak(RiakTemplate) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setRiakTemplate(RiakTemplate) - Method in class org.springframework.data.keyvalue.riak.core.AbstractAsyncOperation
 
setRiakTemplate(RiakTemplate) - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
setSource(String) - Method in class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
Set the anonymous source to use for the M/R function.
setUseCache(boolean) - Method in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
 
setWithMetaData(B, K, V, Map<String, String>, QosParameters) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.setWithMetaData(Object, Object, java.util.Map, QosParameters) that takes a discreet bucket and key pair.
setWithMetaData(B, K, V, Map<String, String>) - Method in interface org.springframework.data.keyvalue.riak.core.BucketKeyValueStoreOperations
Variant of KeyValueStoreOperations.setWithMetaData(Object, Object, java.util.Map) that takes a discreet bucket and key pair.
setWithMetaData(K, V, Map<String, String>, QosParameters) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
Variation on setWithMetaData() that allows the user to pass QosParameters.
setWithMetaData(K, V, Map<String, String>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
 
setWithMetaData(K, V, Map<String, String>, QosParameters) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setWithMetaData(K, V, Map<String, String>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
setWithMetaData(B, K, V, Map<String, String>, QosParameters) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
setWithMetaData(B, K, V, Map<String, String>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
setWritable(boolean, boolean) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setWritable(boolean) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
setWriteThreshold(T) - Method in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 
SimpleBucketKeyPair<B,K> - Class in org.springframework.data.keyvalue.riak.core
 
SimpleBucketKeyPair(B, K) - Constructor for class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyPair
 
SimpleBucketKeyResolver - Class in org.springframework.data.keyvalue.riak.core
 
SimpleBucketKeyResolver() - Constructor for class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyResolver
 
skip(long) - Method in class org.springframework.data.keyvalue.riak.core.io.RiakInputStream
 
source - Variable in class org.springframework.data.keyvalue.riak.mapreduce.JavascriptMapReduceOperation
 
submit(MapReduceJob) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
submit(MapReduceJob) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
submit(MapReduceJob) - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceOperations
Submit the job to run asynchronously.

T

toJson() - Method in interface org.springframework.data.keyvalue.riak.mapreduce.MapReduceJob
Convert this job into the appropriate JSON to send to the server.
toJson() - Method in class org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
 
toString() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
toString() - Method in class org.springframework.data.keyvalue.riak.core.SimpleBucketKeyPair
 
toURI() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 
toURL() - Method in class org.springframework.data.keyvalue.riak.core.io.RiakFile
 

U

UncategorizedKeyvalueStoreException - Exception in org.springframework.data.keyvalue
 
UncategorizedKeyvalueStoreException(String, Throwable) - Constructor for exception org.springframework.data.keyvalue.UncategorizedKeyvalueStoreException
 
updateBucketSchema(B, Map<String, Object>) - Method in interface org.springframework.data.keyvalue.riak.core.KeyValueStoreOperations
 
updateBucketSchema(B, Map<String, Object>) - Method in class org.springframework.data.keyvalue.riak.core.RiakKeyValueTemplate
 
updateBucketSchema(B, Map<String, Object>) - Method in class org.springframework.data.keyvalue.riak.core.RiakTemplate
 
useCache - Variable in class org.springframework.data.keyvalue.riak.core.AbstractRiakTemplate
Whether or not to use the ETag-based cache.

V

valueOf(String) - Static method in enum org.springframework.data.keyvalue.riak.mapreduce.MapReducePhase.Phase
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.keyvalue.riak.mapreduce.MapReducePhase.Phase
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeThreshold - Variable in class org.springframework.data.keyvalue.riak.core.RiakQosParameters
 

A B C D E F G H I J K L M O P Q R S T U V W
Spring Data Key-Value

Copyright © 2010 SpringSource. All Rights Reserved.