public class RemoteCacheManagerProperties extends Object implements CacheProperties
| Constructor and Description |
|---|
RemoteCacheManagerProperties(org.infinispan.client.hotrod.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLockOnRead()
Indicates whether the associated cache requires eager locking for cache reads.
|
boolean |
isLockOnWrite()
Indicates whether the associated cache uses eager locking for cache writes.
|
boolean |
isMarshalling()
Indicates whether the mode of this cache requires marshalling of cache values
|
boolean |
isPersistent()
Indicates whether cache operations should assume immediate marshalling/unmarshalling of the value.
|
boolean |
isTransactional()
Indicates whether the cache is transactional.
|
public RemoteCacheManagerProperties(org.infinispan.client.hotrod.configuration.Configuration configuration)
public boolean isLockOnRead()
CachePropertiesisLockOnRead in interface CachePropertiespublic boolean isLockOnWrite()
CachePropertiesisLockOnWrite in interface CachePropertiespublic boolean isMarshalling()
CachePropertiesisMarshalling in interface CachePropertiespublic boolean isPersistent()
CachePropertiesisPersistent in interface CachePropertiespublic boolean isTransactional()
CachePropertiesisTransactional in interface CachePropertiesCopyright © 2019 JBoss by Red Hat. All rights reserved.