|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.cache.ClusteringConfiguration
public class ClusteringConfiguration
Defines clustered characteristics of the cache.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public CacheMode cacheMode()
CacheMode
for information on the various cache modes available.
public String cacheModeString()
public AsyncConfiguration async()
sync()
as two are mutually exclusive
public HashConfiguration hash()
public L1Configuration l1()
L1ConfigurationBuilder.disable()
public SyncConfiguration sync()
async()
as two are mutually exclusive
public StateTransferConfiguration stateTransfer()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |