Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.asyncqueue | |
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.cache.wan | |
com.gemstone.gemfire.security |
Provides an API for plugging in authentication and authorization
for members of a distributed system and clients.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheListener<K,V>
A listener to handle region or entry related events.
|
interface |
CacheLoader<K,V>
Allows data from outside of the VM to be placed into a region.
|
interface |
CacheWriter<K,V>
A user-defined object defined in the
RegionAttributes that is
called synchronously before a region or entry in the cache is
modified. |
interface |
CustomExpiry<K,V>
This is the contract that a
custom-expiry element must honor. |
interface |
FixedPartitionResolver<K,V>
Implementers of interface
FixedPartitionResolver helps to
achieve explicit mapping of a "user defined" partition to a data member node. |
interface |
InterestRegistrationListener
Interface
InterestRegisterationListener provides the ability for
applications to be notified of interest registration and unregistration
events. |
interface |
PartitionResolver<K,V>
Implementers of interface
PartitionResolver enable custom
partitioning on the PartitionedRegion . |
interface |
RegionMembershipListener<K,V>
A listener that can be implemented to handle region membership events.
|
interface |
RegionRoleListener<K,V>
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.
|
interface |
TransactionWriter
A callback that is allowed to veto a transaction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncEventListener
A callback for events passing through the
AsyncEventQueue to which this
listener is attached. |
Modifier and Type | Interface and Description |
---|---|
interface |
CqListener
Application plug-in interface for handling continuous query events after
they occur.
|
interface |
CqStatusListener
Extension of CqListener.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerLoadProbeAdapter
Utility class that implements all methods in
ServerLoadProbe with
empty implementations for open and close. |
Modifier and Type | Interface and Description |
---|---|
interface |
GatewayEventListener
Deprecated.
as of GemFire 8.0. Use
AsyncEventListener instead |
Modifier and Type | Class and Description |
---|---|
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<K,V>
Utility class that implements all methods in
CacheListener
with empty implementations. |
class |
CacheWriterAdapter<K,V>
Utility class that implements all methods in
CacheWriter
with empty implementations. |
class |
CqListenerAdapter |
class |
RegionMembershipListenerAdapter<K,V>
Utility class that implements all methods in
RegionMembershipListener
with empty implementations. |
class |
RegionRoleListenerAdapter<K,V>
Utility class that implements all methods in
RegionRoleListener with empty implementations. |
class |
TransactionListenerAdapter
Utility class that implements all methods in
TransactionListener
with empty implementations. |
Modifier and Type | Interface and Description |
---|---|
interface |
GatewayEventFilter
Callback for users to filter out events before dispatching to remote
distributed system
|
interface |
GatewayEventSubstitutionFilter<K,V>
Interface
GatewayEventSubstitutionFilter provides a way to
specify a substitute value to be stored in the GatewayQueueEvent
and enqueued in the RegionQueue . |
interface |
GatewayTransportFilter |
Modifier and Type | Interface and Description |
---|---|
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.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.