SingletonPartitionInformation Class
- java.
lang. Object - ServicePartitionInformation
- system.
fabric. SingletonPartitionInformation
- system.
public class SingletonPartitionInformation extends ServicePartitionInformation
Indicates that the service is Singleton-partitioned, effectively non-partitioned or with one partition only, and uses the partition scheme of a Singleton service.
Constructor Summary
Constructor | Description |
---|---|
SingletonPartitionInformation() |
Creates a new instance of the system.fabric.SingletonPartitionInformation class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
toString()
Prints the id and kind of the partition. |
Inherited Members
Constructor Details
SingletonPartitionInformation
public SingletonPartitionInformation()
Creates a new instance of the system.fabric.SingletonPartitionInformation class.
Method Details
toString
public String toString()
Prints the id and kind of the partition.
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