org.infinispan.configuration.cache
Class FileCacheStoreConfiguration

java.lang.Object
  extended by org.infinispan.configuration.AbstractTypedPropertiesConfiguration
      extended by org.infinispan.configuration.cache.AbstractLoaderConfiguration
          extended by org.infinispan.configuration.cache.AbstractLockSupportCacheStoreConfiguration
              extended by org.infinispan.configuration.cache.FileCacheStoreConfiguration

public class FileCacheStoreConfiguration
extends AbstractLockSupportCacheStoreConfiguration

File cache store configuration.

Since:
5.1
Author:
Galder ZamarreƱo

Method Summary
 boolean equals(Object o)
           
 long fsyncInterval()
           
 FileCacheStoreConfigurationBuilder.FsyncMode fsyncMode()
           
 int hashCode()
           
 String location()
           
 int streamBufferSize()
           
 String toString()
           
 
Methods inherited from class org.infinispan.configuration.cache.AbstractLockSupportCacheStoreConfiguration
lockAcquistionTimeout, lockConcurrencyLevel
 
Methods inherited from class org.infinispan.configuration.cache.AbstractLoaderConfiguration
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
 
Methods inherited from class org.infinispan.configuration.AbstractTypedPropertiesConfiguration
properties
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

fsyncInterval

public long fsyncInterval()

fsyncMode

public FileCacheStoreConfigurationBuilder.FsyncMode fsyncMode()

location

public String location()

streamBufferSize

public int streamBufferSize()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class AbstractLockSupportCacheStoreConfiguration

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractLockSupportCacheStoreConfiguration

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.