public final class ReplicatedSubscriptionsSnapshot extends Object
| Constructor and Description |
|---|
ReplicatedSubscriptionsSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedSubscriptionsSnapshot |
addAllClusters(Iterable<ClusterMessageId> clusters) |
ClusterMessageId |
addCluster() |
ReplicatedSubscriptionsSnapshot |
clear() |
ReplicatedSubscriptionsSnapshot |
clearClusters() |
ReplicatedSubscriptionsSnapshot |
clearLocalMessageId() |
ReplicatedSubscriptionsSnapshot |
clearSnapshotId() |
ReplicatedSubscriptionsSnapshot |
copyFrom(ReplicatedSubscriptionsSnapshot _other) |
ClusterMessageId |
getClusterAt(int idx) |
int |
getClustersCount() |
List<ClusterMessageId> |
getClustersList() |
MarkersMessageIdData |
getLocalMessageId() |
int |
getSerializedSize() |
String |
getSnapshotId() |
boolean |
hasLocalMessageId() |
boolean |
hasSnapshotId() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
MarkersMessageIdData |
setLocalMessageId() |
ReplicatedSubscriptionsSnapshot |
setSnapshotId(String snapshotId) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasSnapshotId()
public String getSnapshotId()
public ReplicatedSubscriptionsSnapshot setSnapshotId(String snapshotId)
public ReplicatedSubscriptionsSnapshot clearSnapshotId()
public boolean hasLocalMessageId()
public MarkersMessageIdData getLocalMessageId()
public MarkersMessageIdData setLocalMessageId()
public ReplicatedSubscriptionsSnapshot clearLocalMessageId()
public int getClustersCount()
public ClusterMessageId getClusterAt(int idx)
public List<ClusterMessageId> getClustersList()
public ClusterMessageId addCluster()
public ReplicatedSubscriptionsSnapshot addAllClusters(Iterable<ClusterMessageId> clusters)
public ReplicatedSubscriptionsSnapshot clearClusters()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public ReplicatedSubscriptionsSnapshot clear()
public ReplicatedSubscriptionsSnapshot copyFrom(ReplicatedSubscriptionsSnapshot _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.