public class ClusterLoaderConfiguration extends AbstractStoreConfiguration
| Modifier and Type | Field and Description |
|---|---|
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() |
long |
remoteCallTimeout() |
java.lang.String |
toString() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, transactionalpublic static final AttributeDefinition<java.lang.Long> REMOTE_CALL_TIMEOUT
public ClusterLoaderConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static final AttributeSet attributeDefinitionSet()
public long remoteCallTimeout()
public java.lang.String toString()
toString in class AbstractStoreConfiguration