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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NettyMessageType
getMessageType()
int
getSerializedSize()
-
-
-
Method Detail
-
getSerializedSize
int getSerializedSize()
-
getMessageType
NettyMessageType getMessageType()
-
-