public class GridCacheSetHeader extends Object implements GridCacheInternal, Externalizable
| Constructor and Description |
|---|
GridCacheSetHeader()
Required by
Externalizable. |
GridCacheSetHeader(IgniteUuid id,
boolean collocated,
boolean separated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
collocated() |
IgniteUuid |
id() |
void |
readExternal(ObjectInput in) |
boolean |
separated() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridCacheSetHeader()
Externalizable.public GridCacheSetHeader(IgniteUuid id, boolean collocated, boolean separated)
id - Set UUID.collocated - Collocation flag.separated - Separated cache flag.public IgniteUuid id()
public boolean collocated()
public boolean separated()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020