| Package | Description |
|---|---|
| org.infinispan.cache.impl | |
| org.infinispan.globalstate |
Global configuration state.
|
| org.infinispan.globalstate.impl | |
| org.infinispan.persistence |
Persistence API.
|
| org.infinispan.persistence.spi |
The Persistence SPI.
|
| org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
| Modifier and Type | Field and Description |
|---|---|
protected BlockingManager |
InvocationHelper.blockingManager |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalConfigurationStorage.initialize(EmbeddedCacheManager embeddedCacheManager,
ConfigurationManager configurationManager,
BlockingManager blockingManager)
Initialization entry point for the
LocalConfigurationStorage |
| Modifier and Type | Field and Description |
|---|---|
protected BlockingManager |
VolatileLocalConfigurationStorage.blockingManager |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableLocalConfigurationStorage.initialize(EmbeddedCacheManager embeddedCacheManager,
ConfigurationManager configurationManager,
BlockingManager blockingManager) |
void |
VolatileLocalConfigurationStorage.initialize(EmbeddedCacheManager cacheManager,
ConfigurationManager configurationManager,
BlockingManager blockingManager) |
| Modifier and Type | Method and Description |
|---|---|
BlockingManager |
InitializationContextImpl.getBlockingManager() |
| Constructor and Description |
|---|
InitializationContextImpl(StoreConfiguration configuration,
Cache cache,
KeyPartitioner keyPartitioner,
PersistenceMarshaller marshaller,
TimeService timeService,
ByteBufferFactory byteBufferFactory,
MarshallableEntryFactory marshallableEntryFactory,
Executor nonBlockingExecutor,
GlobalConfiguration globalConfiguration,
BlockingManager blockingManager) |
| Modifier and Type | Method and Description |
|---|---|
BlockingManager |
InitializationContext.getBlockingManager()
Returns a manager that is designed to execute tasks that might block.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingManagerImpl |
Copyright © 2022 JBoss by Red Hat. All rights reserved.