ServicePartitionStatus Enum
- java.
lang. Object - java.
lang. Enum<ServicePartitionStatus> - system.
fabric. query. ServicePartitionStatus
- system.
- java.
public enum ServicePartitionStatus
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.
Fields
DELETING |
Partition is getting deleted. |
IN_QUORUM_LOSS |
Partition is in quorum loss. This means that less than MinReplicaSetSize number of replicas are participating in quorum. |
INVALID |
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
NOT_READY |
Partition is not ready. This is returned when none of the other states apply. |
READY |
Partition is ready. For stateless services there is one up replica For stateful services the number of ready replicas is greater than or equal to the system.fabric.description.internal.StatefulServiceDescription#getMinReplicaSetSize() |
RECONFIGURING |
Partition is undergoing a reconfiguration. |
Methods
getValue()
public int getValue()
Returns
Applies to
Azure SDK for Java