public class GridDrStateTransferDescriptor extends Object implements Externalizable
| Constructor and Description |
|---|
GridDrStateTransferDescriptor()
Externalizable support. |
GridDrStateTransferDescriptor(GridUuid id,
Collection<Byte> dataCenterIds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Byte> |
dataCenterIds()
Gets target data center IDs.
|
boolean |
equals(Object obj) |
int |
hashCode() |
GridUuid |
id()
Gets unique state transfer ID.
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridDrStateTransferDescriptor()
Externalizable support.public GridDrStateTransferDescriptor(GridUuid id, Collection<Byte> dataCenterIds)
id - Unique state transfer ID.dataCenterIds - Target data center IDs.public GridUuid id()
public Collection<Byte> dataCenterIds()
public 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.