Class ReplicatedSubscriptionsSnapshotRequest
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.ReplicatedSubscriptionsSnapshotRequest
-
public final class ReplicatedSubscriptionsSnapshotRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReplicatedSubscriptionsSnapshotRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicatedSubscriptionsSnapshotRequestclear()ReplicatedSubscriptionsSnapshotRequestclearSnapshotId()ReplicatedSubscriptionsSnapshotRequestclearSourceCluster()ReplicatedSubscriptionsSnapshotRequestcopyFrom(ReplicatedSubscriptionsSnapshotRequest _other)intgetSerializedSize()java.lang.StringgetSnapshotId()java.lang.StringgetSourceCluster()booleanhasSnapshotId()booleanhasSourceCluster()voidparseFrom(byte[] a)voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size)ReplicatedSubscriptionsSnapshotRequestsetSnapshotId(java.lang.String snapshotId)ReplicatedSubscriptionsSnapshotRequestsetSourceCluster(java.lang.String sourceCluster)byte[]toByteArray()intwriteTo(io.netty.buffer.ByteBuf _b)
-
-
-
Method Detail
-
hasSnapshotId
public boolean hasSnapshotId()
-
getSnapshotId
public java.lang.String getSnapshotId()
-
setSnapshotId
public ReplicatedSubscriptionsSnapshotRequest setSnapshotId(java.lang.String snapshotId)
-
clearSnapshotId
public ReplicatedSubscriptionsSnapshotRequest clearSnapshotId()
-
hasSourceCluster
public boolean hasSourceCluster()
-
getSourceCluster
public java.lang.String getSourceCluster()
-
setSourceCluster
public ReplicatedSubscriptionsSnapshotRequest setSourceCluster(java.lang.String sourceCluster)
-
clearSourceCluster
public ReplicatedSubscriptionsSnapshotRequest clearSourceCluster()
-
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 ReplicatedSubscriptionsSnapshotRequest clear()
-
copyFrom
public ReplicatedSubscriptionsSnapshotRequest copyFrom(ReplicatedSubscriptionsSnapshotRequest _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-