Package org.apache.storm.trident.tuple
Class ValuePointer
- java.lang.Object
-
- org.apache.storm.trident.tuple.ValuePointer
-
public class ValuePointer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
delegateIndex
protected String
field
protected int
index
-
Constructor Summary
Constructors Constructor Description ValuePointer(int delegateIndex, int index, String field)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Map<String,ValuePointer>
buildFieldIndex(ValuePointer[] pointers)
static ValuePointer[]
buildIndex(Fields fieldsOrder, Map<String,ValuePointer> pointers)
String
toString()
-
-
-
Field Detail
-
delegateIndex
public int delegateIndex
-
index
protected int index
-
field
protected String field
-
-
Constructor Detail
-
ValuePointer
public ValuePointer(int delegateIndex, int index, String field)
-
-
Method Detail
-
buildFieldIndex
public static Map<String,ValuePointer> buildFieldIndex(ValuePointer[] pointers)
-
buildIndex
public static ValuePointer[] buildIndex(Fields fieldsOrder, Map<String,ValuePointer> pointers)
-
-