Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.configuration.cache
Class LegacyLoaderConfiguration

java.lang.Object
  extended by org.infinispan.configuration.AbstractTypedPropertiesConfiguration
      extended by org.infinispan.configuration.cache.AbstractLoaderConfiguration
          extended by org.infinispan.configuration.cache.LegacyLoaderConfiguration
All Implemented Interfaces:
CacheLoaderConfiguration

public class LegacyLoaderConfiguration
extends AbstractLoaderConfiguration

Configuration a legacy cache loader or cache store, i.e. one which doesn't provide its own builder

Since:
5.1
Author:
Pete Muir

Method Summary
 CacheLoader cacheLoader()
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.infinispan.configuration.AbstractTypedPropertiesConfiguration
properties
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.infinispan.configuration.cache.CacheLoaderConfiguration
properties
 

Method Detail

cacheLoader

public CacheLoader cacheLoader()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractTypedPropertiesConfiguration

Infinispan Distribution 5.2.6.Final-redhat-2

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