Class RemoteCacheStoreConfiguration

java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<org.infinispan.configuration.cache.AbstractStoreConfiguration<RemoteCacheStoreConfiguration>>
org.infinispan.configuration.cache.AbstractStoreConfiguration<RemoteCacheStoreConfiguration>
org.wildfly.clustering.cache.infinispan.persistence.remote.RemoteCacheStoreConfiguration
All Implemented Interfaces:
Consumer<org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder>, org.infinispan.commons.configuration.attributes.Matchable<org.infinispan.configuration.cache.AbstractStoreConfiguration<RemoteCacheStoreConfiguration>>, org.infinispan.commons.configuration.attributes.Updatable<org.infinispan.configuration.cache.AbstractStoreConfiguration<RemoteCacheStoreConfiguration>>, org.infinispan.configuration.cache.StoreConfiguration

public class RemoteCacheStoreConfiguration extends org.infinispan.configuration.cache.AbstractStoreConfiguration<RemoteCacheStoreConfiguration> implements Consumer<org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder>
The configuration of a HotRod store.
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration

    MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLY

    Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement

    attributes, CHILDLESS, children, element, repeated
  • Constructor Summary

    Constructors
    Constructor
    Description
    RemoteCacheStoreConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes, org.infinispan.configuration.cache.AsyncStoreConfiguration async)
    Creates the configuration of a remote cache store.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder builder)
     
    Returns the remote cache configuration for use by this cache store.
    org.infinispan.client.hotrod.RemoteCacheContainer
    Returns the remote cache container associated with this cache store.
    Returns the remote cache configuration template for use by this cache store.
     

    Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration

    async, attributeDefinitionSet, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, transactional, writeOnly

    Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement

    attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, update, validateUpdate, write

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface Consumer

    andThen

    Methods inherited from interface org.infinispan.configuration.cache.StoreConfiguration

    attributes
  • Constructor Details

    • RemoteCacheStoreConfiguration

      public RemoteCacheStoreConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes, org.infinispan.configuration.cache.AsyncStoreConfiguration async)
      Creates the configuration of a remote cache store.
      Parameters:
      attributes - the set of attributes
      async - asynchronous store configuration
  • Method Details

    • container

      public org.infinispan.client.hotrod.RemoteCacheContainer container()
      Returns the remote cache container associated with this cache store.
      Returns:
      the remote cache container associated with this cache store.
    • configuration

      public String configuration()
      Returns the remote cache configuration for use by this cache store.
      Returns:
      the remote cache configuration for use by this cache store.
    • template

      public String template()
      Returns the remote cache configuration template for use by this cache store.
      Returns:
      the remote cache configuration template for use by this cache store.
    • accept

      public void accept(org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder builder)
      Specified by:
      accept in interface Consumer<org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder>
    • toString

      public String toString()
      Overrides:
      toString in class org.infinispan.commons.configuration.attributes.ConfigurationElement<org.infinispan.configuration.cache.AbstractStoreConfiguration<RemoteCacheStoreConfiguration>>