Uses of Class
org.apache.pulsar.common.api.proto.ClusterMessageId
-
Packages that use ClusterMessageId Package Description org.apache.pulsar.common.api.proto -
-
Uses of ClusterMessageId in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return ClusterMessageId Modifier and Type Method Description ClusterMessageIdReplicatedSubscriptionsSnapshot. addCluster()ClusterMessageIdReplicatedSubscriptionsUpdate. addCluster()ClusterMessageIdClusterMessageId. clear()ClusterMessageIdClusterMessageId. clearCluster()ClusterMessageIdClusterMessageId. clearMessageId()ClusterMessageIdClusterMessageId. copyFrom(ClusterMessageId _other)ClusterMessageIdReplicatedSubscriptionsSnapshotResponse. getCluster()ClusterMessageIdReplicatedSubscriptionsSnapshot. getClusterAt(int idx)ClusterMessageIdReplicatedSubscriptionsUpdate. getClusterAt(int idx)ClusterMessageIdClusterMessageId. setCluster(java.lang.String cluster)ClusterMessageIdReplicatedSubscriptionsSnapshotResponse. setCluster()Methods in org.apache.pulsar.common.api.proto that return types with arguments of type ClusterMessageId Modifier and Type Method Description java.util.List<ClusterMessageId>ReplicatedSubscriptionsSnapshot. getClustersList()java.util.List<ClusterMessageId>ReplicatedSubscriptionsUpdate. getClustersList()Methods in org.apache.pulsar.common.api.proto with parameters of type ClusterMessageId Modifier and Type Method Description ClusterMessageIdClusterMessageId. copyFrom(ClusterMessageId _other)Method parameters in org.apache.pulsar.common.api.proto with type arguments of type ClusterMessageId Modifier and Type Method Description ReplicatedSubscriptionsSnapshotReplicatedSubscriptionsSnapshot. addAllClusters(java.lang.Iterable<ClusterMessageId> clusters)ReplicatedSubscriptionsUpdateReplicatedSubscriptionsUpdate. addAllClusters(java.lang.Iterable<ClusterMessageId> clusters)
-