ByteArrayView |
Tuple.getBlobBuffer(int fieldIndex) |
Return a ByteArrayView for a given blob field.
|
ByteArrayView |
Tuple.getBlobBuffer(Schema.Field field) |
Return a ByteArrayView for a given blob field.
|
ByteArrayView |
Tuple.getBlobBuffer(String fieldPathName) |
Return a ByteArrayView for a given blob field.
|
protected ByteArrayView |
ReadOnlyCompositeTuple.getBlobBufferImpl(Schema.Field field) |
|
protected ByteArrayView |
ReadOnlyTupleByIndexWrapper.getBlobBufferImpl(Schema.Field field) |
|
protected ByteArrayView |
ReadWriteTupleWrapper.getBlobBufferImpl(Schema.Field field) |
|
boolean |
Tuple.getBoolean(int fieldIndex) |
Return the value of the boolean field at a specified field index.
|
boolean |
Tuple.getBoolean(Schema.Field field) |
Return the value of a specified boolean field.
|
boolean |
Tuple.getBoolean(String fieldPathName) |
Return the value of a named boolean field.
|
protected byte |
ReadOnlyCompositeTuple.getBooleanAsByteImpl(Schema.Field field) |
|
protected byte |
ReadOnlyTupleByIndexWrapper.getBooleanAsByteImpl(Schema.Field field) |
|
byte |
ReadOnlyTupleRep.getBooleanAsByteImpl(Schema.Field field) |
|
protected byte |
ReadWriteTupleWrapper.getBooleanAsByteImpl(Schema.Field field) |
|
byte |
TupleRep.getBooleanAsByteImpl(Schema.Field field) |
|
protected boolean |
ReadOnlyCompositeTuple.getBooleanImpl(Schema.Field field) |
|
protected boolean |
ReadOnlyTupleByIndexWrapper.getBooleanImpl(Schema.Field field) |
|
protected boolean |
ReadWriteTupleWrapper.getBooleanImpl(Schema.Field field) |
|
Tuple |
Tuple.getCapture(int fieldIndex) |
Return the value of the named capture field.
|
Tuple |
Tuple.getCapture(String fieldPathName) |
Return the value of the named capture field.
|
double |
Tuple.getDouble(int fieldIndex) |
Return the value of the double field at a specified field index.
|
double |
Tuple.getDouble(Schema.Field field) |
Return the value of a specified double field.
|
double |
Tuple.getDouble(String fieldPathName) |
Return the value of a named double field.
|
protected double |
ReadOnlyCompositeTuple.getDoubleImpl(Schema.Field field) |
|
protected double |
ReadOnlyTupleByIndexWrapper.getDoubleImpl(Schema.Field field) |
|
protected double |
ReadWriteTupleWrapper.getDoubleImpl(Schema.Field field) |
|
int |
TupleUtil.RepMethods.getFieldLength(Tuple tuple,
Schema.Field field) |
Get field length
|
int |
Tuple.getInt(int fieldIndex) |
Return the value of the int field at a specified field index.
|
int |
Tuple.getInt(Schema.Field field) |
Return the value of a specified int field.
|
int |
Tuple.getInt(String fieldPathName) |
Return the value of a named int field.
|
protected int |
ReadOnlyCompositeTuple.getIntImpl(Schema.Field field) |
|
protected int |
ReadOnlyTupleByIndexWrapper.getIntImpl(Schema.Field field) |
|
protected int |
ReadWriteTupleWrapper.getIntImpl(Schema.Field field) |
|
List<?> |
Tuple.getList(int fieldIndex) |
Return the value of the list field at a specified field index.
|
List<?> |
Tuple.getList(Schema.Field field) |
Return the value of a specified list field.
|
List<?> |
Tuple.getList(String fieldPathName) |
Return the value of a named list field.
|
protected List<?> |
ReadOnlyCompositeTuple.getListImpl(Schema.Field field) |
|
protected List<?> |
ReadOnlyTupleByIndexWrapper.getListImpl(Schema.Field field) |
|
protected List<?> |
ReadWriteTupleWrapper.getListImpl(Schema.Field field) |
|
long |
Tuple.getLong(int fieldIndex) |
Return the value of the long field at a specified field index.
|
long |
Tuple.getLong(Schema.Field field) |
Return the value of a specified long field.
|
long |
Tuple.getLong(String fieldPathName) |
Return the value of a named long field.
|
protected long |
ReadOnlyCompositeTuple.getLongImpl(Schema.Field field) |
|
protected long |
ReadOnlyTupleByIndexWrapper.getLongImpl(Schema.Field field) |
|
protected long |
ReadWriteTupleWrapper.getLongImpl(Schema.Field field) |
|
String |
Tuple.getString(int fieldIndex) |
Return the value of the named string field.
|
String |
Tuple.getString(Schema.Field field) |
Return the value of a specified string field.
|
String |
Tuple.getString(String fieldPathName) |
Return the value of the named string field.
|
protected String |
ReadOnlyCompositeTuple.getStringImpl(Schema.Field field) |
|
protected String |
ReadOnlyTupleByIndexWrapper.getStringImpl(Schema.Field field) |
|
protected String |
ReadWriteTupleWrapper.getStringImpl(Schema.Field field) |
|
Timestamp |
Tuple.getTimestamp(int fieldIndex) |
Return the value of the timestamp field at a specified field index.
|
Timestamp |
Tuple.getTimestamp(Schema.Field field) |
Return the value of a specified timestamp field.
|
Timestamp |
Tuple.getTimestamp(String fieldPathName) |
Return the value of a named timestamp field.
|
protected long |
ReadOnlyCompositeTuple.getTimestampAsLongImpl(Schema.Field field) |
|
protected long |
ReadOnlyTupleByIndexWrapper.getTimestampAsLongImpl(Schema.Field field) |
|
protected long |
ReadWriteTupleWrapper.getTimestampAsLongImpl(Schema.Field field) |
|
protected Timestamp |
ReadOnlyCompositeTuple.getTimestampImpl(Schema.Field field) |
|
protected Timestamp |
ReadOnlyTupleByIndexWrapper.getTimestampImpl(Schema.Field field) |
|
protected Timestamp |
ReadWriteTupleWrapper.getTimestampImpl(Schema.Field field) |
|
Tuple |
Tuple.getTuple(int fieldIndex) |
Return a reference (not a copy) to the specified nested tuple field.
|
Tuple |
Tuple.getTuple(Schema.Field field) |
Return a reference (not a copy) to the specified nested tuple field.
|
Tuple |
Tuple.getTuple(String fieldPathName) |
Return a reference (not a copy) to the specified nested tuple field.
|
void |
Tuple.setBoolean(int fieldIndex,
boolean value) |
Set the boolean field at a specified field index to a specified value.
|
void |
Tuple.setBoolean(String fieldPathName,
boolean value) |
Set a named boolean field to a specified value.
|
protected void |
ReadOnlyTuple.setBooleanImpl(Schema.Field field,
boolean value) |
|
protected void |
ReadWriteTupleWrapper.setBooleanImpl(Schema.Field field,
boolean value) |
|
void |
Tuple.setDouble(int fieldIndex,
double value) |
Set the double field at a specified field index to a specified value.
|
void |
Tuple.setDouble(String fieldPathName,
double value) |
Set a named double field to a specified value.
|
protected void |
ReadOnlyTuple.setDoubleImpl(Schema.Field field,
double value) |
|
protected void |
ReadWriteTupleWrapper.setDoubleImpl(Schema.Field field,
double value) |
|
void |
Tuple.setInt(int fieldIndex,
int value) |
Set the int field at a specified field index to a specified value.
|
void |
Tuple.setInt(String fieldPathName,
int value) |
Set the named int field to a specified value.
|
protected void |
ReadOnlyTuple.setIntImpl(Schema.Field field,
int value) |
|
protected void |
ReadWriteTupleWrapper.setIntImpl(Schema.Field field,
int value) |
|
void |
Tuple.setList(int fieldIndex,
List<?> value) |
Set the list field at a specified field index to a copy of the specified value.
|
void |
Tuple.setList(String fieldPathName,
List<?> value) |
Set a named list field to a copy of a specified value.
|
protected void |
ReadOnlyTuple.setListImpl(Schema.Field field,
List<?> value) |
|
protected void |
ReadWriteTupleWrapper.setListImpl(Schema.Field field,
List<?> value) |
|
void |
Tuple.setLong(int fieldIndex,
long value) |
Set the long field at a specified field index to a specified value.
|
void |
Tuple.setLong(String fieldPathName,
long value) |
Set a named long field to a specified value.
|
protected void |
ReadOnlyTuple.setLongImpl(Schema.Field field,
long value) |
|
protected void |
ReadWriteTupleWrapper.setLongImpl(Schema.Field field,
long value) |
|
protected void |
ReadOnlyTuple.setTimestampImpl(Schema.Field field,
long value) |
|
protected void |
ReadWriteTupleWrapper.setTimestampImpl(Schema.Field field,
long value) |
|