public class ClusteringConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
AsyncConfiguration |
async()
Configure async sub element.
|
CacheMode |
cacheMode()
Cache mode.
|
String |
cacheModeString() |
boolean |
equals(Object o) |
HashConfiguration |
hash()
Configure hash sub element
|
int |
hashCode() |
L1Configuration |
l1()
This method allows configuration of the L1 cache for distributed caches.
|
StateTransferConfiguration |
stateTransfer() |
SyncConfiguration |
sync()
Configure sync sub element.
|
String |
toString() |
public CacheMode cacheMode()
CacheMode
for information on the various cache modes available.public String cacheModeString()
public AsyncConfiguration async()
sync()
as two are mutually exclusivepublic HashConfiguration hash()
public L1Configuration l1()
L1ConfigurationBuilder.disable()
public SyncConfiguration sync()
async()
as two are mutually exclusivepublic StateTransferConfiguration stateTransfer()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.