storm.trident.operation.builtin
Class MapGet

java.lang.Object
  extended by storm.trident.operation.BaseOperation
      extended by storm.trident.state.BaseQueryFunction<ReadOnlyMapState,Object>
          extended by storm.trident.operation.builtin.MapGet
All Implemented Interfaces:
Serializable, EachOperation, Operation, QueryFunction<ReadOnlyMapState,Object>

public class MapGet
extends BaseQueryFunction<ReadOnlyMapState,Object>

See Also:
Serialized Form

Constructor Summary
MapGet()
           
 
Method Summary
 List<Object> batchRetrieve(ReadOnlyMapState map, List<TridentTuple> keys)
           
 void execute(TridentTuple tuple, Object result, TridentCollector collector)
           
 
Methods inherited from class storm.trident.operation.BaseOperation
cleanup, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface storm.trident.operation.Operation
cleanup, prepare
 

Constructor Detail

MapGet

public MapGet()
Method Detail

batchRetrieve

public List<Object> batchRetrieve(ReadOnlyMapState map,
                                  List<TridentTuple> keys)

execute

public void execute(TridentTuple tuple,
                    Object result,
                    TridentCollector collector)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.