Uses of Interface
org.infinispan.configuration.cache.StoreConfiguration
Package
Description
Cache
configurationFactories are internal components used to create other components based on a cache's
configuration.
Persistence API.
Common configuration for JDBC cache stores.
Configuration for the JDBC CacheStore.
Configuration for
RemoteStore
.Configuration for
RocksDBStore
.Configuration for
org.infinispan.persistence.sifs.SoftIndexFileStore
.The Persistence SPI.
-
Uses of StoreConfiguration in org.infinispan.configuration.cache
Modifier and TypeClassDescriptionclass
AbstractStoreConfigurationBuilder<T extends StoreConfiguration,
S extends AbstractStoreConfigurationBuilder<T, S>> interface
StoreConfigurationBuilder<T extends StoreConfiguration,
S extends StoreConfigurationBuilder<T, S>> LoaderConfigurationBuilder is an interface which should be implemented by all cache loader buildersModifier and TypeClassDescriptionclass
Abstract store configuration that should be extended when the store configuration supports being segmented.class
class
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.class
class
Defines the configuration for the single file cache store.Modifier and TypeMethodDescriptionstatic boolean
Configurations.isStateTransferStore
(StoreConfiguration storeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. -
Uses of StoreConfiguration in org.infinispan.configuration.parsing
-
Uses of StoreConfiguration in org.infinispan.configuration.serializing
Modifier and TypeMethodDescriptionprotected void
AbstractStoreSerializer.writeCommonStoreElements
(ConfigurationWriter writer, StoreConfiguration configuration) -
Uses of StoreConfiguration in org.infinispan.factories
Modifier and TypeMethodDescriptionvoid
InterceptorChainFactory.addPersistenceInterceptors
(AsyncInterceptorChain interceptorChain, Configuration cacheConfiguration, List<StoreConfiguration> stores) Adds all the interceptors related to persistence to the stack. -
Uses of StoreConfiguration in org.infinispan.persistence
ModifierConstructorDescriptionInitializationContextImpl
(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, PersistenceMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, BlockingManager blockingManager, NonBlockingManager nonBlockingManager) -
Uses of StoreConfiguration in org.infinispan.persistence.internal
Modifier and TypeMethodDescriptionstatic <T> T
PersistenceUtil.createStoreInstance
(StoreConfiguration config) Deprecated.This method is only public for use with prior Store classes, usePersistenceUtil.storeFromConfiguration(StoreConfiguration)
when dealing withNonBlockingStore
instancesstatic <K,
V> NonBlockingStore<K, V> PersistenceUtil.storeFromConfiguration
(StoreConfiguration cfg) -
Uses of StoreConfiguration in org.infinispan.persistence.jdbc.common.configuration
-
Uses of StoreConfiguration in org.infinispan.persistence.jdbc.configuration
-
Uses of StoreConfiguration in org.infinispan.persistence.remote.configuration
-
Uses of StoreConfiguration in org.infinispan.persistence.remote.upgrade
Modifier and TypeMethodDescriptionvoid
HotRodTargetMigrator.connectSource
(Cache<Object, Object> cache, StoreConfiguration configuration) -
Uses of StoreConfiguration in org.infinispan.persistence.rocksdb.configuration
-
Uses of StoreConfiguration in org.infinispan.persistence.sifs.configuration
-
Uses of StoreConfiguration in org.infinispan.persistence.spi
Modifier and TypeMethodDescription<T extends StoreConfiguration>
TInitializationContext.getConfiguration()
-
Uses of StoreConfiguration in org.infinispan.persistence.sql.configuration
Modifier and TypeClassDescriptionclass
class
class
-
Uses of StoreConfiguration in org.infinispan.persistence.support
Modifier and TypeMethodDescription<T extends StoreConfiguration>
TDelegatingInitializationContext.getConfiguration()
Modifier and TypeMethodDescriptionDelegatingPersistenceManager.addStore
(StoreConfiguration persistenceConfiguration) Modifier and TypeMethodDescriptionDelegatingPersistenceManager.approximateSize
(Predicate<? super StoreConfiguration> predicate, IntSet segments) DelegatingPersistenceManager.clearAllStores
(Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.commitAllTxStores
(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.deleteFromAllStores
(Object key, int segment, Predicate<? super StoreConfiguration> predicate) boolean
DelegatingPersistenceManager.hasStore
(Predicate<StoreConfiguration> test) DelegatingPersistenceManager.prepareAllTxStores
(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.rollbackAllTxStores
(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.size
(Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.size
(Predicate<? super StoreConfiguration> predicate, IntSet segments) <K,
V> CompletionStage<Void> DelegatingPersistenceManager.writeEntries
(Iterable<MarshallableEntry<K, V>> iterable, Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.writeToAllNonTxStores
(MarshallableEntry marshalledEntry, int segment, Predicate<? super StoreConfiguration> predicate) DelegatingPersistenceManager.writeToAllNonTxStores
(MarshallableEntry marshalledEntry, int segment, Predicate<? super StoreConfiguration> predicate, long flags) -
Uses of StoreConfiguration in org.infinispan.upgrade
Modifier and TypeMethodDescriptionvoid
RollingUpgradeManager.connectSource
(String migratorName, StoreConfiguration configuration) void
TargetMigrator.connectSource
(Cache<Object, Object> cache, StoreConfiguration configuration) Connects the target cluster to the source cluster through a Remote Store.