@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetSubClustersInfoRequest extends Object
Constructor and Description |
---|
GetSubClustersInfoRequest() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
getFilterInactiveSubClusters()
Get the flag that indicates whether only active sub-clusters should be
returned.
|
static GetSubClustersInfoRequest |
newInstance(boolean filterInactiveSubClusters) |
abstract void |
setFilterInactiveSubClusters(boolean filterInactiveSubClusters)
Set the flag that indicates whether only active sub-clusters should be
returned.
|
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetSubClustersInfoRequest newInstance(boolean filterInactiveSubClusters)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract boolean getFilterInactiveSubClusters()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setFilterInactiveSubClusters(boolean filterInactiveSubClusters)
filterInactiveSubClusters
- whether to filter out inactive
sub-clustersCopyright © 2008–2021 Apache Software Foundation. All rights reserved.