Modifier and Type | Method and Description |
---|---|
Set<String> |
getExcludedPaths()
Deprecated.
since 6.11
The ability to include or exclude paths will be removed in a future release. |
Set<String> |
getIncludedPaths()
Deprecated.
since 6.11
The ability to include or exclude paths will be removed in a future release. |
boolean |
isEnabled()
Is topic replication enabled for the server.
|
void |
setEnabled(boolean enabled)
Set replication enabled.
|
void |
setExcludedPaths(Set<String> excludedPaths)
Deprecated.
since 6.11
The ability to include or exclude paths will be removed in a future release. |
void |
setIncludedPaths(Set<String> includedPaths)
Deprecated.
since 6.11
The ability to include or exclude paths will be removed in a future release. |
boolean isEnabled()
This allows the replication of topics to be permitted or prevented.
void setEnabled(boolean enabled)
enabled
- Is replication enabled@Deprecated Set<String> getIncludedPaths()
The ability to include or exclude paths will be removed in a future release.
@Deprecated void setIncludedPaths(Set<String> includedPaths) throws ConfigException
The ability to include or exclude paths will be removed in a future release.
includedPaths
- The set of included topic pathsNullPointerException
- If included paths is nullConfigException
- If the paths to include are non-empty and the
excluded paths are already set to a non-empty value@Deprecated Set<String> getExcludedPaths()
The ability to include or exclude paths will be removed in a future release.
@Deprecated void setExcludedPaths(Set<String> excludedPaths) throws ConfigException
The ability to include or exclude paths will be removed in a future release.
excludedPaths
- The set of excluded topic pathsNullPointerException
- If excluded paths is nullConfigException
- If the paths to exclude are non-empty and the
included paths are already set to a non-empty valueCopyright © 2025 DiffusionData Ltd. All Rights Reserved.