Class CommandTcClientConnectRequest
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandTcClientConnectRequest
-
public final class CommandTcClientConnectRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandTcClientConnectRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandTcClientConnectRequestclear()CommandTcClientConnectRequestclearRequestId()CommandTcClientConnectRequestclearTcId()CommandTcClientConnectRequestcopyFrom(CommandTcClientConnectRequest _other)longgetRequestId()intgetSerializedSize()longgetTcId()booleanhasRequestId()booleanhasTcId()voidparseFrom(byte[] a)voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size)CommandTcClientConnectRequestsetRequestId(long requestId)CommandTcClientConnectRequestsetTcId(long tcId)byte[]toByteArray()intwriteTo(io.netty.buffer.ByteBuf _b)
-
-
-
Method Detail
-
hasRequestId
public boolean hasRequestId()
-
getRequestId
public long getRequestId()
-
setRequestId
public CommandTcClientConnectRequest setRequestId(long requestId)
-
clearRequestId
public CommandTcClientConnectRequest clearRequestId()
-
hasTcId
public boolean hasTcId()
-
getTcId
public long getTcId()
-
setTcId
public CommandTcClientConnectRequest setTcId(long tcId)
-
clearTcId
public CommandTcClientConnectRequest clearTcId()
-
writeTo
public int writeTo(io.netty.buffer.ByteBuf _b)
-
getSerializedSize
public int getSerializedSize()
-
parseFrom
public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size)
-
clear
public CommandTcClientConnectRequest clear()
-
copyFrom
public CommandTcClientConnectRequest copyFrom(CommandTcClientConnectRequest _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-