Uses of Interface
com.basho.riak.client.query.functions.NamedFunction

Packages that use NamedFunction
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.) 
 

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

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

Methods in com.basho.riak.client.bucket with parameters of type NamedFunction
 WriteBucket WriteBucket.addPrecommitHook(NamedFunction preCommitHook)
          Add a precommit hook to the Collection of hooks to be written.
 

Method parameters in com.basho.riak.client.bucket with type arguments of type NamedFunction
 WriteBucket WriteBucket.precommitHooks(Collection<NamedFunction> precommitHooks)
          A Collection of precommit hooks for this bucket NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport
 

Constructor parameters in com.basho.riak.client.bucket with type arguments of type NamedFunction
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 NamedFunction in com.basho.riak.client.builders
 

Methods in com.basho.riak.client.builders with parameters of type NamedFunction
 BucketPropertiesBuilder BucketPropertiesBuilder.addPrecommitHook(NamedFunction preCommitHook)
           
 

Method parameters in com.basho.riak.client.builders with type arguments of type NamedFunction
 BucketPropertiesBuilder BucketPropertiesBuilder.precommitHooks(Collection<NamedFunction> precommitHooks)
           
 

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

Classes in com.basho.riak.client.query.functions that implement NamedFunction
 class NamedErlangFunction
          Models a named erlang function.
 class NamedJSFunction
          A named function that is a JS built in function.
 



Copyright © 2012. All Rights Reserved.