Uses of Class
com.basho.riak.client.query.functions.NamedErlangFunction

Packages that use NamedErlangFunction
com.basho.riak.client.bucket A bucket is a namespace abstraction provided by Riak, the API uses Bucket as the primary way to interact with data stored in Riak. 
com.basho.riak.client.builders These builders provide a fluid API for creating instances of some immutable (or mainly immutable classes) that have a large number of constructor parameters. 
com.basho.riak.client.query.functions Functions that can be used in Map/Reduce and also for bucket properties (things like chash_key, pre/post-commit etc.) 
com.basho.riak.client.query.serialize Classes for serializing query functions to JSON, used internally. 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
 

Uses of NamedErlangFunction in com.basho.riak.client.bucket
 

Methods in com.basho.riak.client.bucket that return NamedErlangFunction
 NamedErlangFunction LazyBucketProperties.getChashKeyFunction()
           
 NamedErlangFunction DefaultBucketProperties.getChashKeyFunction()
           
 NamedErlangFunction DefaultBucket.getChashKeyFunction()
           
 NamedErlangFunction BucketProperties.getChashKeyFunction()
          The chash_keyfun for this bucket.
 NamedErlangFunction LazyBucketProperties.getLinkWalkFunction()
           
 NamedErlangFunction DefaultBucketProperties.getLinkWalkFunction()
           
 NamedErlangFunction DefaultBucket.getLinkWalkFunction()
           
 NamedErlangFunction BucketProperties.getLinkWalkFunction()
          The linkwalk_fun for this bucket.
 

Methods in com.basho.riak.client.bucket that return types with arguments of type NamedErlangFunction
 Collection<NamedErlangFunction> LazyBucketProperties.getPostcommitHooks()
           
 Collection<NamedErlangFunction> DefaultBucketProperties.getPostcommitHooks()
           
 Collection<NamedErlangFunction> DefaultBucket.getPostcommitHooks()
           
 Collection<NamedErlangFunction> BucketProperties.getPostcommitHooks()
          The set of postcommit hooks for this bucket.
 

Methods in com.basho.riak.client.bucket with parameters of type NamedErlangFunction
 WriteBucket WriteBucket.addPostcommitHook(NamedErlangFunction postcommitHook)
          Add a postcommit hook to the Collection of post commit hooks for the bucket to written.
 WriteBucket WriteBucket.chashKeyFunction(NamedErlangFunction chashKeyFunction)
          Set the chash_key_fun on the bucket to be written NOTE: at present this is not supported by the PB API and has no effect for that client.
 WriteBucket WriteBucket.linkWalkFunction(NamedErlangFunction linkWalkFunction)
          Set the link_walk_fun used by Riak on the bucket to be written.
 

Method parameters in com.basho.riak.client.bucket with type arguments of type NamedErlangFunction
 WriteBucket WriteBucket.postcommitHooks(Collection<NamedErlangFunction> postCommitHooks)
          Add a collection of postcommit hooks to the bucket to be written.
 

Constructors in com.basho.riak.client.bucket with parameters of type NamedErlangFunction
DefaultBucketProperties(Boolean allowSiblings, Boolean lastWriteWins, Integer nVal, String backend, VClockPruneProps vclockProps, Collection<NamedFunction> precommitHooks, Collection<NamedErlangFunction> postcommitHooks, TunableCAPProps capProps, NamedErlangFunction chashKeyFunction, NamedErlangFunction linkWalkFunction, Boolean search)
          Use the Builder BucketPropertiesBuilder instead of calling this constructor directly
 

Constructor parameters in com.basho.riak.client.bucket with type arguments of type NamedErlangFunction
DefaultBucketProperties(Boolean allowSiblings, Boolean lastWriteWins, Integer nVal, String backend, VClockPruneProps vclockProps, Collection<NamedFunction> precommitHooks, Collection<NamedErlangFunction> postcommitHooks, TunableCAPProps capProps, NamedErlangFunction chashKeyFunction, NamedErlangFunction linkWalkFunction, Boolean search)
          Use the Builder BucketPropertiesBuilder instead of calling this constructor directly
 

Uses of NamedErlangFunction in com.basho.riak.client.builders
 

Methods in com.basho.riak.client.builders with parameters of type NamedErlangFunction
 BucketPropertiesBuilder BucketPropertiesBuilder.addPostcommitHook(NamedErlangFunction postcommitHook)
           
 BucketPropertiesBuilder BucketPropertiesBuilder.chashKeyFunction(NamedErlangFunction chashKeyFunction)
           
 BucketPropertiesBuilder BucketPropertiesBuilder.linkWalkFunction(NamedErlangFunction linkWalkFunction)
           
 

Method parameters in com.basho.riak.client.builders with type arguments of type NamedErlangFunction
 BucketPropertiesBuilder BucketPropertiesBuilder.postcommitHooks(Collection<NamedErlangFunction> postCommitHooks)
           
 

Uses of NamedErlangFunction in com.basho.riak.client.query.functions
 

Fields in com.basho.riak.client.query.functions declared as NamedErlangFunction
static NamedErlangFunction NamedErlangFunction.SEARCH_PRECOMMIT_HOOK
          The riak_search precommit hook
static NamedErlangFunction NamedErlangFunction.STD_CHASH_FUN
          The default chash_keyfun
static NamedErlangFunction NamedErlangFunction.STD_LINK_FUN
          The default link fun
 

Uses of NamedErlangFunction in com.basho.riak.client.query.serialize
 

Constructors in com.basho.riak.client.query.serialize with parameters of type NamedErlangFunction
NamedErlangFunctionWriter(NamedErlangFunction function, org.codehaus.jackson.JsonGenerator jsonGenerator)
           
 

Uses of NamedErlangFunction in com.basho.riak.client.raw.http
 

Methods in com.basho.riak.client.raw.http that return NamedErlangFunction
 NamedErlangFunction NamedErlangFunctionDeserializer.deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt)
           
 



Copyright © 2012. All Rights Reserved.