Package | Description |
---|---|
com.basho.riak.client.api.commands.buckets |
Commands used to query and modify buckets in Riak.
|
com.basho.riak.client.api.commands.mapreduce |
Commands for Map-Reduce in Riak.
|
com.basho.riak.client.core.query | |
com.basho.riak.client.core.query.functions |
Modifier and Type | Method and Description |
---|---|
StoreBucketProperties.Builder |
StoreBucketProperties.Builder.withChashkeyFunction(Function func)
Set the chash_keyfun value.
|
StoreBucketProperties.Builder |
StoreBucketProperties.Builder.withLinkwalkFunction(Function func)
Set the linkfun value.
|
StoreBucketProperties.Builder |
StoreBucketProperties.Builder.withPostcommitHook(Function hook)
Add a post-commit hook.
|
StoreBucketProperties.Builder |
StoreBucketProperties.Builder.withPrecommitHook(Function hook)
Add a pre-commit hook.
|
Modifier and Type | Method and Description |
---|---|
T |
MapReduce.Builder.withMapPhase(Function phaseFunction)
Add a MapPhase
|
T |
MapReduce.Builder.withMapPhase(Function phaseFunction,
boolean keep)
Add
MapPhase to the query |
T |
MapReduce.Builder.withMapPhase(Function phaseFunction,
Object arg)
Add a MapPhase
|
T |
MapReduce.Builder.withMapPhase(Function phaseFunction,
Object arg,
boolean keep)
Add a MapPhase
|
T |
MapReduce.Builder.withReducePhase(Function phaseFunction)
Add a
ReducePhase |
T |
MapReduce.Builder.withReducePhase(Function phaseFunction,
boolean keep)
Add
ReducePhase to the query |
T |
MapReduce.Builder.withReducePhase(Function phaseFunction,
Object arg)
Add a
ReducePhase |
T |
MapReduce.Builder.withReducePhase(Function phaseFunction,
Object arg,
boolean keep)
Add a
ReducePhase |
Modifier and Type | Method and Description |
---|---|
Function |
BucketProperties.getChashKeyFunction()
Get the chash_keyfun value.
|
Function |
BucketProperties.getLinkwalkFunction()
Get the linkfun value.
|
Modifier and Type | Method and Description |
---|---|
List<Function> |
BucketProperties.getPostcommitHooks()
Get the list of post-commit hooks.
|
List<Function> |
BucketProperties.getPrecommitHooks()
Get the list of pre-commit hooks.
|
Modifier and Type | Method and Description |
---|---|
BucketProperties.Builder |
BucketProperties.Builder.withChashkeyFunction(Function func)
Set the chash_keyfun value.
|
BucketProperties.Builder |
BucketProperties.Builder.withLinkwalkFunction(Function func)
Set the linkfun value.
|
BucketProperties.Builder |
BucketProperties.Builder.withPostcommitHook(Function hook)
Add a post-commit hook.
|
BucketProperties.Builder |
BucketProperties.Builder.withPrecommitHook(Function hook)
Add a pre-commit hook.
|
Modifier and Type | Method and Description |
---|---|
Function |
Function.Builder.build()
Construct and return a Function.
|
static Function |
Function.newAnonymousJsFunction(String source)
Static factory method for Anonymous JS Functions.
|
static Function |
Function.newErlangFunction(String module,
String function)
Static factory method for Erlang Functions.
|
static Function |
Function.newNamedJsFunction(String name)
Static factory method for Named Javascript Functions.
|
static Function |
Function.newStoredJsFunction(String bucket,
String key)
Static factory method for Stored Javascript Functions.
|
Copyright © 2016. All rights reserved.