Package com.streambase.sb
Class TupleUtil.RepMethods
- java.lang.Object
 - 
- com.streambase.sb.TupleUtil.RepMethods
 
 
- 
- All Implemented Interfaces:
 DataType.Registry.Functor
- Enclosing class:
 - TupleUtil
 
public abstract static class TupleUtil.RepMethods extends Object implements DataType.Registry.Functor
DataType.Registry machinery for Tuple.serialize(), .getTupleLength() 
- 
- 
Constructor Summary
Constructors Constructor Description RepMethods() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFieldLength(Tuple tuple, Schema.Field field)Get field length 
 - 
 
- 
- 
Method Detail
- 
getFieldLength
public int getFieldLength(Tuple tuple, Schema.Field field) throws NullValueException, TupleException
Get field length- Parameters:
 tuple- Tuplefield- Field- Returns:
 - Field length
 - Throws:
 NullValueException- Null value errorTupleException- Tuple error
 
 - 
 
 -