VMware GemFire Java API Reference
Package org.apache.geode.cache.wan
-
Interface Summary Interface Description GatewayEventFailureListener A callback that can be used to process the gateway events that failed on the remote site.GatewayEventFilter Callback for users to filter out events before dispatching to remote distributed systemGatewayEventSubstitutionFilter<K,V> InterfaceGatewayEventSubstitutionFilterprovides a way to specify a substitute value to be stored in theGatewayQueueEventand enqueued in theRegionQueue.GatewayQueueEvent<K,V> RepresentsCacheevents going throughGatewaySenders.GatewayReceiver A GatewayReceiver that receives the events from aGatewaySender.GatewayReceiverFactory GatewaySender GatewaySenderAware An interface that can be used to get gateway sender's attributes, e.g.GatewaySenderFactory Factory to create SerialGatewaySenderGatewayTransportFilter Deprecated. for removal in a future release. -
Class Summary Class Description EventSequenceID This class wraps 1) DistributedMembershipID 2) ThreadID 3) SequenceID attributes which are used to uniquely identify any Region Operation like create, update, destroy etc.RegionGatewayEventFailureListener An implementation ofGatewayEventFailureListenerthat will put the failed gateway events on remote site into a region to preserve those events.RegionGatewayEventFailureListener.FailedEventRegionKey RegionGatewayEventFailureListener.FailedEventRegionValue -
Enum Summary Enum Description GatewaySender.OrderPolicy The order policy.