Uses of Class
org.apache.storm.trident.tuple.ValuePointer
-
Packages that use ValuePointer Package Description org.apache.storm.trident.tuple -
-
Uses of ValuePointer in org.apache.storm.trident.tuple
Methods in org.apache.storm.trident.tuple that return ValuePointer Modifier and Type Method Description static ValuePointer[]
ValuePointer. buildIndex(Fields fieldsOrder, Map<String,ValuePointer> pointers)
Methods in org.apache.storm.trident.tuple that return types with arguments of type ValuePointer Modifier and Type Method Description static Map<String,ValuePointer>
ValuePointer. buildFieldIndex(ValuePointer[] pointers)
Map<String,ValuePointer>
TridentTuple.Factory. getFieldIndex()
Map<String,ValuePointer>
TridentTupleView.FreshOutputFactory. getFieldIndex()
Map<String,ValuePointer>
TridentTupleView.OperationOutputFactory. getFieldIndex()
Map<String,ValuePointer>
TridentTupleView.ProjectionFactory. getFieldIndex()
Map<String,ValuePointer>
TridentTupleView.RootFactory. getFieldIndex()
Methods in org.apache.storm.trident.tuple with parameters of type ValuePointer Modifier and Type Method Description static Map<String,ValuePointer>
ValuePointer. buildFieldIndex(ValuePointer[] pointers)
Method parameters in org.apache.storm.trident.tuple with type arguments of type ValuePointer Modifier and Type Method Description static ValuePointer[]
ValuePointer. buildIndex(Fields fieldsOrder, Map<String,ValuePointer> pointers)
Constructors in org.apache.storm.trident.tuple with parameters of type ValuePointer Constructor Description TridentTupleView(List delegates, ValuePointer[] index, Map<String,ValuePointer> fieldIndex)
Constructor parameters in org.apache.storm.trident.tuple with type arguments of type ValuePointer Constructor Description TridentTupleView(List delegates, ValuePointer[] index, Map<String,ValuePointer> fieldIndex)
-