Uses of Interface
org.infinispan.persistence.spi.CacheLoader
-
Packages that use CacheLoader Package Description org.infinispan.lucene.cacheloader org.infinispan.persistence.async org.infinispan.persistence.cluster ACacheLoader(notCacheWriter) that polls other nodes in the cluster for state.org.infinispan.persistence.file Simple filesystem-basedCacheWriterimplementation.org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore.org.infinispan.persistence.leveldb org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore.org.infinispan.persistence.rest RESTfulAdvancedLoadWriteStore.org.infinispan.persistence.rocksdb org.infinispan.persistence.spi The Persistence SPI.org.infinispan.persistence.support -
-
Uses of CacheLoader in org.infinispan.lucene.cacheloader
Classes in org.infinispan.lucene.cacheloader that implement CacheLoader Modifier and Type Class Description classLuceneCacheLoader<K,V>A CacheLoader meant to load Lucene index(es) from filesystem based Lucene index(es). -
Uses of CacheLoader in org.infinispan.persistence.async
Classes in org.infinispan.persistence.async that implement CacheLoader Modifier and Type Class Description classAdvancedAsyncCacheLoader<K,V>classAsyncCacheLoader<K,V>Constructors in org.infinispan.persistence.async with parameters of type CacheLoader Constructor Description AdvancedAsyncCacheLoader(CacheLoader actual, AtomicReference<State> state)AsyncCacheLoader(CacheLoader actual, AtomicReference<State> state) -
Uses of CacheLoader in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster that implement CacheLoader Modifier and Type Class Description classClusterLoaderCache loader that consults other members in the cluster for values. -
Uses of CacheLoader in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement CacheLoader Modifier and Type Class Description classSingleFileStore<K,V>A filesystem-based implementation of aAdvancedLoadWriteStore. -
Uses of CacheLoader in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased that implement CacheLoader Modifier and Type Class Description classJdbcStringBasedStore<K,V>AdvancedCacheLoaderimplementation that stores the entries in a database. -
Uses of CacheLoader in org.infinispan.persistence.jpa
Classes in org.infinispan.persistence.jpa that implement CacheLoader Modifier and Type Class Description classJpaStore<K,V>NOTE: This store can return expired keys or entries on any given operation ifJpaStoreConfiguration.storeMetadata()was set to false. -
Uses of CacheLoader in org.infinispan.persistence.leveldb
Classes in org.infinispan.persistence.leveldb that implement CacheLoader Modifier and Type Class Description classLevelDBStoreDeprecated.Use theRocksDBStoreinstead -
Uses of CacheLoader in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager that return types with arguments of type CacheLoader Modifier and Type Method Description List<CacheLoader>PersistenceManagerImpl. getAllLoaders() -
Uses of CacheLoader in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote that implement CacheLoader Modifier and Type Class Description classRemoteStore<K,V>Cache store that delegates the call to a infinispan cluster. -
Uses of CacheLoader in org.infinispan.persistence.rest
Classes in org.infinispan.persistence.rest that implement CacheLoader Modifier and Type Class Description classRestStore<K,V>Deprecated.This cache store will be changed to only implementCacheLoader -
Uses of CacheLoader in org.infinispan.persistence.rocksdb
Classes in org.infinispan.persistence.rocksdb with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw CacheLoader Modifier and Type Class Description classorg.infinispan.persistence.rocksdb.RocksDBStore<K extends Object,V extends Object> -
Uses of CacheLoader in org.infinispan.persistence.spi
Subinterfaces of CacheLoader in org.infinispan.persistence.spi Modifier and Type Interface Description interfaceAdvancedCacheLoader<K,V>A specialised extension of theCacheLoaderinterface that allows processing parallel iteration over the existing entries.interfaceAdvancedLoadWriteStore<K,V>Advanced interface for interacting with an external store in a read-write mode.interfaceExternalStore<K,V>Basic interface for interacting with an external store in a read-write mode.interfaceFlagAffectedStore<K,V>Implemented by stores that can skip writes based on certain flags present in the invocation.interfaceSegmentedAdvancedLoadWriteStore<K,V>An interface implementing bothAdvancedCacheWriterandAdvancedCacheLoaderas well as overrides of those methods that can be optimized when a segment is already known for the key or a subset of segments are to be used instead of the entire store. -
Uses of CacheLoader in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support that implement CacheLoader Modifier and Type Class Description classAbstractSegmentedAdvancedLoadWriteStore<K,V>Abstract segment loader writer that implements all the single key non segmented methods by invoking the segmented equivalent by passing in the segment returned from invokingAbstractSegmentedAdvancedLoadWriteStore.getKeyMapper().classComposedSegmentedLoadWriteStore<K,V,T extends AbstractSegmentedStoreConfiguration>Segmented store that creates multiple inner stores for each segment.classDelegatingCacheLoader<K,V>Fields in org.infinispan.persistence.support declared as CacheLoader Modifier and Type Field Description protected CacheLoaderDelegatingCacheLoader. actualMethods in org.infinispan.persistence.support that return CacheLoader Modifier and Type Method Description CacheLoaderDelegatingCacheLoader. undelegate()Constructors in org.infinispan.persistence.support with parameters of type CacheLoader Constructor Description DelegatingCacheLoader(CacheLoader actual)
-