Class Codec41
java.lang.Object
org.infinispan.client.hotrod.impl.protocol.Codec30
org.infinispan.client.hotrod.impl.protocol.Codec31
org.infinispan.client.hotrod.impl.protocol.Codec40
org.infinispan.client.hotrod.impl.protocol.Codec41
- All Implemented Interfaces:
Codec
- Since:
- 15.1
-
Field Summary
Fields inherited from class org.infinispan.client.hotrod.impl.protocol.Codec30
EMPTY_VALUE_CONVERTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation) Writes a request header with the given parameters to the transport and returns an updated header parameters.Methods inherited from class org.infinispan.client.hotrod.impl.protocol.Codec40
isUnsafeForTheHandshake, returnMetadataValue, returnPossiblePrevValue, writeHeader, writeMultimapSupportDuplicatesMethods inherited from class org.infinispan.client.hotrod.impl.protocol.Codec31
writeBloomFilterMethods inherited from class org.infinispan.client.hotrod.impl.protocol.Codec30
checkForErrorsInResponseStatus, createCreatedEvent, createCustomEvent, createExpiredEvent, createModifiedEvent, createRemovedEvent, estimateExpirationSize, readCacheEvent, readCounterEvent, readMessageId, writeClientListenerInterests, writeClientListenerParams, writeDataTypes, writeExpirationParams, writeIteratorStartOperation
-
Constructor Details
-
Codec41
public Codec41()
-
-
Method Details
-
writeHeader
public void writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation) Description copied from interface:CodecWrites a request header with the given parameters to the transport and returns an updated header parameters.- Specified by:
writeHeaderin interfaceCodec- Overrides:
writeHeaderin classCodec40
-