Interface NettyMessage

  • All Superinterfaces:
    org.apache.hadoop.io.Writable
    All Known Implementing Classes:
    AggregatorMessage, ByteArrayMessage, NettyWritableMessage

    public interface NettyMessage
    extends org.apache.hadoop.io.Writable
    Base interface for all payload passed through netty communicator.
    • Method Detail

      • getSerializedSize

        int getSerializedSize()