Class CommandGetTopicsOfNamespace
java.lang.Object
org.apache.pulsar.common.api.proto.CommandGetTopicsOfNamespace
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()copyFrom(CommandGetTopicsOfNamespace _other) getMode()longintbooleanhasMode()booleanbooleanbooleanbooleanvoidparseFrom(byte[] a) voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size) setNamespace(String namespace) setRequestId(long requestId) setTopicsHash(String topicsHash) setTopicsPattern(String topicsPattern) byte[]intwriteTo(io.netty.buffer.ByteBuf _b)
-
Constructor Details
-
CommandGetTopicsOfNamespace
public CommandGetTopicsOfNamespace()
-
-
Method Details
-
hasRequestId
public boolean hasRequestId() -
getRequestId
public long getRequestId() -
setRequestId
-
clearRequestId
-
hasNamespace
public boolean hasNamespace() -
getNamespace
-
setNamespace
-
clearNamespace
-
hasMode
public boolean hasMode() -
getMode
-
setMode
-
clearMode
-
hasTopicsPattern
public boolean hasTopicsPattern() -
getTopicsPattern
-
setTopicsPattern
-
clearTopicsPattern
-
hasTopicsHash
public boolean hasTopicsHash() -
getTopicsHash
-
setTopicsHash
-
clearTopicsHash
-
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)
-