Package com.arangodb.vst.internal
Class Message
java.lang.Object
com.arangodb.vst.internal.Message
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Message
public Message(long id, byte[] chunkBuffer) throws BufferUnderflowException, IndexOutOfBoundsException -
Message
public Message(long id, byte[] head, byte[] body)
-
-
Method Details
-
getId
public long getId() -
getHead
public com.arangodb.velocypack.VPackSlice getHead() -
getBody
public com.arangodb.velocypack.VPackSlice getBody()
-