|
GemFire 5.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CacheCallback | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| 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. |
| com.gemstone.gemfire.security | Provides an API for plugging in authentication and authorization for members of a distributed system and clients. |
| Uses of CacheCallback in com.gemstone.gemfire.cache |
|---|
| Subinterfaces of CacheCallback in com.gemstone.gemfire.cache | |
|---|---|
interface |
CacheListener
A listener that can be implemented to handle region- or entry-related events. |
interface |
CacheLoader
Allows data from outside of the VM to be placed into a region. |
interface |
CacheWriter
A user-defined object defined in the RegionAttributes that is
called synchronously before a region or entry in the cache is
modified. |
interface |
CustomExpiry
This is the contract that a custom-expiry element must honor. |
interface |
RegionMembershipListener
A listener that can be implemented to handle region membership events. |
interface |
RegionRoleListener
A listener that can be implemented to handle region reliability membership events. |
interface |
TransactionListener
A listener that can be implemented to handle transaction related events. |
| Uses of CacheCallback in com.gemstone.gemfire.cache.query |
|---|
| Subinterfaces of CacheCallback in com.gemstone.gemfire.cache.query | |
|---|---|
interface |
CqListener
Application plug-in interface for handling continuous query events after they occur. |
| Uses of CacheCallback in com.gemstone.gemfire.cache.server |
|---|
| Subinterfaces of CacheCallback in com.gemstone.gemfire.cache.server | |
|---|---|
interface |
ServerLoadProbe
A load probe is installed in a bridge server to measure the load on the bridge server for balancing load between multiple bridge servers. |
| Classes in com.gemstone.gemfire.cache.server that implement CacheCallback | |
|---|---|
class |
ServerLoadProbeAdapter
Utility class that implements all methods in ServerLoadProbe with
empty implementations for open and close. |
| Uses of CacheCallback in com.gemstone.gemfire.cache.util |
|---|
| Subinterfaces of CacheCallback in com.gemstone.gemfire.cache.util | |
|---|---|
interface |
GatewayEventListener
Implementers of interface GatewayEventListener process
batches of GatewayEvents. |
| Classes in com.gemstone.gemfire.cache.util that implement CacheCallback | |
|---|---|
class |
BridgeClient
Deprecated. as of 5.7 use pools instead. |
class |
BridgeLoader
Deprecated. as of 5.7 use pools instead. |
class |
BridgeWriter
Deprecated. as of 5.7 use pools instead. |
class |
CacheListenerAdapter
Utility class that implements all methods in CacheListener
with empty implementations. |
class |
CacheWriterAdapter
Utility class that implements all methods in CacheWriter
with empty implementations. |
class |
CqListenerAdapter
|
class |
RegionMembershipListenerAdapter
Utility class that implements all methods in RegionMembershipListener
with empty implementations. |
class |
RegionRoleListenerAdapter
Utility class that implements all methods in RegionRoleListener with empty implementations. |
class |
TransactionListenerAdapter
Utility class that implements all methods in TransactionListener
with empty implementations. |
| Uses of CacheCallback in com.gemstone.gemfire.security |
|---|
| Subinterfaces of CacheCallback in com.gemstone.gemfire.security | |
|---|---|
interface |
AccessControl
Specifies the interface to authorize operations at the cache or region level for clients or servers. |
interface |
Authenticator
Specifies the mechanism to verify credentials for a client or peer. |
interface |
AuthInitialize
Specifies the mechanism to obtain credentials for a client or peer. |
|
GemFire 5.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||