Class ClusterHealthResponse
java.lang.Object
dev.restate.admin.model.ClusterHealthResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclusterName(String clusterName) Deprecated.booleanDeprecated.Return true if this ClusterHealthResponse object is equal to o.Deprecated.Cluster nameDeprecated.Embedded metadata cluster health if it was enabledinthashCode()Deprecated.metadataClusterHealth(EmbeddedMetadataClusterHealth metadataClusterHealth) Deprecated.voidsetClusterName(String clusterName) Deprecated.voidsetMetadataClusterHealth(EmbeddedMetadataClusterHealth metadataClusterHealth) Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CLUSTER_NAME
-
JSON_PROPERTY_METADATA_CLUSTER_HEALTH
-
-
Constructor Details
-
ClusterHealthResponse
public ClusterHealthResponse()Deprecated.
-
-
Method Details
-
clusterName
Deprecated. -
getClusterName
-
setClusterName
Deprecated. -
metadataClusterHealth
public ClusterHealthResponse metadataClusterHealth(@Nullable EmbeddedMetadataClusterHealth metadataClusterHealth) Deprecated. -
getMetadataClusterHealth
Deprecated.Embedded metadata cluster health if it was enabled- Returns:
- metadataClusterHealth
-
setMetadataClusterHealth
Deprecated. -
equals
-
hashCode
-
toString
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-