storm.trident.tuple
Class TridentTupleView.OperationOutputFactory
java.lang.Object
storm.trident.tuple.TridentTupleView.OperationOutputFactory
- All Implemented Interfaces:
- java.io.Serializable, TridentTuple.Factory
- Enclosing class:
- TridentTupleView
public static class TridentTupleView.OperationOutputFactory
- extends java.lang.Object
- implements TridentTuple.Factory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TridentTupleView.OperationOutputFactory
public TridentTupleView.OperationOutputFactory(TridentTuple.Factory parent,
Fields selfFields)
create
public TridentTuple create(TridentTupleView parent,
java.util.List<java.lang.Object> selfVals)
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