Class TelemetryOperation<E>
java.lang.Object
org.infinispan.client.hotrod.impl.operations.DelegatingHotRodOperation<E>
org.infinispan.client.hotrod.telemetry.impl.TelemetryOperation<E>
- All Implemented Interfaces:
org.infinispan.client.hotrod.impl.operations.HotRodOperation<E>
public class TelemetryOperation<E>
extends org.infinispan.client.hotrod.impl.operations.DelegatingHotRodOperation<E>
-
Field Summary
Fields inherited from class org.infinispan.client.hotrod.impl.operations.DelegatingHotRodOperation
delegate
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TelemetryOperation
(org.infinispan.client.hotrod.impl.operations.HotRodOperation<E> delegate) -
Method Summary
Methods inherited from class org.infinispan.client.hotrod.impl.operations.DelegatingHotRodOperation
asCompletableFuture, createResponse, flags, getCacheName, getCacheNameBytes, getDataFormat, getRoutingObject, handleStatsCompletion, isInstanceOf, requestOpCode, reset, responseOpCode, supportRetry, timeout, toString, writeOperationRequest
-
Constructor Details
-
TelemetryOperation
protected TelemetryOperation(org.infinispan.client.hotrod.impl.operations.HotRodOperation<E> delegate)
-
-
Method Details