Class HeaderParams
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.protocol.HeaderParams
-
public class HeaderParams extends Object
Hot Rod request header parameters- Since:
- 5.1
- Author:
- Galder ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description HeaderParams(short requestCode, short responseCode, long messageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderParams
cacheName(byte[] cacheName)
HeaderParams
clientIntel(ClientIntelligence clientIntel)
HeaderParams
dataFormat(DataFormat dataFormat)
HeaderParams
flags(int flags)
long
messageId()
HeaderParams
topologyAge(int topologyAge)
AtomicInteger
topologyId()
HeaderParams
topologyId(AtomicInteger topologyId)
HeaderParams
txMarker(byte txMarker)
-
-
-
Method Detail
-
cacheName
public HeaderParams cacheName(byte[] cacheName)
-
flags
public HeaderParams flags(int flags)
-
clientIntel
public HeaderParams clientIntel(ClientIntelligence clientIntel)
-
txMarker
public HeaderParams txMarker(byte txMarker)
-
messageId
public long messageId()
-
topologyId
public HeaderParams topologyId(AtomicInteger topologyId)
-
topologyId
public AtomicInteger topologyId()
-
topologyAge
public HeaderParams topologyAge(int topologyAge)
-
dataFormat
public HeaderParams dataFormat(DataFormat dataFormat)
-
-