Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.riak.mapreduce.MapReducePhase

Packages that use MapReducePhase
org.springframework.data.keyvalue.riak.mapreduce   
 

Uses of MapReducePhase in org.springframework.data.keyvalue.riak.mapreduce
 

Classes in org.springframework.data.keyvalue.riak.mapreduce that implement MapReducePhase
 class RiakMapReducePhase
          An implementation of MapReducePhase for the Riak data store.
 

Fields in org.springframework.data.keyvalue.riak.mapreduce with type parameters of type MapReducePhase
protected  List<MapReducePhase> AbstractRiakMapReduceJob.phases
           
 

Methods in org.springframework.data.keyvalue.riak.mapreduce that return types with arguments of type MapReducePhase
 List<MapReducePhase> MapReduceJob.getPhases()
          Get the list of phases for this job.
 List<MapReducePhase> AbstractRiakMapReduceJob.getPhases()
           
 

Methods in org.springframework.data.keyvalue.riak.mapreduce with parameters of type MapReducePhase
 MapReduceJob MapReduceJob.addPhase(MapReducePhase phase)
          Add a phase to this operation.
 MapReduceJob AbstractRiakMapReduceJob.addPhase(MapReducePhase phase)
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.