storm.trident.tuple
Class TridentTupleView.OperationOutputFactory

java.lang.Object
  extended by storm.trident.tuple.TridentTupleView.OperationOutputFactory
All Implemented Interfaces:
Serializable, TridentTuple.Factory
Enclosing class:
TridentTupleView

public static class TridentTupleView.OperationOutputFactory
extends Object
implements TridentTuple.Factory

See Also:
Serialized Form

Constructor Summary
TridentTupleView.OperationOutputFactory(TridentTuple.Factory parent, Fields selfFields)
           
 
Method Summary
 TridentTuple create(TridentTupleView parent, List<Object> selfVals)
           
 Map<String,ValuePointer> getFieldIndex()
           
 List<String> getOutputFields()
           
 int numDelegates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TridentTupleView.OperationOutputFactory

public TridentTupleView.OperationOutputFactory(TridentTuple.Factory parent,
                                               Fields selfFields)
Method Detail

create

public TridentTuple create(TridentTupleView parent,
                           List<Object> selfVals)

getFieldIndex

public Map<String,ValuePointer> getFieldIndex()
Specified by:
getFieldIndex in interface TridentTuple.Factory

numDelegates

public int numDelegates()
Specified by:
numDelegates in interface TridentTuple.Factory

getOutputFields

public List<String> getOutputFields()
Specified by:
getOutputFields in interface TridentTuple.Factory


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