Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheProperties
- java.lang.Object
-
- org.wildfly.clustering.ee.hotrod.RemoteCacheProperties
-
- All Implemented Interfaces:
CacheProperties
public class RemoteCacheProperties extends Object implements CacheProperties
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RemoteCacheProperties(org.infinispan.client.hotrod.RemoteCache<?,?> cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLockOnRead()booleanisLockOnWrite()booleanisMarshalling()booleanisPersistent()booleanisTransactional()
-
-
-
Method Detail
-
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
-
-