storm.trident.tuple
Class TridentTupleView.ProjectionFactory

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

public static class TridentTupleView.ProjectionFactory
extends java.lang.Object
implements TridentTuple.Factory

See Also:
Serialized Form

Constructor Summary
TridentTupleView.ProjectionFactory(TridentTuple.Factory parent, Fields projectFields)
           
 
Method Summary
 TridentTuple create(TridentTuple parent)
           
 java.util.Map<java.lang.String,ValuePointer> getFieldIndex()
           
 java.util.List<java.lang.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.ProjectionFactory

public TridentTupleView.ProjectionFactory(TridentTuple.Factory parent,
                                          Fields projectFields)
Method Detail

create

public TridentTuple create(TridentTuple parent)

getFieldIndex

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

numDelegates

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

getOutputFields

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