Class CommandTcClientConnectRequest
java.lang.Object
org.apache.pulsar.common.api.proto.CommandTcClientConnectRequest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandTcClientConnectRequest
public CommandTcClientConnectRequest()
-
-
Method Details
-
hasRequestId
public boolean hasRequestId() -
getRequestId
public long getRequestId() -
setRequestId
-
clearRequestId
-
hasTcId
public boolean hasTcId() -
getTcId
public long getTcId() -
setTcId
-
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
-
copyFrom
-
toByteArray
public byte[] toByteArray() -
parseFrom
public void parseFrom(byte[] a)
-