public class ClusterLoaderConfiguration extends AbstractStoreConfiguration implements ConfigurationInfo
| Modifier and Type | Field and Description |
|---|---|
static ElementDefinition |
ELEMENT_DEFINITION |
static AttributeDefinition<java.lang.Long> |
REMOTE_CALL_TIMEOUT |
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SEGMENTED, SHARED, TRANSACTIONAL| Constructor and Description |
|---|
ClusterLoaderConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
ElementDefinition |
getElementDefinition() |
long |
remoteCallTimeout() |
java.lang.String |
toString() |
async, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, subElements, transactionalclone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static final AttributeDefinition<java.lang.Long> REMOTE_CALL_TIMEOUT
public static ElementDefinition ELEMENT_DEFINITION
public ClusterLoaderConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static final AttributeSet attributeDefinitionSet()
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public AttributeSet attributes()
attributes in interface BaseConfigurationInfoattributes in class AbstractStoreConfigurationAttributeSet declared by the configuration.public long remoteCallTimeout()
public java.lang.String toString()
toString in class AbstractStoreConfiguration