ServicePartitionKind Enum
- java.
lang. Object - java.
lang. Enum<ServicePartitionKind> - system.
fabric. ServicePartitionKind
- system.
- java.
public enum ServicePartitionKind
Indicates the type of partitioning scheme that is used.
Remarks:
system.fabric.ServicePartitionKind defines the value of the kind property of the ServicePartitionInformation class.
Fields
Int64Range |
Indicates that the partition is based on Int64 key ranges, and is an Int64RangePartitionInformation object |
Invalid |
Indicates the partition kind is invalid. |
Named |
Indicates that the partition is based on string names, and is a NamedPartitionInformation object |
Singleton |
Indicates that the partition is based on string names, and is a SingletonPartitionInformation object |
Methods
getValue()
public int getValue()
Gets the system.fabric.ServicePartitionKind value;
Returns
int
integer value representing system.fabric.ServicePartitionKind.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java