Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.server |
The
com.gemstone.gemfire.cache.server package provides APIs used
for the server side of client/server caching. |
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Method and Description |
---|---|
ClientSession |
InterestRegistrationEvent.getClientSession()
Returns the
ClientSession that initiated this event |
Modifier and Type | Method and Description |
---|---|
ClientSession |
CacheServer.getClientSession(DistributedMember member)
Returns the
ClientSession associated with the
DistributedMember |
ClientSession |
CacheServer.getClientSession(String durableClientId)
Returns the
ClientSession associated with the
durable client id |
Modifier and Type | Method and Description |
---|---|
Set<ClientSession> |
CacheServer.getAllClientSessions()
Returns a set of all
ClientSession s |
Modifier and Type | Method and Description |
---|---|
ClientSession |
BridgeServer.getClientSession(DistributedMember member)
Deprecated.
Returns the
ClientSession associated with the
DistributedMember |
ClientSession |
BridgeServer.getClientSession(String durableClientId)
Deprecated.
Returns the
ClientSession associated with the
durable client id |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.