Package org.apache.storm.trident.tuple
Class TridentTupleView.FreshOutputFactory
- java.lang.Object
-
- org.apache.storm.trident.tuple.TridentTupleView.FreshOutputFactory
-
- All Implemented Interfaces:
Serializable
,TridentTuple.Factory
- Enclosing class:
- TridentTupleView
public static class TridentTupleView.FreshOutputFactory extends Object implements TridentTuple.Factory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FreshOutputFactory(Fields selfFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TridentTuple
create(List<Object> selfVals)
Map<String,ValuePointer>
getFieldIndex()
List<String>
getOutputFields()
int
numDelegates()
-
-
-
Constructor Detail
-
FreshOutputFactory
public FreshOutputFactory(Fields selfFields)
-
-
Method Detail
-
create
public TridentTuple create(List<Object> selfVals)
-
getFieldIndex
public Map<String,ValuePointer> getFieldIndex()
- Specified by:
getFieldIndex
in interfaceTridentTuple.Factory
-
numDelegates
public int numDelegates()
- Specified by:
numDelegates
in interfaceTridentTuple.Factory
-
getOutputFields
public List<String> getOutputFields()
- Specified by:
getOutputFields
in interfaceTridentTuple.Factory
-
-