Class CommandReachedEndOfTopic
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandReachedEndOfTopic
-
public final class CommandReachedEndOfTopic extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandReachedEndOfTopic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandReachedEndOfTopicclear()CommandReachedEndOfTopicclearConsumerId()CommandReachedEndOfTopiccopyFrom(CommandReachedEndOfTopic _other)longgetConsumerId()intgetSerializedSize()booleanhasConsumerId()voidparseFrom(byte[] a)voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size)CommandReachedEndOfTopicsetConsumerId(long consumerId)byte[]toByteArray()intwriteTo(io.netty.buffer.ByteBuf _b)
-
-
-
Method Detail
-
hasConsumerId
public boolean hasConsumerId()
-
getConsumerId
public long getConsumerId()
-
setConsumerId
public CommandReachedEndOfTopic setConsumerId(long consumerId)
-
clearConsumerId
public CommandReachedEndOfTopic clearConsumerId()
-
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 CommandReachedEndOfTopic clear()
-
copyFrom
public CommandReachedEndOfTopic copyFrom(CommandReachedEndOfTopic _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-