public class GridGgfsDeleteMessage extends GridGgfsCommunicationMessage
BIT_SET_NOT_READ, BOOLEAN_ARR_NOT_READ, BYTE_ARR_LIST_NOT_READ, BYTE_ARR_NOT_READ, CACHE_VER_NOT_READ, CHAR_ARR_NOT_READ, CLOCK_DELTA_VER_NOT_READ, commState, DHT_PART_EXCHANGE_ID_NOT_READ, DOUBLE_ARR_NOT_READ, DR_INT_REQ_ENTRY_NOT_READ, ENUM_NOT_READ, FLOAT_ARR_NOT_READ, GRID_UUID_NOT_READ, INT_ARR_NOT_READ, LONG_ARR_NOT_READ, LONG_LIST_NOT_READ, MSG_NOT_READ, NULL, SHORT_ARR_NOT_READ, STR_NOT_READ, UUID_NOT_READ, VAL_BYTES_NOT_READ| Constructor and Description |
|---|
GridGgfsDeleteMessage()
Externalizable support. |
GridGgfsDeleteMessage(org.gridgain.grid.GridUuid id)
Constructor.
|
GridGgfsDeleteMessage(org.gridgain.grid.GridUuid id,
org.gridgain.grid.GridException err)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter |
clone() |
protected void |
clone0(org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter _msg) |
byte |
directType() |
org.gridgain.grid.GridException |
error() |
void |
finishUnmarshal(org.gridgain.grid.marshaller.GridMarshaller marsh,
ClassLoader ldr) |
org.gridgain.grid.GridUuid |
id() |
void |
prepareMarshal(org.gridgain.grid.marshaller.GridMarshaller marsh) |
boolean |
readFrom(ByteBuffer buf) |
String |
toString() |
boolean |
writeTo(ByteBuffer buf) |
public GridGgfsDeleteMessage()
Externalizable support.public GridGgfsDeleteMessage(org.gridgain.grid.GridUuid id)
id - Deleted entry ID.public GridGgfsDeleteMessage(org.gridgain.grid.GridUuid id,
org.gridgain.grid.GridException err)
id - Entry ID.err - Error.public org.gridgain.grid.GridUuid id()
public org.gridgain.grid.GridException error()
public void prepareMarshal(org.gridgain.grid.marshaller.GridMarshaller marsh)
throws org.gridgain.grid.GridException
prepareMarshal in class GridGgfsCommunicationMessagemarsh - Marshaller.org.gridgain.grid.GridException - In case of error.public void finishUnmarshal(org.gridgain.grid.marshaller.GridMarshaller marsh,
@Nullable
ClassLoader ldr)
throws org.gridgain.grid.GridException
finishUnmarshal in class GridGgfsCommunicationMessagemarsh - Marshaller.ldr - Class loader.org.gridgain.grid.GridException - In case of error.public org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter clone()
clone in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapterprotected void clone0(org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter _msg)
clone0 in class GridGgfsCommunicationMessagepublic boolean writeTo(ByteBuffer buf)
writeTo in class GridGgfsCommunicationMessagepublic boolean readFrom(ByteBuffer buf)
readFrom in class GridGgfsCommunicationMessagepublic byte directType()
directType in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapterCopyright © 2014. All rights reserved.