Package org.apache.storm.trident.tuple
Class TridentTupleView.RootFactory
- java.lang.Object
-
- org.apache.storm.trident.tuple.TridentTupleView.RootFactory
-
- All Implemented Interfaces:
Serializable
,TridentTuple.Factory
- Enclosing class:
- TridentTupleView
public static class TridentTupleView.RootFactory extends Object implements TridentTuple.Factory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RootFactory(Fields inputFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TridentTuple
create(Tuple parent)
Map<String,ValuePointer>
getFieldIndex()
List<String>
getOutputFields()
int
numDelegates()
-
-
-
Constructor Detail
-
RootFactory
public RootFactory(Fields inputFields)
-
-
Method Detail
-
create
public TridentTuple create(Tuple parent)
-
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
-
-