| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.cache.impl | |
| org.infinispan.distribution.impl | |
| org.infinispan.expiration.impl | |
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.partitionhandling.impl | |
| org.infinispan.remoting.inboundhandler.action | |
| org.infinispan.security.actions | |
| org.infinispan.security.impl | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
DistributionManager |
AdvancedCache.getDistributionManager()
Retrieves a reference to the
DistributionManager if the cache is configured to
use Distribution. |
| Modifier and Type | Method and Description |
|---|---|
DistributionManager |
AbstractDelegatingAdvancedCache.getDistributionManager() |
DistributionManager |
CacheImpl.getDistributionManager() |
DistributionManager |
SimpleCacheImpl.getDistributionManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributionManagerImpl
The default distribution manager implementation
|
| Modifier and Type | Field and Description |
|---|---|
protected DistributionManager |
ClusterExpirationManager.distributionManager |
| Modifier and Type | Method and Description |
|---|---|
DistributionManager |
ComponentRegistry.getDistributionManager()
Caching shortcut for #getComponent(DistributionManager.class);
|
| Modifier and Type | Field and Description |
|---|---|
protected DistributionManager |
ClusteringInterceptor.distributionManager |
protected DistributionManager |
EntryWrappingInterceptor.distributionManager |
protected DistributionManager |
PrefetchInterceptor.dm |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalExceptionEvictionInterceptor.inject(Configuration config,
InternalDataContainer<Object,Object> dataContainer,
KeyValueMetadataSizeCalculator<Object,Object> calculator,
DistributionManager dm,
InternalExpirationManager<Object,Object> expirationManager) |
| Modifier and Type | Field and Description |
|---|---|
protected DistributionManager |
ClusteringDependentLogic.AbstractClusteringDependentLogic.distributionManager |
| Modifier and Type | Field and Description |
|---|---|
protected DistributionManager |
PartitionHandlingManagerImpl.distributionManager |
| Constructor and Description |
|---|
BaseLockingAction(DistributionManager distributionManager) |
| Modifier and Type | Method and Description |
|---|---|
DistributionManager |
GetCacheDistributionManagerAction.run() |
| Modifier and Type | Method and Description |
|---|---|
DistributionManager |
SecureCacheImpl.getDistributionManager() |
| Modifier and Type | Field and Description |
|---|---|
protected DistributionManager |
StateConsumerImpl.distributionManager |
protected DistributionManager |
StateProviderImpl.distributionManager |
| Modifier and Type | Field and Description |
|---|---|
protected DistributionManager |
AbstractCacheStream.dm |
| Constructor and Description |
|---|
AbstractCacheStream(Address localAddress,
boolean parallel,
DistributionManager dm,
InvocationContext ctx,
Supplier<CacheStream<Original>> supplier,
boolean includeLoader,
int distributedBatchSize,
Executor executor,
ComponentRegistry registry,
Function<? super Original,?> toKeyFunction) |
DistributedCacheStream(Address localAddress,
boolean parallel,
DistributionManager dm,
InvocationContext ctx,
Supplier<CacheStream<R>> supplier,
boolean includeLoader,
int distributedBatchSize,
Executor executor,
ComponentRegistry registry,
Function<? super Original,?> toKeyFunction)
Standard constructor requiring all pertinent information to properly utilize a distributed cache stream
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.