Uses of Interface
org.infinispan.commons.time.TimeService
Package
Description
Data containers which store cache entries.
Implementations of different executors used for asynchronous operation.
Infinispan Extended Statistics.
Factories are internal components used to create other components based on a cache's
configuration.
Persistence API.
The Persistence SPI.
Query module internals.
A transport implementation based on JGroups.
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.
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
-
Uses of TimeService in org.infinispan.client.hotrod.impl
Modifier and TypeMethodDescriptionstatic ClientStatistics
ClientStatistics.dummyClientStatistics
(TimeService timeService) It returns aClientStatistics
instance to be used when the statistics aren't needed.ModifierConstructorDescriptionRemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService) RemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService, NearCacheService<K, V> nearCacheService) -
Uses of TimeService in org.infinispan.commons.time
-
Uses of TimeService in org.infinispan.container.impl
-
Uses of TimeService in org.infinispan.executors
ModifierConstructorDescriptionLazyInitializingBlockingTaskAwareExecutorService
(ThreadPoolExecutorFactory<ExecutorService> executorFactory, ThreadFactory threadFactory, TimeService timeService) -
Uses of TimeService in org.infinispan.expiration.impl
-
Uses of TimeService in org.infinispan.extendedstats
ModifierConstructorDescriptionCacheStatisticCollector
(TimeService timeService) CacheStatisticManager
(Configuration configuration, TimeService timeService) LocalTransactionStatistics
(boolean optimisticLockingScheme, TimeService timeService) RemoteTransactionStatistics
(TimeService timeService) protected
TransactionStatistics
(ExtendedStatisticsContainer container, TimeService timeService) -
Uses of TimeService in org.infinispan.extendedstats.container
-
Uses of TimeService in org.infinispan.extendedstats.wrappers
ModifierConstructorDescriptionExtendedStatisticLockManager
(LockManager actual, CacheStatisticManager cacheStatisticManager, TimeService timeService) ExtendedStatisticRpcManager
(RpcManager actual, CacheStatisticManager cacheStatisticManager, TimeService timeService, StreamingMarshaller marshaller) -
Uses of TimeService in org.infinispan.factories
Modifier and TypeMethodDescriptionabstract TimeService
AbstractComponentRegistry.getTimeService()
Deprecated, for removal: This API element is subject to removal in a future version.ComponentRegistry.getTimeService()
GlobalComponentRegistry.getTimeService()
-
Uses of TimeService in org.infinispan.persistence
Modifier and TypeMethodDescriptionstatic <K,
V> MarshallableEntry<K, V> PersistenceUtil.loadAndCheckExpiration
(org.infinispan.persistence.manager.PersistenceManager persistenceManager, Object key, InvocationContext context, TimeService timeService) Deprecated, for removal: This API element is subject to removal in a future version.since 9.4 This method references PersistenceManager, which isn't a public classstatic <K,
V> InternalCacheEntry<K, V> PersistenceUtil.loadAndComputeInDataContainer
(DataContainer<K, V> dataContainer, int segment, org.infinispan.persistence.manager.PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, DataContainer.ComputeAction<K, V> action) Deprecated, for removal: This API element is subject to removal in a future version.since 9.4 This method references PersistenceManager, which isn't a public classstatic <K,
V> InternalCacheEntry<K, V> PersistenceUtil.loadAndStoreInDataContainer
(DataContainer<K, V> dataContainer, int segment, org.infinispan.persistence.manager.PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, AtomicReference<Boolean> isLoaded) Deprecated, for removal: This API element is subject to removal in a future version.since 9.4 This method references PersistenceManager, which isn't a public classstatic <K,
V> InternalCacheEntry<K, V> PersistenceUtil.loadAndStoreInDataContainer
(DataContainer<K, V> dataContainer, org.infinispan.persistence.manager.PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, AtomicReference<Boolean> isLoaded) Deprecated, for removal: This API element is subject to removal in a future version.since 9.4 This method references PersistenceManager, which isn't a public classModifierConstructorDescriptionInitializationContextImpl
(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, PersistenceMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, BlockingManager blockingManager, NonBlockingManager nonBlockingManager) -
Uses of TimeService in org.infinispan.persistence.internal
Modifier and TypeMethodDescriptionstatic <K,
V> InternalCacheEntry<K, V> PersistenceUtil.loadAndComputeInDataContainer
(DataContainer<K, V> dataContainer, int segment, org.infinispan.persistence.manager.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, org.infinispan.persistence.manager.PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, AtomicReference<Boolean> isLoaded) static <K,
V> InternalCacheEntry<K, V> PersistenceUtil.loadAndStoreInDataContainer
(DataContainer<K, V> dataContainer, org.infinispan.persistence.manager.PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, AtomicReference<Boolean> isLoaded) -
Uses of TimeService in org.infinispan.persistence.spi
-
Uses of TimeService in org.infinispan.persistence.support
-
Uses of TimeService in org.infinispan.query.impl
Modifier and TypeMethodDescriptionstatic TimeService
ComponentRegistryUtils.getTimeService
(Cache<?, ?> cache) -
Uses of TimeService in org.infinispan.remoting.transport.impl
ModifierConstructorDescriptionSiteUnreachableXSiteResponse
(org.infinispan.xsite.XSiteBackup backup, TimeService timeService) XSiteResponseImpl
(TimeService timeService, org.infinispan.xsite.XSiteBackup xSiteBackup) -
Uses of TimeService in org.infinispan.remoting.transport.jgroups
ModifierConstructorDescriptionJGroupsBackupResponse
(Map<org.infinispan.xsite.XSiteBackup, CompletableFuture<ValidResponse>> backupCalls, TimeService timeService) -
Uses of TimeService in org.infinispan.server.hotrod
-
Uses of TimeService in org.infinispan.server.hotrod.iteration
-
Uses of TimeService in org.infinispan.server.hotrod.tx.table
Modifier and TypeMethodDescriptionTxState.markPreparing
(List<org.infinispan.commands.write.WriteCommand> modifications, TimeService timeService) TxState.setStatus
(Status newStatus, boolean cleanupModification, TimeService timeService) ModifierConstructorDescriptionTxState
(GlobalTransaction globalTransaction, boolean recoverable, long timeout, TimeService timeService) -
Uses of TimeService in org.infinispan.server.hotrod.tx.table.functions
-
Uses of TimeService in org.infinispan.util
-
Uses of TimeService in org.infinispan.util.concurrent
ModifierConstructorDescriptionActionSequencer
(Executor executor, boolean forceExecutor, TimeService timeService) BlockingTaskAwareExecutorServiceImpl
(ExecutorService executorService, TimeService timeService) -
Uses of TimeService in org.infinispan.util.concurrent.locks.impl
Modifier and TypeMethodDescriptionvoid
InfinispanLock.setTimeService
(TimeService timeService) Tests purpose only!ModifierConstructorDescriptionInfinispanLock
(Executor nonBlockingExecutor, TimeService timeService) Creates a new instance.InfinispanLock
(Executor nonBlockingExecutor, TimeService timeService, Runnable releaseRunnable) Creates a new instance.