Class StreamBaseClient.SerializedTupleBuffer

  • Enclosing class:
    StreamBaseClient

    public class StreamBaseClient.SerializedTupleBuffer
    extends StreamBaseClient.TupleBuffer
    A TupleBuffer which contains a byte buffer of serialized tuples including space for a network header
    • Method Detail

      • getBuffer

        public ByteBuffer getBuffer()
        Return a ByteBuffer containing all of the tuples ready to be serialized also contains empty space at the beginning of the buffer for a network header
        Returns:
        byteBuffer containing serialized headers including empty space in the beginning for a network header