Class CommandGetOrCreateSchema
java.lang.Object
org.apache.pulsar.common.api.proto.CommandGetOrCreateSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()copyFrom(CommandGetOrCreateSchema _other) longintgetTopic()booleanbooleanbooleanhasTopic()voidparseFrom(byte[] a) voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size) setRequestId(long requestId) byte[]intwriteTo(io.netty.buffer.ByteBuf _b)
-
Constructor Details
-
CommandGetOrCreateSchema
public CommandGetOrCreateSchema()
-
-
Method Details
-
hasRequestId
public boolean hasRequestId() -
getRequestId
public long getRequestId() -
setRequestId
-
clearRequestId
-
hasTopic
public boolean hasTopic() -
getTopic
-
setTopic
-
clearTopic
-
hasSchema
public boolean hasSchema() -
getSchema
-
setSchema
-
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
-
copyFrom
-
toByteArray
public byte[] toByteArray() -
parseFrom
public void parseFrom(byte[] a)
-