Uses of Interface
org.infinispan.hotrod.telemetry.impl.TelemetryService
-
Packages that use TelemetryService Package Description org.infinispan.hotrod.impl.operations org.infinispan.hotrod.telemetry.impl -
-
Uses of TelemetryService in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return TelemetryService Modifier and Type Method Description TelemetryServiceOperationContext. getTelemetryService()Constructors in org.infinispan.hotrod.impl.operations with parameters of type TelemetryService Constructor Description OperationContext(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration, ClientStatistics clientStatistics, TelemetryService telemetryService, String cacheName) -
Uses of TelemetryService in org.infinispan.hotrod.telemetry.impl
Classes in org.infinispan.hotrod.telemetry.impl that implement TelemetryService Modifier and Type Class Description classTelemetryServiceImplMethods in org.infinispan.hotrod.telemetry.impl that return TelemetryService Modifier and Type Method Description static TelemetryServiceTelemetryService. create()Try to create aTelemetryServiceinstance.
-