public class AsyncEventQueueDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
AsyncEventQueueDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
asyncEventQueueToString(com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue q)
Returns the async event queue as a string.
|
protected void |
configure(com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory f)
Configures an async event queue factory using this description.
|
protected static void |
configure(TestConfig config)
Creates async event queue descriptions from the async event queue
parameters in the test configuration.
|
protected com.gemstone.gemfire.cache.asyncqueue.AsyncEventListener |
getAsyncEventListenerInstance()
Returns a async event listener instance for the classname.
|
DiskStoreDescription |
getDiskStoreDescription()
Returns the disk store description.
|
String |
getName()
Returns the logical name of this async event queue description.
|
Boolean |
getParallel()
Returns whether to send in parallel.
|
SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic String getName()
public DiskStoreDescription getDiskStoreDescription()
public Boolean getParallel()
protected void configure(com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory f)
protected static String asyncEventQueueToString(com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue q)
AsyncEventQueueHelper.asyncEventQueueToString(AsyncEventQueue).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
protected com.gemstone.gemfire.cache.asyncqueue.AsyncEventListener getAsyncEventListenerInstance()
HydraConfigException - if instantiation fails or the class does not
implement AsyncEventListener.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.