Spring Data Key-Value

org.springframework.data.keyvalue.riak.mapreduce
Interface MapReduceOperation

All Known Implementing Classes:
ErlangMapReduceOperation, JavascriptMapReduceOperation

public interface MapReduceOperation

A generic interface to a Map/Reduce operation.

Author:
J. Brisbin

Method Summary
 Object getRepresentation()
          Get the implementation-specific representation of a Map/Reduce operation.
 

Method Detail

getRepresentation

Object getRepresentation()
Get the implementation-specific representation of a Map/Reduce operation.

Returns:

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.