Class TelemetryServiceImpl
java.lang.Object
org.infinispan.client.hotrod.telemetry.impl.TelemetryServiceImpl
- All Implemented Interfaces:
TelemetryService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<K,
V> Function <InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> wrapWithTelemetry
(Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> function)
-
Field Details
-
INSTANCE
-
-
Method Details
-
wrapWithTelemetry
public <K,V> Function<InternalRemoteCache<K,V>, wrapWithTelemetryorg.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> (Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> function) - Specified by:
wrapWithTelemetry
in interfaceTelemetryService
-