Interface HotRodConfiguration

All Superinterfaces:
CacheConfiguration

public interface HotRodConfiguration extends CacheConfiguration
Author:
Paul Ferraro
  • Method Details

    • getCache

      <CK, CV> org.infinispan.client.hotrod.RemoteCache<CK,CV> getCache()
      Specified by:
      getCache in interface CacheConfiguration
    • getIgnoreReturnFlags

      default org.infinispan.client.hotrod.Flag[] getIgnoreReturnFlags()
    • getForceReturnFlags

      default org.infinispan.client.hotrod.Flag[] getForceReturnFlags()
    • getNearCacheMode

      default org.infinispan.client.hotrod.configuration.NearCacheMode getNearCacheMode()
    • getCacheProperties

      default CacheProperties getCacheProperties()
      Specified by:
      getCacheProperties in interface CacheConfiguration
    • getBatcher

      default Batcher<TransactionBatch> getBatcher()
      Specified by:
      getBatcher in interface CacheConfiguration