@Deprecated public static interface FluentConfiguration.HashConfig
Modifier and Type | Method and Description |
---|---|
Configuration |
build()
Deprecated.
|
FluentConfiguration.ClusteringConfig |
clustering()
Deprecated.
|
FluentConfiguration.HashConfig |
consistentHashClass(Class<? extends ConsistentHash> consistentHashClass)
Deprecated.
Fully qualified name of class providing consistent hash algorithm
|
FluentConfiguration.CustomInterceptorsConfig |
customInterceptors()
Deprecated.
|
FluentConfiguration.DataContainerConfig |
dataContainer()
Deprecated.
|
FluentConfiguration.DeadlockDetectionConfig |
deadlockDetection()
Deprecated.
This method allows configuration of the deadlock detection.
|
FluentConfiguration.EvictionConfig |
eviction()
Deprecated.
|
FluentConfiguration.ExpirationConfig |
expiration()
Deprecated.
|
FluentConfiguration.GroupsConfig |
groups()
Deprecated.
|
FluentConfiguration.HashConfig |
hashFunctionClass(Class<? extends Hash> hashFunctionClass)
Deprecated.
A fully qualified name of the class providing a hash function, used as a bit spreader and a
general hash code generator.
|
FluentConfiguration.IndexingConfig |
indexing()
Deprecated.
This method allows configuration of the indexing subsystem.
|
FluentConfiguration.InvocationBatchingConfig |
invocationBatching()
Deprecated.
This method allows configuration of invocation batching.
|
FluentConfiguration.JmxStatisticsConfig |
jmxStatistics()
Deprecated.
This method allows configuration of jmx statistics.
|
FluentConfiguration.LoadersConfig |
loaders()
Deprecated.
|
FluentConfiguration.LockingConfig |
locking()
Deprecated.
|
FluentConfiguration.HashConfig |
numOwners(Integer numOwners)
Deprecated.
Number of cluster-wide replicas for each cache entry.
|
FluentConfiguration.HashConfig |
numVirtualNodes(Integer numVirtualNodes)
Deprecated.
Controls the number of virtual nodes per "real" node.
|
FluentConfiguration.HashConfig |
rehashEnabled(Boolean rehashEnabled)
Deprecated.
If false, no rebalancing or rehashing will take place when a new node joins the cluster or
a node leaves
|
FluentConfiguration.HashConfig |
rehashRpcTimeout(Long rehashRpcTimeout)
Deprecated.
Rehashing timeout
|
FluentConfiguration.HashConfig |
rehashWait(Long rehashWaitTime)
Deprecated.
|
FluentConfiguration.StoreAsBinaryConfig |
storeAsBinary()
Deprecated.
This method allows configuration of lazy deserialization.
|
FluentConfiguration.TransactionConfig |
transaction()
Deprecated.
|
FluentConfiguration.UnsafeConfig |
unsafe()
Deprecated.
|
FluentConfiguration.VersioningConfig |
versioning()
Deprecated.
|
FluentConfiguration.HashConfig consistentHashClass(Class<? extends ConsistentHash> consistentHashClass)
consistentHashClass
- FluentConfiguration.HashConfig hashFunctionClass(Class<? extends Hash> hashFunctionClass)
ConsistentHash
implementations shipped.hashFunctionClass
- FluentConfiguration.HashConfig numOwners(Integer numOwners)
numOwners
- FluentConfiguration.HashConfig rehashWait(Long rehashWaitTime)
FluentConfiguration.HashConfig rehashRpcTimeout(Long rehashRpcTimeout)
rehashRpcTimeout
- FluentConfiguration.HashConfig rehashEnabled(Boolean rehashEnabled)
rehashEnabled
- FluentConfiguration.HashConfig numVirtualNodes(Integer numVirtualNodes)
numVirtualNodes
- the number of virtual nodes. Must be >0.IllegalArgumentException
- if numVirtualNodes <0FluentConfiguration.GroupsConfig groups()
Configuration build()
FluentConfiguration.LockingConfig locking()
FluentConfiguration.LoadersConfig loaders()
FluentConfiguration.TransactionConfig transaction()
FluentConfiguration.DeadlockDetectionConfig deadlockDetection()
FluentConfiguration.DeadlockDetectionConfig.disable()
FluentConfiguration.CustomInterceptorsConfig customInterceptors()
FluentConfiguration.EvictionConfig eviction()
FluentConfiguration.ExpirationConfig expiration()
FluentConfiguration.ClusteringConfig clustering()
FluentConfiguration.IndexingConfig indexing()
FluentConfiguration.IndexingConfig.disable()
FluentConfiguration.DataContainerConfig dataContainer()
FluentConfiguration.UnsafeConfig unsafe()
FluentConfiguration.JmxStatisticsConfig jmxStatistics()
FluentConfiguration.StoreAsBinaryConfig storeAsBinary()
FluentConfiguration.InvocationBatchingConfig invocationBatching()
FluentConfiguration.VersioningConfig versioning()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.