Class Codec31
java.lang.Object
org.infinispan.client.hotrod.impl.protocol.Codec30
org.infinispan.client.hotrod.impl.protocol.Codec31
- All Implemented Interfaces:
Codec
- Direct Known Subclasses:
Codec40
- Since:
- 12.0
-
Field Summary
Fields inherited from class org.infinispan.client.hotrod.impl.protocol.Codec30
EMPTY_VALUE_CONVERTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteBloomFilter(io.netty.buffer.ByteBuf buf, int bloomFilterBits) voidwriteHeader(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.Codec30
checkForErrorsInResponseStatus, createCreatedEvent, createCustomEvent, createExpiredEvent, createModifiedEvent, createRemovedEvent, estimateExpirationSize, readCacheEvent, readCounterEvent, readMessageId, returnMetadataValue, returnPossiblePrevValue, writeClientListenerInterests, writeClientListenerParams, writeDataTypes, writeExpirationParams, writeHeader, writeIteratorStartOperation, writeMultimapSupportDuplicatesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.client.hotrod.impl.protocol.Codec
isUnsafeForTheHandshake
-
Constructor Details
-
Codec31
public Codec31()
-
-
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 classCodec30
-
writeBloomFilter
public void writeBloomFilter(io.netty.buffer.ByteBuf buf, int bloomFilterBits) - Specified by:
writeBloomFilterin interfaceCodec- Overrides:
writeBloomFilterin classCodec30
-