|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationAttribute | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.loaders.decorators | This package contains loaders and stores, which are used for overflow or persistence. |
Uses of ConfigurationAttribute in org.infinispan.config |
---|
Methods in org.infinispan.config with annotations of type ConfigurationAttribute | |
---|---|
void |
CustomInterceptorConfig.setAfterInterceptor(String afterClass)
Adds the interceptor immediately after the first occurance of an interceptor having the given class. |
void |
GlobalConfiguration.setAllowDuplicateDomains(boolean allowDuplicateDomains)
|
void |
GlobalConfiguration.setAsyncListenerExecutorFactoryClass(String asyncListenerExecutorFactoryClass)
|
void |
GlobalConfiguration.setAsyncTransportExecutorFactoryClass(String asyncTransportExecutorFactoryClass)
|
void |
CustomInterceptorConfig.setBeforeInterceptor(String beforeClass)
Adds the interceptor immediately before the first occurance of an interceptor having the given class. |
void |
Configuration.setCacheMode(String cacheMode)
|
void |
CustomInterceptorConfig.setClassName(String className)
|
void |
GlobalConfiguration.setClusterName(String clusterName)
|
void |
Configuration.setConcurrencyLevel(int concurrencyLevel)
|
void |
Configuration.setConsistentHashClass(String consistentHashClass)
|
void |
Configuration.setDeadlockDetectionSpinDuration(long eagerDeadlockSpinDuration)
|
void |
GlobalConfiguration.setDistributedSyncTimeout(long distributedSyncTimeout)
|
void |
Configuration.setEnableDeadlockDetection(boolean useEagerDeadlockDetection)
|
void |
Configuration.setEvictionMaxEntries(int evictionMaxEntries)
|
void |
GlobalConfiguration.setEvictionScheduledExecutorFactoryClass(String evictionScheduledExecutorFactoryClass)
|
void |
Configuration.setEvictionStrategy(String eStrategy)
|
void |
Configuration.setEvictionWakeUpInterval(long evictionWakeUpInterval)
|
void |
Configuration.setExpirationLifespan(long expirationLifespan)
|
void |
Configuration.setExpirationMaxIdle(long expirationMaxIdle)
|
void |
GlobalConfiguration.setExposeGlobalJmxStatistics(boolean exposeGlobalJmxStatistics)
|
void |
Configuration.setExposeJmxStatistics(boolean useMbean)
|
void |
Configuration.setFetchInMemoryState(boolean fetchInMemoryState)
|
void |
CustomInterceptorConfig.setIndex(int index)
Put this interceptor at the specified index, after the default chain is built. |
void |
Configuration.setInvocationBatchingEnabled(boolean enabled)
Enables invocation batching if set to true. |
void |
Configuration.setIsolationLevel(String isolationLevel)
|
void |
GlobalConfiguration.setJmxDomain(String jmxObjectName)
If JMX statistics are enabled then all 'published' JMX objects will appear under this name. |
void |
Configuration.setL1CacheEnabled(boolean l1CacheEnabled)
|
void |
Configuration.setL1Lifespan(long l1Lifespan)
|
void |
Configuration.setL1OnRehash(boolean l1OnRehash)
|
void |
Configuration.setLockAcquisitionTimeout(long lockAcquisitionTimeout)
|
void |
GlobalConfiguration.setMarshallerClass(String marshallerClass)
|
void |
GlobalConfiguration.setMarshallVersion(String marshallVersion)
|
void |
GlobalConfiguration.setMBeanServerLookup(String mBeanServerLookup)
|
void |
Configuration.setNumOwners(int numOwners)
|
void |
CacheLoaderManagerConfig.setPassivation(boolean passivation)
|
void |
CustomInterceptorConfig.setPosition(String pos)
|
void |
CacheLoaderManagerConfig.setPreload(boolean preload)
|
void |
Configuration.setRehashRpcTimeout(long rehashRpcTimeout)
|
void |
Configuration.setRehashWaitTime(long rehashWaitTime)
|
void |
GlobalConfiguration.setReplicationQueueScheduledExecutorFactoryClass(String replicationQueueScheduledExecutorFactoryClass)
|
void |
Configuration.setReplQueueInterval(long replQueueInterval)
|
void |
Configuration.setReplQueueMaxElements(int replQueueMaxElements)
|
void |
CacheLoaderManagerConfig.setShared(boolean shared)
|
void |
GlobalConfiguration.setShutdownHookBehavior(String shutdownHookBehavior)
|
void |
Configuration.setStateRetrievalTimeout(long stateRetrievalTimeout)
|
void |
Configuration.setSyncCommitPhase(boolean syncCommitPhase)
|
void |
Configuration.setSyncReplTimeout(long syncReplTimeout)
|
void |
Configuration.setSyncRollbackPhase(boolean syncRollbackPhase)
|
void |
Configuration.setTransactionManagerLookupClass(String transactionManagerLookupClass)
|
void |
GlobalConfiguration.setTransportClass(String transportClass)
|
void |
Configuration.setUnsafeUnreliableReturnValues(boolean unsafeUnreliableReturnValues)
|
void |
Configuration.setUseAsyncMarshalling(boolean useAsyncMarshalling)
|
void |
Configuration.setUseEagerLocking(boolean useEagerLocking)
|
void |
Configuration.setUseLazyDeserialization(boolean useLazyDeserialization)
|
void |
Configuration.setUseReplQueue(boolean useReplQueue)
|
void |
Configuration.setWriteSkewCheck(boolean writeSkewCheck)
|
Uses of ConfigurationAttribute in org.infinispan.loaders |
---|
Methods in org.infinispan.loaders with annotations of type ConfigurationAttribute | |
---|---|
void |
AbstractCacheLoaderConfig.setCacheLoaderClassName(String className)
|
void |
AbstractCacheStoreConfig.setFetchPersistentState(boolean fetchPersistentState)
|
void |
AbstractCacheStoreConfig.setIgnoreModifications(boolean ignoreModifications)
|
void |
AbstractCacheStoreConfig.setPurgeOnStartup(boolean purgeOnStartup)
|
Uses of ConfigurationAttribute in org.infinispan.loaders.decorators |
---|
Methods in org.infinispan.loaders.decorators with annotations of type ConfigurationAttribute | |
---|---|
void |
AsyncStoreConfig.setEnabled(boolean enabled)
|
void |
AsyncStoreConfig.setMapLockTimeout(long stateLockTimeout)
|
void |
SingletonStoreConfig.setPushStateTimeout(long pushStateTimeout)
|
void |
SingletonStoreConfig.setPushStateWhenCoordinator(boolean pushStateWhenCoordinator)
|
void |
SingletonStoreConfig.setSingletonStoreEnabled(boolean singletonStoreEnabled)
|
void |
AsyncStoreConfig.setThreadPoolSize(int threadPoolSize)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |