Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheProperties
java.lang.Object
org.wildfly.clustering.ee.hotrod.RemoteCacheProperties
- All Implemented Interfaces:
CacheProperties
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
RemoteCacheProperties
public RemoteCacheProperties(org.infinispan.client.hotrod.RemoteCache<?, ?> cache)
-
-
Method Details
-
isLockOnRead
public boolean isLockOnRead()- Specified by:
isLockOnReadin interfaceCacheProperties
-
isLockOnWrite
public boolean isLockOnWrite()- Specified by:
isLockOnWritein interfaceCacheProperties
-
isMarshalling
public boolean isMarshalling()- Specified by:
isMarshallingin interfaceCacheProperties
-
isPersistent
public boolean isPersistent()- Specified by:
isPersistentin interfaceCacheProperties
-
isTransactional
public boolean isTransactional()- Specified by:
isTransactionalin interfaceCacheProperties
-