@Confluent @InterfaceStability.Evolving public class ListMirrorsOptions extends AbstractOptions<ListMirrorsOptions>
ConfluentAdmin.listMirrors(ListMirrorsOptions)
.
The API of this class is evolving, see Admin
for details.Constructor and Description |
---|
ListMirrorsOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
includeStopped()
Whether to include stopped mirror topics.
|
ListMirrorsOptions |
includeStopped(boolean includeStopped)
Sets whether to include stopped mirror topics.
|
Optional<String> |
linkName()
The link name whose mirrors should be listed, or all if empty.
|
ListMirrorsOptions |
linkName(Optional<String> linkName)
The link name whose mirrors should be listed, or all if empty.
|
boolean |
listRemoteMirrors()
Whether to list the mirror topics on the remote clusters.
|
ListMirrorsOptions |
listRemoteMirrors(boolean listRemoteMirrors)
Sets whether to list remote mirror topics.
|
timeoutMs, timeoutMs
public Optional<String> linkName()
public ListMirrorsOptions linkName(Optional<String> linkName)
public boolean includeStopped()
public boolean listRemoteMirrors()
public ListMirrorsOptions includeStopped(boolean includeStopped)
public ListMirrorsOptions listRemoteMirrors(boolean listRemoteMirrors)