| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.batch |
Support for batching calls using the
BatchingCache.startBatch() and BatchingCache.endBatch(boolean)
API. |
| org.infinispan.cache.impl | |
| org.infinispan.security.impl |
| Modifier and Type | Method and Description |
|---|---|
BatchContainer |
AdvancedCache.getBatchContainer()
Returns the component in charge of batching cache operations.
|
| Modifier and Type | Field and Description |
|---|---|
protected BatchContainer |
AutoBatchSupport.batchContainer |
| Modifier and Type | Field and Description |
|---|---|
protected BatchContainer |
CacheImpl.batchContainer |
protected BatchContainer |
InvocationHelper.batchContainer |
| Modifier and Type | Method and Description |
|---|---|
BatchContainer |
AbstractDelegatingAdvancedCache.getBatchContainer() |
BatchContainer |
CacheImpl.getBatchContainer() |
BatchContainer |
SimpleCacheImpl.getBatchContainer() |
| Modifier and Type | Method and Description |
|---|---|
BatchContainer |
SecureCacheImpl.getBatchContainer() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.