public final class ReplicatedSubscriptionsSnapshotRequest extends Object
| Constructor and Description |
|---|
ReplicatedSubscriptionsSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedSubscriptionsSnapshotRequest |
clear() |
ReplicatedSubscriptionsSnapshotRequest |
clearSnapshotId() |
ReplicatedSubscriptionsSnapshotRequest |
clearSourceCluster() |
ReplicatedSubscriptionsSnapshotRequest |
copyFrom(ReplicatedSubscriptionsSnapshotRequest _other) |
int |
getSerializedSize() |
String |
getSnapshotId() |
String |
getSourceCluster() |
boolean |
hasSnapshotId() |
boolean |
hasSourceCluster() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
ReplicatedSubscriptionsSnapshotRequest |
setSnapshotId(String snapshotId) |
ReplicatedSubscriptionsSnapshotRequest |
setSourceCluster(String sourceCluster) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public ReplicatedSubscriptionsSnapshotRequest()
public boolean hasSnapshotId()
public String getSnapshotId()
public ReplicatedSubscriptionsSnapshotRequest setSnapshotId(String snapshotId)
public ReplicatedSubscriptionsSnapshotRequest clearSnapshotId()
public boolean hasSourceCluster()
public String getSourceCluster()
public ReplicatedSubscriptionsSnapshotRequest setSourceCluster(String sourceCluster)
public ReplicatedSubscriptionsSnapshotRequest clearSourceCluster()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public ReplicatedSubscriptionsSnapshotRequest clear()
public ReplicatedSubscriptionsSnapshotRequest copyFrom(ReplicatedSubscriptionsSnapshotRequest _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.