Class CommandPing
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandPing
-
public final class CommandPing extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandPing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandPingclear()CommandPingcopyFrom(CommandPing _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 CommandPing clear()
-
copyFrom
public CommandPing copyFrom(CommandPing _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-