Uses of Interface
org.infinispan.commons.time.TimeService
Packages that use TimeService
Package
Description
Data containers which store cache entries.
Implementations of different executors used for asynchronous operation.
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
Methods in org.infinispan.client.hotrod.impl with parameters of type TimeServiceModifier and TypeMethodDescriptionstatic ClientStatistics
ClientStatistics.dummyClientStatistics
(TimeService timeService) It returns aClientStatistics
instance to be used when the statistics aren't needed.Constructors in org.infinispan.client.hotrod.impl with parameters of type TimeServiceModifierConstructorDescriptionRemoteCacheImpl
(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
Classes in org.infinispan.commons.time that implement TimeServiceConstructors in org.infinispan.commons.time with parameters of type TimeService -
Uses of TimeService in org.infinispan.container.impl
Fields in org.infinispan.container.impl declared as TimeService -
Uses of TimeService in org.infinispan.executors
Constructors in org.infinispan.executors with parameters of type TimeServiceModifierConstructorDescriptionLazyInitializingBlockingTaskAwareExecutorService
(ThreadPoolExecutorFactory<ExecutorService> executorFactory, ThreadFactory threadFactory, TimeService timeService) -
Uses of TimeService in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as TimeService -
Uses of TimeService in org.infinispan.factories
Methods in org.infinispan.factories that return TimeServiceModifier 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
Methods in org.infinispan.persistence that return TimeServiceConstructors in org.infinispan.persistence with parameters of type TimeServiceModifierConstructorDescriptionInitializationContextImpl
(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
Methods in org.infinispan.persistence.internal with parameters of type TimeServiceModifier 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
Methods in org.infinispan.persistence.spi that return TimeService -
Uses of TimeService in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support that return TimeService -
Uses of TimeService in org.infinispan.query.impl
Methods in org.infinispan.query.impl that return TimeServiceModifier and TypeMethodDescriptionstatic TimeService
ComponentRegistryUtils.getTimeService
(Cache<?, ?> cache) -
Uses of TimeService in org.infinispan.remoting.transport.impl
Constructors in org.infinispan.remoting.transport.impl with parameters of type TimeServiceModifierConstructorDescriptionSiteUnreachableXSiteResponse
(org.infinispan.xsite.XSiteBackup backup, TimeService timeService) XSiteResponseImpl
(TimeService timeService, org.infinispan.xsite.XSiteBackup xSiteBackup) -
Uses of TimeService in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups declared as TimeServiceConstructors in org.infinispan.remoting.transport.jgroups with parameters of type TimeServiceModifierConstructorDescriptionJGroupsBackupResponse
(Map<org.infinispan.xsite.XSiteBackup, CompletableFuture<ValidResponse>> backupCalls, TimeService timeService) -
Uses of TimeService in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return TimeService -
Uses of TimeService in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table with parameters of type TimeServiceModifier and TypeMethodDescriptionTxState.markPreparing
(List<org.infinispan.commands.write.WriteCommand> modifications, TimeService timeService) TxState.setStatus
(Status newStatus, boolean cleanupModification, TimeService timeService) Constructors in org.infinispan.server.hotrod.tx.table with parameters of type TimeServiceModifierConstructorDescriptionTxState
(GlobalTransaction globalTransaction, boolean recoverable, long timeout, TimeService timeService) -
Uses of TimeService in org.infinispan.server.hotrod.tx.table.functions
Fields in org.infinispan.server.hotrod.tx.table.functions declared as TimeService -
Uses of TimeService in org.infinispan.server.iteration
Constructors in org.infinispan.server.iteration with parameters of type TimeServiceModifierConstructorDescriptionDefaultIterationManager
(TimeService timeService) ExternalSourceIterationManager
(TimeService timeService) -
Uses of TimeService in org.infinispan.server.memcached
Fields in org.infinispan.server.memcached declared as TimeService -
Uses of TimeService in org.infinispan.util
Classes in org.infinispan.util that implement TimeService -
Uses of TimeService in org.infinispan.util.concurrent
Constructors in org.infinispan.util.concurrent with parameters of type TimeServiceModifierConstructorDescriptionActionSequencer
(Executor executor, boolean forceExecutor, TimeService timeService) BlockingTaskAwareExecutorServiceImpl
(ExecutorService executorService, TimeService timeService) -
Uses of TimeService in org.infinispan.util.concurrent.locks.impl
Methods in org.infinispan.util.concurrent.locks.impl with parameters of type TimeServiceModifier and TypeMethodDescriptionvoid
InfinispanLock.setTimeService
(TimeService timeService) Tests purpose only!Constructors in org.infinispan.util.concurrent.locks.impl with parameters of type TimeServiceModifierConstructorDescriptionInfinispanLock
(Executor nonBlockingExecutor, TimeService timeService) Creates a new instance.InfinispanLock
(Executor nonBlockingExecutor, TimeService timeService, Runnable releaseRunnable) Creates a new instance.InfinispanLock
(Executor nonBlockingExecutor, TimeService timeService, Runnable releaseRunnable, Object owner, ByRef<ExtendedLockPromise> lockPromise) Creates a new instance which is acquired byowner
. -
Uses of TimeService in org.infinispan.xsite.status
Methods in org.infinispan.xsite.status that return TimeServiceMethods in org.infinispan.xsite.status with parameters of type TimeServiceModifier and TypeMethodDescriptionvoid
DefaultTakeOfflineManager.inject
(EmbeddedCacheManager cacheManager, Configuration configuration, Transport transport, TimeService timeService, org.infinispan.util.logging.events.EventLogManager eventLogManager, String cacheName)