Package org.apache.storm.trident.tuple
Interface TridentTuple.Factory
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TridentTupleView.FreshOutputFactory
,TridentTupleView.OperationOutputFactory
,TridentTupleView.ProjectionFactory
,TridentTupleView.RootFactory
- Enclosing interface:
- TridentTuple
public static interface TridentTuple.Factory extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,ValuePointer>
getFieldIndex()
List<String>
getOutputFields()
int
numDelegates()
-
-
-
Method Detail
-
getFieldIndex
Map<String,ValuePointer> getFieldIndex()
-
numDelegates
int numDelegates()
-
-