Class ReplicatedSubscriptionsSnapshotResponse
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.ReplicatedSubscriptionsSnapshotResponse
-
public final class ReplicatedSubscriptionsSnapshotResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReplicatedSubscriptionsSnapshotResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicatedSubscriptionsSnapshotResponseclear()ReplicatedSubscriptionsSnapshotResponseclearCluster()ReplicatedSubscriptionsSnapshotResponseclearSnapshotId()ReplicatedSubscriptionsSnapshotResponsecopyFrom(ReplicatedSubscriptionsSnapshotResponse _other)ClusterMessageIdgetCluster()intgetSerializedSize()java.lang.StringgetSnapshotId()booleanhasCluster()booleanhasSnapshotId()voidparseFrom(byte[] a)voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size)ClusterMessageIdsetCluster()ReplicatedSubscriptionsSnapshotResponsesetSnapshotId(java.lang.String snapshotId)byte[]toByteArray()intwriteTo(io.netty.buffer.ByteBuf _b)
-
-
-
Method Detail
-
hasSnapshotId
public boolean hasSnapshotId()
-
getSnapshotId
public java.lang.String getSnapshotId()
-
setSnapshotId
public ReplicatedSubscriptionsSnapshotResponse setSnapshotId(java.lang.String snapshotId)
-
clearSnapshotId
public ReplicatedSubscriptionsSnapshotResponse clearSnapshotId()
-
hasCluster
public boolean hasCluster()
-
getCluster
public ClusterMessageId getCluster()
-
setCluster
public ClusterMessageId setCluster()
-
clearCluster
public ReplicatedSubscriptionsSnapshotResponse clearCluster()
-
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 ReplicatedSubscriptionsSnapshotResponse clear()
-
copyFrom
public ReplicatedSubscriptionsSnapshotResponse copyFrom(ReplicatedSubscriptionsSnapshotResponse _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-