Uses of Interface
org.infinispan.util.concurrent.BlockingManager
Packages that use BlockingManager
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
Global configuration state.
Interceptors dealing with command replication in distributed/replicated mode.
Persistence API.
The Persistence SPI.
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
-
Uses of BlockingManager in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as BlockingManager -
Uses of BlockingManager in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type BlockingManager -
Uses of BlockingManager in org.infinispan.globalstate
Methods in org.infinispan.globalstate with parameters of type BlockingManagerModifier and TypeMethodDescriptionvoidLocalConfigurationStorage.initialize(EmbeddedCacheManager embeddedCacheManager, ConfigurationManager configurationManager, BlockingManager blockingManager) Initialization entry point for theLocalConfigurationStorage -
Uses of BlockingManager in org.infinispan.globalstate.impl
Fields in org.infinispan.globalstate.impl declared as BlockingManagerModifier and TypeFieldDescriptionprotected BlockingManagerVolatileLocalConfigurationStorage.blockingManagerMethods in org.infinispan.globalstate.impl with parameters of type BlockingManagerModifier and TypeMethodDescriptionvoidImmutableLocalConfigurationStorage.initialize(EmbeddedCacheManager embeddedCacheManager, ConfigurationManager configurationManager, BlockingManager blockingManager) voidVolatileLocalConfigurationStorage.initialize(EmbeddedCacheManager cacheManager, ConfigurationManager configurationManager, BlockingManager blockingManager) -
Uses of BlockingManager in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as BlockingManager -
Uses of BlockingManager in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl with parameters of type BlockingManagerModifier and TypeMethodDescriptionstatic ClusterExecutorClusterExecutors.allSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, Transport transport, long time, TimeUnit unit, BlockingManager bm, ScheduledExecutorService timeoutExecutor) static ClusterExecutorClusterExecutors.singleNodeSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, Transport transport, long time, TimeUnit unit, BlockingManager bm, ScheduledExecutorService timeoutExecutor, int failOverCount) -
Uses of BlockingManager in org.infinispan.persistence
Methods in org.infinispan.persistence that return BlockingManagerConstructors in org.infinispan.persistence with parameters of type BlockingManagerModifierConstructorDescriptionInitializationContextImpl(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, PersistenceMarshaller marshaller, org.infinispan.commons.time.TimeService timeService, org.infinispan.commons.io.ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, BlockingManager blockingManager, NonBlockingManager nonBlockingManager) -
Uses of BlockingManager in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return BlockingManagerModifier and TypeMethodDescriptionInitializationContext.getBlockingManager()Returns a manager that is designed to execute tasks that might block. -
Uses of BlockingManager in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support that return BlockingManager -
Uses of BlockingManager in org.infinispan.util.concurrent
Classes in org.infinispan.util.concurrent that implement BlockingManager -
Uses of BlockingManager in org.infinispan.xsite.events
Methods in org.infinispan.xsite.events with parameters of type BlockingManagerModifier and TypeMethodDescriptionvoidXSiteEventsManagerImpl.createExecutor(BlockingManager blockingManager)