Package com.streambase.sb
Class TupleUtil.RepMethods
java.lang.Object
com.streambase.sb.TupleUtil.RepMethods
- All Implemented Interfaces:
com.streambase.sb.DataType.Registry.Functor
- Enclosing class:
com.streambase.sb.TupleUtil
public abstract static class TupleUtil.RepMethods
extends Object
implements com.streambase.sb.DataType.Registry.Functor
DataType.Registry machinery for Tuple.serialize(), .getTupleLength()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getFieldLength
(Tuple tuple, Schema.Field field) Get field length
-
Constructor Details
-
RepMethods
public RepMethods()
-
-
Method Details
-
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
-