Class StartMessage
- java.lang.Object
-
- org.apache.hugegraph.computer.core.network.message.AbstractMessage
-
- org.apache.hugegraph.computer.core.network.message.StartMessage
-
- All Implemented Interfaces:
Message,RequestMessage
public class StartMessage extends AbstractMessage implements RequestMessage
-
-
Field Summary
Fields Modifier and Type Field Description static StartMessageINSTANCE-
Fields inherited from class org.apache.hugegraph.computer.core.network.message.AbstractMessage
HEADER_LENGTH, LENGTH_BODY_LENGTH, MAGIC_NUMBER, MAX_MESSAGE_LENGTH, OFFSET_BODY_LENGTH, PROTOCOL_VERSION, START_SEQ, UNKNOWN_SEQ
-
-
Constructor Summary
Constructors Constructor Description StartMessage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartMessageparseFrom(io.netty.buffer.ByteBuf buf)MessageTypetype()Used to identify this message type.-
Methods inherited from class org.apache.hugegraph.computer.core.network.message.AbstractMessage
assertExtraHeader, body, encode, encodeBody, encodeHeader, hasBody, partition, release, sequenceNumber, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.hugegraph.computer.core.network.message.Message
body, encode, hasBody, partition, release, sequenceNumber
-
Methods inherited from interface org.apache.hugegraph.computer.core.network.message.RequestMessage
requestId
-
-
-
-
Field Detail
-
INSTANCE
public static final StartMessage INSTANCE
-
-
Method Detail
-
type
public MessageType type()
Description copied from interface:MessageUsed to identify this message type.
-
parseFrom
public static StartMessage parseFrom(io.netty.buffer.ByteBuf buf)
-
-