public class SpaceContext extends Object implements SmartExternalizable
Constructor and Description |
---|
SpaceContext()
Empty constructor for Externalizable impl.
|
SpaceContext(boolean fromGateway,
int chunksMapGeneration,
boolean clustered) |
SpaceContext(SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
SpaceContext |
createCopy(SecurityContext newSecurityContext) |
int |
getChunksMapGeneration() |
MVCCGenerationsState |
getMVCCGenerationsState() |
QuiesceToken |
getQuiesceToken() |
SecurityContext |
getSecurityContext() |
boolean |
isClustered() |
boolean |
isFromGateway() |
void |
readExternal(ObjectInput in) |
void |
setMVCCGenerationsState(MVCCGenerationsState generationsState) |
void |
setQuiesceToken(QuiesceToken quiesceToken) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public SpaceContext()
public SpaceContext(SecurityContext securityContext)
public SpaceContext(boolean fromGateway, int chunksMapGeneration, boolean clustered)
public SpaceContext createCopy(SecurityContext newSecurityContext)
public SecurityContext getSecurityContext()
public int getChunksMapGeneration()
public boolean isFromGateway()
public boolean isClustered()
public MVCCGenerationsState getMVCCGenerationsState()
public void setMVCCGenerationsState(MVCCGenerationsState generationsState)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public QuiesceToken getQuiesceToken()
public void setQuiesceToken(QuiesceToken quiesceToken)
Copyright © GigaSpaces.