Gemfire JavaDocs
Package org.apache.geode.cache.wan
-
Interface Summary Interface Description GatewayEventFilter Callback for users to filter out events before dispatching to remote distributed systemGatewayEventSubstitutionFilter<K,V> InterfaceGatewayEventSubstitutionFilter
provides a way to specify a substitute value to be stored in theGatewayQueueEvent
and enqueued in theRegionQueue
.GatewayQueueEvent<K,V> RepresentsCache
events going throughGatewaySender
s.GatewayReceiver A GatewayReceiver that receives the events from aGatewaySender
.GatewayReceiverFactory GatewaySender GatewaySenderFactory Factory to create SerialGatewaySenderGatewayTransportFilter -
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. -
Enum Summary Enum Description GatewaySender.OrderPolicy The order policy.