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
Author:
Paul Ferraro
  • Constructor Details

    • RemoteCacheProperties

      public RemoteCacheProperties(org.infinispan.client.hotrod.RemoteCache<?,?> cache)
  • Method Details

    • isLockOnRead

      public boolean isLockOnRead()
      Specified by:
      isLockOnRead in interface org.wildfly.clustering.cache.CacheProperties
    • isLockOnWrite

      public boolean isLockOnWrite()
      Specified by:
      isLockOnWrite in interface org.wildfly.clustering.cache.CacheProperties
    • isMarshalling

      public boolean isMarshalling()
      Specified by:
      isMarshalling in interface org.wildfly.clustering.cache.CacheProperties
    • isPersistent

      public boolean isPersistent()
      Specified by:
      isPersistent in interface org.wildfly.clustering.cache.CacheProperties
    • isTransactional

      public boolean isTransactional()
      Specified by:
      isTransactional in interface org.wildfly.clustering.cache.CacheProperties
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.wildfly.clustering.cache.CacheProperties