Uses of Interface
org.infinispan.commons.time.TimeService
-
Packages that use TimeService Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.transaction org.infinispan.commons.time -
-
Uses of TimeService in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type TimeService Modifier and Type Method Description static 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 TimeService Constructor Description RemoteCacheImpl(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 TimeService Constructor Description TransactionalRemoteCacheImpl(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 TimeService Modifier and Type Class Description classDefaultTimeServiceThe default implementation ofTimeService.Constructors in org.infinispan.commons.time with parameters of type TimeService Constructor Description TimeServiceTicker(TimeService timeService)
-