Class TupleRep.TupleLayout

java.lang.Object
com.streambase.sb.TupleRep.TupleLayout
All Implemented Interfaces:
Serializable
Enclosing class:
com.streambase.sb.TupleRep

public static class TupleRep.TupleLayout extends Object implements Serializable
A class that holds information about how the fields in a particular schema are laid out in memory by TupleRep.

TODO: Consider reducing complexity by having the varData structure be the length of the fields in the tuple.

See Also: