Package com.cloudera.cdp.dw.model
Class ReplicaStatus
java.lang.Object
com.cloudera.cdp.dw.model.ReplicaStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ReplicaStatus
extends Object
Status information on the current state of replicas in the virtual warehouse.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for readyCoordinatorReplicas.Getter for readyExecutorReplicas.Getter for totalCoordinatorReplicas.Getter for totalExecutorReplicas.int
hashCode()
void
setReadyCoordinatorReplicas
(Integer readyCoordinatorReplicas) Setter for readyCoordinatorReplicas.void
setReadyExecutorReplicas
(Integer readyExecutorReplicas) Setter for readyExecutorReplicas.void
setTotalCoordinatorReplicas
(Integer totalCoordinatorReplicas) Setter for totalCoordinatorReplicas.void
setTotalExecutorReplicas
(Integer totalExecutorReplicas) Setter for totalExecutorReplicas.toString()
-
Constructor Details
-
ReplicaStatus
public ReplicaStatus()
-
-
Method Details
-
getTotalExecutorReplicas
Getter for totalExecutorReplicas. Total number of executor replicas scheduled for the virtual warehouse. This number contains the number of executor replicas in pending state, as well as the replicas that are already running. If this number is zero, then the executor functionality is stopped. -
setTotalExecutorReplicas
Setter for totalExecutorReplicas. Total number of executor replicas scheduled for the virtual warehouse. This number contains the number of executor replicas in pending state, as well as the replicas that are already running. If this number is zero, then the executor functionality is stopped. -
getReadyExecutorReplicas
Getter for readyExecutorReplicas. Total number of ready executor replicas in the virtual warehouse. This number only contains the healthy executor replicas that have already started up and are ready to accept requests. If this number is less than the totalExecutorReplicas, then the virtual warehouse might still be starting up or there might be a problem scheduling these replicas. -
setReadyExecutorReplicas
Setter for readyExecutorReplicas. Total number of ready executor replicas in the virtual warehouse. This number only contains the healthy executor replicas that have already started up and are ready to accept requests. If this number is less than the totalExecutorReplicas, then the virtual warehouse might still be starting up or there might be a problem scheduling these replicas. -
getTotalCoordinatorReplicas
Getter for totalCoordinatorReplicas. Total number of coordinator replicas scheduled for the virtual warehouse. This number contains the number of coordinator replicas in pending state, as well as the replicas that are already running. If this number is zero, then the coordinator functionality is stopped. -
setTotalCoordinatorReplicas
Setter for totalCoordinatorReplicas. Total number of coordinator replicas scheduled for the virtual warehouse. This number contains the number of coordinator replicas in pending state, as well as the replicas that are already running. If this number is zero, then the coordinator functionality is stopped. -
getReadyCoordinatorReplicas
Getter for readyCoordinatorReplicas. Total number of ready coordinator replicas in the virtual warehouse. This number only contains the healthy executor replicas that have already started up and are ready to accept requests. If this number is less than the totalCoordinatorReplicas, then the virtual warehouse might still be starting up or there might be a problem scheduling these replicas. -
setReadyCoordinatorReplicas
Setter for readyCoordinatorReplicas. Total number of ready coordinator replicas in the virtual warehouse. This number only contains the healthy executor replicas that have already started up and are ready to accept requests. If this number is less than the totalCoordinatorReplicas, then the virtual warehouse might still be starting up or there might be a problem scheduling these replicas. -
equals
-
hashCode
public int hashCode() -
toString
-