public class RemoteParallelGatewaySenderEventProcessor
extends org.apache.geode.internal.cache.wan.parallel.ParallelGatewaySenderEventProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
RemoteParallelGatewaySenderEventProcessor(org.apache.geode.internal.cache.wan.AbstractGatewaySender sender) |
protected |
RemoteParallelGatewaySenderEventProcessor(org.apache.geode.internal.cache.wan.AbstractGatewaySender sender,
java.util.Set<org.apache.geode.cache.Region> userRegions,
int id,
int nDispatcher)
use in concurrent scenario where queue is to be shared among all the processors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initializeEventDispatcher() |
protected void |
rebalance() |
addShadowPartitionedRegionForUserPR, addShadowPartitionedRegionForUserRR, clear, conflateEvent, enqueueEvent, getBucketTmpQueue, getRegion, initializeMessageQueue, notifyEventProcessorIfRequired, removeShadowPRcheckIfPdxNeedsResend, closeProcessor, destroyProcessor, eventQueueRemove, eventQueueSize, eventQueueTake, getBatchId, getBatchIdToEventsMap, getBatchIdToPDXEventsMap, getBatchSize, getDispatcher, getException, getNumEventsDispatched, getQueue, getSender, handleException, handleSuccessBatchAck, handleUnSuccessBatchAck, incrementBatchId, isConnectionReset, isPaused, isStopped, logBatchFine, pauseDispatching, processQueue, removeCacheListener, removeEventFromFailureMap, resetBatchId, resumeDispatching, run, setBatchSize, setException, setIsStopped, setRunningStatus, skipFailureLogging, stopped, stopProcessing, waitForDispatcherToPause, waitForResumptionactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected RemoteParallelGatewaySenderEventProcessor(org.apache.geode.internal.cache.wan.AbstractGatewaySender sender)
protected RemoteParallelGatewaySenderEventProcessor(org.apache.geode.internal.cache.wan.AbstractGatewaySender sender,
java.util.Set<org.apache.geode.cache.Region> userRegions,
int id,
int nDispatcher)
protected void rebalance()
rebalance in class org.apache.geode.internal.cache.wan.parallel.ParallelGatewaySenderEventProcessorpublic void initializeEventDispatcher()
initializeEventDispatcher in class org.apache.geode.internal.cache.wan.parallel.ParallelGatewaySenderEventProcessor