Class CompiledTuple

java.lang.Object
com.streambase.sb.Tuple
com.streambase.sb.CompiledTuple
All Implemented Interfaces:
com.streambase.sb.internal.CloneableData, Serializable, Cloneable

public abstract class CompiledTuple extends Tuple
Subclass of tuple that indicates a tuple has a compiled representation for better performance. No additional methods are supported, this exists so that some interfaces which require a compiled tuple representation for performance can be typesafe.
See Also:
  • Constructor Details

    • CompiledTuple

      protected CompiledTuple(Schema schema)
      Constructor
      Parameters:
      schema - Schema