Class CommandPong
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandPong
-
public final class CommandPong extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandPong()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandPongclear()CommandPongcopyFrom(CommandPong _other)intgetSerializedSize()voidparseFrom(byte[] a)voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size)byte[]toByteArray()intwriteTo(io.netty.buffer.ByteBuf _b)
-
-
-
Method Detail
-
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 CommandPong clear()
-
copyFrom
public CommandPong copyFrom(CommandPong _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-