Package org.infinispan.server.hotrod
Class HotRodHeader
java.lang.Object
org.infinispan.server.hotrod.HotRodHeader
- All Implemented Interfaces:
InfinispanSpanContext
- Direct Known Subclasses:
AccessLoggingHeader
- Since:
- 9.0
- Author:
- wburns
-
Constructor Summary
ConstructorDescriptionHotRodHeader
(HotRodHeader header) HotRodHeader
(HotRodOperation op, byte version, long messageId, String cacheName, int flag, short clientIntel, int topologyId, MediaType keyType, MediaType valueType, Map<String, byte[]> otherParams) -
Method Summary
-
Constructor Details
-
HotRodHeader
-
HotRodHeader
-
-
Method Details
-
hasFlag
-
getOp
-
getKeyMediaType
-
getValueMediaType
-
getVersion
public byte getVersion() -
getMessageId
public long getMessageId() -
getCacheName
-
getFlag
public int getFlag() -
getClientIntel
public short getClientIntel() -
getTopologyId
public int getTopologyId() -
encoder
-
toString
-
keys
- Specified by:
keys
in interfaceInfinispanSpanContext
-
getKey
- Specified by:
getKey
in interfaceInfinispanSpanContext
-