ServiceEndpointRole Enum
- java.
lang. Object - java.
lang. Enum<ServiceEndpointRole> - system.
fabric. ServiceEndpointRole
- system.
- java.
public enum ServiceEndpointRole
Enumerates the kinds of possible roles of a service endpoint.
Fields
Invalid |
Indicates that Service Fabric cannot classify the service endpoint role. |
StatefulPrimary |
Indicates that the service endpoint role is a stateful Primary replica. |
StatefulSecondary |
Indicates that the service endpoint role is a stateful Secondary replica. |
Stateless |
Indicates that the service endpoint role is stateless. |
Methods
get(int value)
getValue()
public int getValue()
Gets the value of system.fabric.ServiceEndpointRole
Returns
int
integer value representing system.fabric.ServiceEndpointRole
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java