Uses of Interface
org.infinispan.commons.time.TimeService
Packages that use TimeService
Package
Description
Query module internals.
-
Uses of TimeService in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type TimeServiceModifier and TypeMethodDescriptionstatic ClientStatisticsClientStatistics.dummyClientStatistics(TimeService timeService) It returns aClientStatisticsinstance 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.client.hotrod.impl.transaction
Constructors in org.infinispan.client.hotrod.impl.transaction with parameters of type TimeServiceModifierConstructorDescriptionTransactionalRemoteCacheImpl(RemoteCacheManager rcm, String name, boolean forceReturnValue, boolean recoveryEnabled, TransactionManager transactionManager, TransactionTable transactionTable, TimeService timeService) -
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.query.impl
Methods in org.infinispan.query.impl that return TimeServiceModifier and TypeMethodDescriptionstatic TimeServiceComponentRegistryUtils.getTimeService(org.infinispan.Cache<?, ?> cache) -
Uses of TimeService in org.infinispan.query.impl.massindex
Constructors in org.infinispan.query.impl.massindex with parameters of type TimeServiceModifierConstructorDescriptionMassIndexerProgressMonitor(int logAfterNumberOfDocuments, TimeService timeService) Logs progress of indexing job everylogAfterNumberOfDocumentsdocuments written.MassIndexerProgressMonitor(TimeService timeService) Logs progress of indexing job every 1000 documents written.