Class RemoteCacheProperties
java.lang.Object
org.wildfly.clustering.cache.infinispan.remote.RemoteCacheProperties
- All Implemented Interfaces:
org.wildfly.clustering.cache.CacheProperties
public class RemoteCacheProperties
extends Object
implements org.wildfly.clustering.cache.CacheProperties
Eagerly captured properties of a remote cache.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteCacheProperties(org.infinispan.client.hotrod.RemoteCache<?, ?> cache) Creates properties of a remote cache. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
RemoteCacheProperties
public RemoteCacheProperties(org.infinispan.client.hotrod.RemoteCache<?, ?> cache) Creates properties of a remote cache.- Parameters:
cache- a remote cache
-
-
Method Details
-
isLockOnRead
public boolean isLockOnRead()- Specified by:
isLockOnReadin interfaceorg.wildfly.clustering.cache.CacheProperties
-
isLockOnWrite
public boolean isLockOnWrite()- Specified by:
isLockOnWritein interfaceorg.wildfly.clustering.cache.CacheProperties
-
isMarshalling
public boolean isMarshalling()- Specified by:
isMarshallingin interfaceorg.wildfly.clustering.cache.CacheProperties
-
isPersistent
public boolean isPersistent()- Specified by:
isPersistentin interfaceorg.wildfly.clustering.cache.CacheProperties
-
isTransactional
public boolean isTransactional()- Specified by:
isTransactionalin interfaceorg.wildfly.clustering.cache.CacheProperties
-