azure-docs-sdk-java/docs-ref-autogen/system.fabric.query.Service...

52 строки
2.8 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: system.fabric.query.ServicePartitionStatus.DELETING
name: DELETING
nameWithType: ServicePartitionStatus.DELETING
summary: <p>Partition is getting deleted. </p>
uid: system.fabric.query.ServicePartitionStatus.DELETING
- fullName: system.fabric.query.ServicePartitionStatus.IN_QUORUM_LOSS
name: IN_QUORUM_LOSS
nameWithType: ServicePartitionStatus.IN_QUORUM_LOSS
summary: <p>Partition is in quorum loss. This means that less than MinReplicaSetSize number of replicas are participating in quorum. </p>
uid: system.fabric.query.ServicePartitionStatus.IN_QUORUM_LOSS
- fullName: system.fabric.query.ServicePartitionStatus.INVALID
name: INVALID
nameWithType: ServicePartitionStatus.INVALID
summary: <p>This supports the Service Fabric infrastructure and is not meant to be used directly from your code. </p>
uid: system.fabric.query.ServicePartitionStatus.INVALID
- fullName: system.fabric.query.ServicePartitionStatus.NOT_READY
name: NOT_READY
nameWithType: ServicePartitionStatus.NOT_READY
summary: <p>Partition is not ready. This is returned when none of the other states apply. </p>
uid: system.fabric.query.ServicePartitionStatus.NOT_READY
- fullName: system.fabric.query.ServicePartitionStatus.READY
name: READY
nameWithType: ServicePartitionStatus.READY
summary: <p>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 <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.internal.StatefulServiceDescription#getMinReplicaSetSize()"></xref></p>
uid: system.fabric.query.ServicePartitionStatus.READY
- fullName: system.fabric.query.ServicePartitionStatus.RECONFIGURING
name: RECONFIGURING
nameWithType: ServicePartitionStatus.RECONFIGURING
summary: <p>Partition is undergoing a reconfiguration. </p>
uid: system.fabric.query.ServicePartitionStatus.RECONFIGURING
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;ServicePartitionStatus&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.query.ServicePartitionStatus.getValue()
name: getValue()
nameWithType: ServicePartitionStatus.getValue()
returns:
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
syntax: public int getValue()
uid: system.fabric.query.ServicePartitionStatus.getValue()
nameWithType: ServicePartitionStatus
syntax: public enum ServicePartitionStatus
uid: system.fabric.query.ServicePartitionStatus
fullName: system.fabric.query.ServicePartitionStatus
name: ServicePartitionStatus
package: system.fabric.query
summary: <p>This supports the Service Fabric infrastructure and is not meant to be used directly from your code. </p>
metadata: {}