Class Streamable<T>

  • All Implemented Interfaces:
    Externalizable, Serializable
    Direct Known Subclasses:
    BaseClobType, BlobType, XMLType

    public abstract class Streamable<T>
    extends Object
    implements Externalizable
    A large value object which can be streamable in chunks of data each time

    A reference stream id is tuple source id for a Streamble object where the object is in buffer manager, but the contents will never be written to disk; this is the ID that client needs to reference to get the chunk of data.

    See Also:
    Serialized Form