public class ClientServerSessionCache extends AbstractSessionCache
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEFAULT_ENABLE_LOCAL_CACHE |
protected static java.lang.String |
DEFAULT_REGION_ATTRIBUTES_ID |
operatingRegion, sessionManager, sessionRegion, statistics
Constructor and Description |
---|
ClientServerSessionCache(SessionManager sessionManager,
ClientCache cache) |
Modifier and Type | Method and Description |
---|---|
protected void |
createOrRetrieveRegion() |
GemFireCache |
getCache() |
boolean |
getDefaultEnableLocalCache() |
java.lang.String |
getDefaultRegionAttributesId() |
void |
initialize() |
boolean |
isBackingCacheAvailable() |
boolean |
isClientServer() |
boolean |
isPeerToPeer() |
java.util.Set<java.lang.String> |
keySet() |
int |
size() |
void |
touchSessions(java.util.Set<java.lang.String> sessionIds) |
createRegionConfiguration, createStatistics, destroySession, getOperatingRegion, getOperatingRegionName, getSession, getSessionManager, getSessionRegion, getSessionRegionName, getStatistics, putSession
protected static final java.lang.String DEFAULT_REGION_ATTRIBUTES_ID
protected static final boolean DEFAULT_ENABLE_LOCAL_CACHE
public ClientServerSessionCache(SessionManager sessionManager, ClientCache cache)
public void initialize()
public java.lang.String getDefaultRegionAttributesId()
public boolean getDefaultEnableLocalCache()
public void touchSessions(java.util.Set<java.lang.String> sessionIds)
public boolean isPeerToPeer()
public boolean isClientServer()
public java.util.Set<java.lang.String> keySet()
public int size()
public boolean isBackingCacheAvailable()
public GemFireCache getCache()
protected void createOrRetrieveRegion()