Uses of Package
com.basho.riak.client.query

Packages that use com.basho.riak.client.query
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
com.basho.riak.client.query Classes and interfaces for running map/reduce and link walk operations on Riak. 
com.basho.riak.client.raw The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
com.basho.riak.client.raw.pbc Classes for adapting the pbc.RiakClient to the RawClient interface 
com.basho.riak.client.raw.query Inputs to the RawClients for Map/Reduce and Link Walking. 
 

Classes in com.basho.riak.client.query used by com.basho.riak.client
BucketKeyMapReduce
          Map/Reduce over a set of bucket/key/keydata inputs.
BucketMapReduce
          Map/Reduce over a bucket, optionally add Key Filters to narrow the inputs.
IndexMapReduce
          A MapReduce operation that takes a 2i index query as input
LinkWalk
          A Link Walk operation, build the operation by adding steps, then execute.
NodeStats
          The encapsulation of the data returned by the Riak /stats operation.
SearchMapReduce
          A MapReduce operation that uses a Riak Search query as input.
 

Classes in com.basho.riak.client.query used by com.basho.riak.client.query
BucketKeyMapReduce
          Map/Reduce over a set of bucket/key/keydata inputs.
BucketMapReduce
          Map/Reduce over a bucket, optionally add Key Filters to narrow the inputs.
InvalidMapReduceException
          Tag exception class for MapReduce classes to throw from MapReduce.validate()
LinkWalk
          A Link Walk operation, build the operation by adding steps, then execute.
LinkWalkStep.Accumulate
          Enum for the accumulate specification of a link walk step.
MapPhase
          A Map Phase of a Map/Reduce job spec.
MapReduce
          An operation for defining and runnig a Map/Reduce query on Riak.
MapReducePhase
          Shared common interface for Map/Reduce phase definitions.
MapReducePhase.PhaseType
          Possible phase typess.
MapReduceResult
          Defines a way to access the results of a Map/reduce query.
NodeStats
          The encapsulation of the data returned by the Riak /stats operation.
WalkResult
          Interface defining results from a walk operation, basically an iteration of steps, each step contains some IRiakObjects.
 

Classes in com.basho.riak.client.query used by com.basho.riak.client.raw
MapReduceResult
          Defines a way to access the results of a Map/reduce query.
NodeStats
          The encapsulation of the data returned by the Riak /stats operation.
WalkResult
          Interface defining results from a walk operation, basically an iteration of steps, each step contains some IRiakObjects.
 

Classes in com.basho.riak.client.query used by com.basho.riak.client.raw.http
MapReduceResult
          Defines a way to access the results of a Map/reduce query.
NodeStats
          The encapsulation of the data returned by the Riak /stats operation.
WalkResult
          Interface defining results from a walk operation, basically an iteration of steps, each step contains some IRiakObjects.
 

Classes in com.basho.riak.client.query used by com.basho.riak.client.raw.pbc
MapReduceResult
          Defines a way to access the results of a Map/reduce query.
NodeStats
          The encapsulation of the data returned by the Riak /stats operation.
WalkResult
          Interface defining results from a walk operation, basically an iteration of steps, each step contains some IRiakObjects.
 

Classes in com.basho.riak.client.query used by com.basho.riak.client.raw.query
LinkWalkStep
          Used internally by LinkWalk to model a step in a link walk operation.
 



Copyright © 2012. All Rights Reserved.