public abstract class AsyncEventQueueMockObjects
extends java.lang.Object
AsyncEventQueueMockObjects class is a mock objects class allowing users to manually mock Apache Geode
or Pivotal GemFire AsyncEventQueue objects and related objects in the
org.apache.geode.cache.asyncqueue package.AsyncEventQueue,
Mockito,
MockObjectsSupport| Constructor and Description |
|---|
AsyncEventQueueMockObjects() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.geode.cache.asyncqueue.AsyncEventQueue |
mockAsyncEventQueue(java.lang.String id,
boolean batchConflationEnabled,
int batchSize,
int batchTimeInterval,
java.lang.String diskStoreName,
boolean diskSynchronous,
int dispatcherThreads,
boolean forwardExpirationDestroy,
int maximumQueueMemory,
org.apache.geode.cache.wan.GatewaySender.OrderPolicy orderPolicy,
boolean parallel,
boolean persistent,
boolean primary,
int size) |
public static org.apache.geode.cache.asyncqueue.AsyncEventQueue mockAsyncEventQueue(java.lang.String id,
boolean batchConflationEnabled,
int batchSize,
int batchTimeInterval,
java.lang.String diskStoreName,
boolean diskSynchronous,
int dispatcherThreads,
boolean forwardExpirationDestroy,
int maximumQueueMemory,
org.apache.geode.cache.wan.GatewaySender.OrderPolicy orderPolicy,
boolean parallel,
boolean persistent,
boolean primary,
int size)