public class GridCacheSetHeader extends Object implements GridCacheInternal, Externalizable
| Constructor and Description |
|---|
GridCacheSetHeader()
Required by
Externalizable. |
GridCacheSetHeader(GridUuid id,
boolean collocated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
collocated() |
GridUuid |
id() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridCacheSetHeader()
Externalizable.public GridCacheSetHeader(GridUuid id, boolean collocated)
id - Set UUID.collocated - Collocation flag.public GridUuid id()
public boolean collocated()
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.