com.gemstone.gemfire.cache.util
package.See: Description
Interface | Description |
---|---|
BridgeMembershipEvent | Deprecated
see com.gemstone.gemfire.management.membership.ClientMembershipEvent
|
BridgeMembershipListener | Deprecated
see com.gemstone.gemfire.management.membership.ClientMembershipListener
|
BridgeServer | Deprecated
as of 5.7 used
CacheServer instead. |
Gateway | Deprecated
as of GemFire 8.0.
|
Gateway.Endpoint |
An
Endpoint represents a proxy to a remote host |
GatewayConflictHelper |
GatewayConflictHelper is used by an GatewayConflictResolver to decide what to
do with an event received from another distributed system that is going to overwrite
the current cache state.
|
GatewayConflictResolver |
GatewayConflictResolver is a Cache-level plugin that is called upon to decide what to do
with events that originate in other systems and arrive through the WAN Gateway.
|
GatewayEvent | Deprecated
as of GemFire 8.0.
|
GatewayEventListener | Deprecated
as of GemFire 8.0.
|
GatewayHub | Deprecated
as of GemFire 8.0.
|
ObjectSizer |
The sizer interface defines a method that when called returns the size of the
object passed in.
|
TimestampedEntryEvent |
TimestampedEntryEvent is an EntryEvent that has additional information provided
to GatewayConflictResolver plugins.
|
Class | Description |
---|---|
BoundedLinkedHashMap | Deprecated
as of 5.7 create your own class that extends
LinkedHashMap
and implement LinkedHashMap.removeEldestEntry(java.util.Map.Entry<K, V>)
to enforce a maximum number of entries. |
BridgeClient | Deprecated
as of 5.7 use
pools instead. |
BridgeLoader | Deprecated
as of 5.7 use
pools instead. |
BridgeMembership | Deprecated
see com.gemstone.gemfire.management.membership.ClientMembership
|
BridgeMembershipListenerAdapter | Deprecated
see com.gemstone.gemfire.management.membership.ClientMembershipListenerAdapter
|
BridgeWriter | Deprecated
as of 5.7 use
pools instead. |
CacheListenerAdapter<K,V> |
Utility class that implements all methods in
CacheListener
with empty implementations. |
CacheWriterAdapter<K,V> |
Utility class that implements all methods in
CacheWriter
with empty implementations. |
CqListenerAdapter | |
GatewayQueueAttributes | Deprecated
as of GemFire 8.0.
|
ObjectSizerImpl | Deprecated
use
ObjectSizer.DEFAULT instead. |
RegionMembershipListenerAdapter<K,V> |
Utility class that implements all methods in
RegionMembershipListener
with empty implementations. |
RegionRoleListenerAdapter<K,V> |
Utility class that implements all methods in
RegionRoleListener with empty implementations. |
TransactionListenerAdapter |
Utility class that implements all methods in
TransactionListener
with empty implementations. |
UniversalMembershipListenerAdapter | Deprecated
Use com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter instead.
|
UniversalMembershipListenerAdapter.AdaptedMembershipEvent |
Adapts BridgeMembershipEvent to look like a SystemMembershipEvent
|
Enum | Description |
---|---|
Gateway.OrderPolicy |
The order policy.
|
Exception | Description |
---|---|
BridgeWriterException | Deprecated
as of 5.7 use
pools instead. |
EndpointDoesNotExistException | Deprecated
as of 5.7 use
pools instead. |
EndpointException | Deprecated
as of 5.7 use
pools instead. |
EndpointExistsException | Deprecated
as of 5.7 use
pools instead. |
EndpointInUseException | Deprecated
as of 5.7 use
pools instead. |
IncompatibleVersionException | Deprecated |
ServerRefusedConnectionException | Deprecated
as of 5.7 use
ServerRefusedConnectionException from the client package instead. |
UnknownVersionException | Deprecated |
VersionException | Deprecated
Use
VersionException instead. |
com.gemstone.gemfire.cache.util
package.
Adapter classes are provided for convenience in implementing the CacheListener, RegionMembershipListener, RegionRoleListener, TransactionListener, and CacheWriter interfaces. These adapter classes simply implement the interfaces with empty methods so that subclasses only need implement the methods that are of interest.
Also provided are BridgeLoader/BridgeWriter/BridgeServer, which are used for Hierarchical Caching.
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.