public class GridDeploymentInfoBean extends GridTcpCommunicationMessageAdapter implements GridDeploymentInfo, Externalizable
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 |
|---|
GridDeploymentInfoBean()
Required by
Externalizable. |
GridDeploymentInfoBean(GridDeploymentInfo dep) |
GridDeploymentInfoBean(GridUuid clsLdrId,
String userVer,
GridDeploymentMode depMode,
Map<UUID,GridUuid> participants,
boolean locDepOwner) |
| Modifier and Type | Method and Description |
|---|---|
GridUuid |
classLoaderId() |
GridTcpCommunicationMessageAdapter |
clone() |
protected void |
clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
GridDeploymentMode |
deployMode() |
byte |
directType() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
localDeploymentOwner() |
void |
localDeploymentOwner(boolean locDepOwner)
Sets local deployment ownership flag.
|
Map<UUID,GridUuid> |
participants() |
void |
readExternal(ObjectInput in) |
boolean |
readFrom(ByteBuffer buf) |
long |
sequenceNumber() |
String |
toString() |
String |
userVersion() |
void |
writeExternal(ObjectOutput out) |
boolean |
writeTo(ByteBuffer buf) |
arrayIterator, messageReader, messageWriterpublic GridDeploymentInfoBean()
Externalizable.public GridDeploymentInfoBean(GridUuid clsLdrId, String userVer, GridDeploymentMode depMode, Map<UUID,GridUuid> participants, boolean locDepOwner)
clsLdrId - Class loader ID.userVer - User version.depMode - Deployment mode.participants - Participants.locDepOwner - Local deployment owner flag.public GridDeploymentInfoBean(GridDeploymentInfo dep)
dep - Grid deployment.public GridUuid classLoaderId()
classLoaderId in interface GridDeploymentInfopublic GridDeploymentMode deployMode()
deployMode in interface GridDeploymentInfopublic String userVersion()
userVersion in interface GridDeploymentInfopublic long sequenceNumber()
sequenceNumber in interface GridDeploymentInfopublic boolean localDeploymentOwner()
localDeploymentOwner in interface GridDeploymentInfopublic Map<UUID,GridUuid> participants()
participants in interface GridDeploymentInfopublic void localDeploymentOwner(boolean locDepOwner)
locDepOwner - Local deployment ownership flag.public GridTcpCommunicationMessageAdapter clone()
clone in class GridTcpCommunicationMessageAdapterprotected void clone0(GridTcpCommunicationMessageAdapter _msg)
this.clone0 in class GridTcpCommunicationMessageAdapter_msg - Message to clone from.public boolean writeTo(ByteBuffer buf)
writeTo in class GridTcpCommunicationMessageAdapterbuf - Byte buffer.public boolean readFrom(ByteBuffer buf)
readFrom in class GridTcpCommunicationMessageAdapterbuf - Byte buffer.public byte directType()
directType in class GridTcpCommunicationMessageAdapterpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2014. All rights reserved.