Class CommandSuccess
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandSuccess
-
public final class CommandSuccess extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandSuccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandSuccessclear()CommandSuccessclearRequestId()CommandSuccessclearSchema()CommandSuccesscopyFrom(CommandSuccess _other)longgetRequestId()SchemagetSchema()intgetSerializedSize()booleanhasRequestId()booleanhasSchema()voidparseFrom(byte[] a)voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size)CommandSuccesssetRequestId(long requestId)SchemasetSchema()byte[]toByteArray()intwriteTo(io.netty.buffer.ByteBuf _b)
-
-
-
Method Detail
-
hasRequestId
public boolean hasRequestId()
-
getRequestId
public long getRequestId()
-
setRequestId
public CommandSuccess setRequestId(long requestId)
-
clearRequestId
public CommandSuccess clearRequestId()
-
hasSchema
public boolean hasSchema()
-
getSchema
public Schema getSchema()
-
setSchema
public Schema setSchema()
-
clearSchema
public CommandSuccess clearSchema()
-
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 CommandSuccess clear()
-
copyFrom
public CommandSuccess copyFrom(CommandSuccess _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-