| Package | Description |
|---|---|
| org.infinispan.client.hotrod.impl | |
| org.infinispan.client.hotrod.impl.transaction | |
| org.infinispan.commons.time | |
| org.infinispan.container.impl |
Data containers which store cache entries.
|
| org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
| 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.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.persistence |
Persistence API.
|
| org.infinispan.persistence.internal | |
| org.infinispan.persistence.spi |
The Persistence SPI.
|
| org.infinispan.remoting.transport.impl | |
| org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
| org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
| org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
| org.infinispan.util.concurrent.locks.impl | |
| org.infinispan.xsite |
| Modifier and Type | Method and Description |
|---|---|
static ClientStatistics |
ClientStatistics.dummyClientStatistics(TimeService timeService)
It returns a
ClientStatistics instance to be used when the statistics aren't needed. |
| Constructor and Description |
|---|
RemoteCacheImpl(RemoteCacheManager rcm,
String name,
TimeService timeService) |
RemoteCacheImpl(RemoteCacheManager rcm,
String name,
TimeService timeService,
NearCacheService<K,V> nearCacheService) |
| Constructor and Description |
|---|
TransactionalRemoteCacheImpl(RemoteCacheManager rcm,
String name,
boolean forceReturnValue,
boolean recoveryEnabled,
TransactionManager transactionManager,
TransactionTable transactionTable,
TimeService timeService) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTimeService
The default implementation of
TimeService. |
| Constructor and Description |
|---|
TimeServiceTicker(TimeService timeService) |
| Modifier and Type | Field and Description |
|---|---|
protected TimeService |
AbstractInternalDataContainer.timeService |
| Constructor and Description |
|---|
LazyInitializingBlockingTaskAwareExecutorService(ThreadPoolExecutorFactory<ExecutorService> executorFactory,
ThreadFactory threadFactory,
TimeService timeService) |
| Modifier and Type | Field and Description |
|---|---|
protected TimeService |
ExpirationManagerImpl.timeService |
| Modifier and Type | Method and Description |
|---|---|
abstract TimeService |
AbstractComponentRegistry.getTimeService()
Deprecated.
|
TimeService |
ComponentRegistry.getTimeService() |
TimeService |
GlobalComponentRegistry.getTimeService() |
| Modifier and Type | Field and Description |
|---|---|
protected TimeService |
BaseDistributionInterceptor.timeService |
protected TimeService |
ScatteredDistributionInterceptor.timeService |
| Modifier and Type | Field and Description |
|---|---|
protected TimeService |
ClusteringDependentLogic.AbstractClusteringDependentLogic.timeService |
| Modifier and Type | Method and Description |
|---|---|
TimeService |
InitializationContextImpl.getTimeService() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MarshallableEntry<K,V> |
PersistenceUtil.loadAndCheckExpiration(PersistenceManager persistenceManager,
Object key,
InvocationContext context,
TimeService timeService)
Deprecated.
since 9.4 This method references PersistenceManager, which isn't a public class
|
static <K,V> InternalCacheEntry<K,V> |
PersistenceUtil.loadAndComputeInDataContainer(DataContainer<K,V> dataContainer,
int segment,
PersistenceManager persistenceManager,
K key,
InvocationContext ctx,
TimeService timeService,
DataContainer.ComputeAction<K,V> action)
Deprecated.
since 9.4 This method references PersistenceManager, which isn't a public class
|
static <K,V> InternalCacheEntry<K,V> |
PersistenceUtil.loadAndStoreInDataContainer(DataContainer<K,V> dataContainer,
int segment,
PersistenceManager persistenceManager,
K key,
InvocationContext ctx,
TimeService timeService,
AtomicReference<Boolean> isLoaded)
Deprecated.
since 9.4 This method references PersistenceManager, which isn't a public class
|
static <K,V> InternalCacheEntry<K,V> |
PersistenceUtil.loadAndStoreInDataContainer(DataContainer<K,V> dataContainer,
PersistenceManager persistenceManager,
K key,
InvocationContext ctx,
TimeService timeService,
AtomicReference<Boolean> isLoaded)
Deprecated.
since 9.4 This method references PersistenceManager, which isn't a public class
|
| 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 |
|---|---|
static <K,V> InternalCacheEntry<K,V> |
PersistenceUtil.loadAndComputeInDataContainer(DataContainer<K,V> dataContainer,
int segment,
PersistenceManager persistenceManager,
K key,
InvocationContext ctx,
TimeService timeService,
DataContainer.ComputeAction<K,V> action) |
static <K,V> InternalCacheEntry<K,V> |
PersistenceUtil.loadAndStoreInDataContainer(DataContainer<K,V> dataContainer,
int segment,
PersistenceManager persistenceManager,
K key,
InvocationContext ctx,
TimeService timeService,
AtomicReference<Boolean> isLoaded) |
static <K,V> InternalCacheEntry<K,V> |
PersistenceUtil.loadAndStoreInDataContainer(DataContainer<K,V> dataContainer,
PersistenceManager persistenceManager,
K key,
InvocationContext ctx,
TimeService timeService,
AtomicReference<Boolean> isLoaded) |
| Modifier and Type | Method and Description |
|---|---|
TimeService |
InitializationContext.getTimeService() |
| Constructor and Description |
|---|
XSiteResponseImpl(TimeService timeService,
XSiteBackup xSiteBackup) |
| Modifier and Type | Field and Description |
|---|---|
protected TimeService |
JGroupsTransport.timeService |
| Constructor and Description |
|---|
JGroupsBackupResponse(Map<XSiteBackup,CompletableFuture<ValidResponse>> backupCalls,
TimeService timeService) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedTimeService
The default implementation of
TimeService. |
| Constructor and Description |
|---|
ActionSequencer(Executor executor,
boolean forceExecutor,
TimeService timeService) |
BlockingTaskAwareExecutorServiceImpl(ExecutorService executorService,
TimeService timeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfinispanLock.setTimeService(TimeService timeService)
Tests purpose only!
|
| Constructor and Description |
|---|
InfinispanLock(Executor nonBlockingExecutor,
TimeService timeService)
Creates a new instance.
|
InfinispanLock(Executor nonBlockingExecutor,
TimeService timeService,
Runnable releaseRunnable)
Creates a new instance.
|
| Constructor and Description |
|---|
OfflineStatus(TakeOfflineConfiguration takeOfflineConfiguration,
TimeService timeService,
SiteStatusListener listener) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.