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
 Map<String,ValuePointer> getFieldIndex()
           
 List<String> getOutputFields()
           
 int numDelegates()
           
 

Method Detail

getFieldIndex

Map<String,ValuePointer> getFieldIndex()

getOutputFields

List<String> getOutputFields()

numDelegates

int numDelegates()


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.