Class PartialListClustersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.cloud.bigtable.admin.v2.models.PartialListClustersException
- All Implemented Interfaces:
Serializable
Exception thrown when some zones are unavailable and listClusters is unable to return a full
cluster list. This exception can be inspected to get a partial list.
- See Also:
-
Constructor Summary
ConstructorDescriptionPartialListClustersException
(List<String> unavailableZones, List<Cluster> clusters) This method is considered an internal implementation detail and not meant to be used by applications. -
Method Summary
Modifier and TypeMethodDescriptionA partial list of clusters that were found in the available zones.A list of zones, whose unavailability caused this error.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getClusters
A partial list of clusters that were found in the available zones.