|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.clustered.client.config.ClusteredStoreConfiguration
public class ClusteredStoreConfiguration
ServiceConfiguration
for the ClusteredStore
.
Constructor Summary | |
---|---|
ClusteredStoreConfiguration()
Creates a new configuration with consistency set to EVENTUAL . |
|
ClusteredStoreConfiguration(Consistency consistency)
Creates a new configuration with the provided Consistency . |
Method Summary | |
---|---|
Consistency |
getConsistency()
Returns the Consistency for this configuration instance. |
java.lang.Class<org.ehcache.clustered.client.internal.store.ClusteredStore.Provider> |
getServiceType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusteredStoreConfiguration()
EVENTUAL
.
public ClusteredStoreConfiguration(Consistency consistency)
Consistency
.
consistency
- the Consistency
Method Detail |
---|
public java.lang.Class<org.ehcache.clustered.client.internal.store.ClusteredStore.Provider> getServiceType()
getServiceType
in interface org.ehcache.spi.service.ServiceConfiguration<org.ehcache.clustered.client.internal.store.ClusteredStore.Provider>
public Consistency getConsistency()
Consistency
for this configuration instance.
Consistency
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |