Class DelegatingHotRodOperation<T>
java.lang.Object
org.infinispan.client.hotrod.impl.operations.DelegatingHotRodOperation<T>
- All Implemented Interfaces:
HotRodOperation<T>
- Direct Known Subclasses:
AdvancedHotRodOperation,RoutingObjectOperation,StatisticOperation,TelemetryOperation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) intflags()byte[]voidhandleStatsCompletion(ClientStatistics statistics, long startTime, short status, T responseValue) booleanisInstanceOf(Class<? extends HotRodOperation<?>> klass) shortvoidreset()shortbooleanlongtimeout()toString()voidwriteOperationRequest(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf buf, Codec codec)
-
Field Details
-
delegate
-
-
Constructor Details
-
DelegatingHotRodOperation
-
-
Method Details
-
writeOperationRequest
public void writeOperationRequest(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf buf, Codec codec) - Specified by:
writeOperationRequestin interfaceHotRodOperation<T>
-
createResponse
public T createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) - Specified by:
createResponsein interfaceHotRodOperation<T>
-
requestOpCode
public short requestOpCode()- Specified by:
requestOpCodein interfaceHotRodOperation<T>
-
responseOpCode
public short responseOpCode()- Specified by:
responseOpCodein interfaceHotRodOperation<T>
-
flags
public int flags()- Specified by:
flagsin interfaceHotRodOperation<T>
-
getCacheNameBytes
public byte[] getCacheNameBytes()- Specified by:
getCacheNameBytesin interfaceHotRodOperation<T>
-
getCacheName
- Specified by:
getCacheNamein interfaceHotRodOperation<T>
-
getDataFormat
- Specified by:
getDataFormatin interfaceHotRodOperation<T>
-
getRoutingObject
- Specified by:
getRoutingObjectin interfaceHotRodOperation<T>
-
supportRetry
public boolean supportRetry()- Specified by:
supportRetryin interfaceHotRodOperation<T>
-
reset
public void reset()- Specified by:
resetin interfaceHotRodOperation<T>
-
additionalParameters
- Specified by:
additionalParametersin interfaceHotRodOperation<T>
-
handleStatsCompletion
public void handleStatsCompletion(ClientStatistics statistics, long startTime, short status, T responseValue) - Specified by:
handleStatsCompletionin interfaceHotRodOperation<T>
-
asCompletableFuture
- Specified by:
asCompletableFuturein interfaceHotRodOperation<T>
-
timeout
public long timeout()- Specified by:
timeoutin interfaceHotRodOperation<T>
-
isInstanceOf
- Specified by:
isInstanceOfin interfaceHotRodOperation<T>
-
toString
-