azure-docs-sdk-java/docs-ref-autogen/system.fabric.SingletonPart...

33 строки
1.8 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.SingletonPartitionInformation.SingletonPartitionInformation()
name: SingletonPartitionInformation()
nameWithType: SingletonPartitionInformation.SingletonPartitionInformation()
summary: <p>Creates a new instance of the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.SingletonPartitionInformation"></xref> class. </p>
syntax: public SingletonPartitionInformation()
uid: system.fabric.SingletonPartitionInformation.SingletonPartitionInformation()
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="system.fabric.ServicePartitionInformation?alt=system.fabric.ServicePartitionInformation&text=ServicePartitionInformation" data-throw-if-not-resolved="False"/>
inheritedMembers:
- system.fabric.ServicePartitionInformation.getId()
- system.fabric.ServicePartitionInformation.getKind()
methods:
- fullName: system.fabric.SingletonPartitionInformation.toString()
name: toString()
nameWithType: SingletonPartitionInformation.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: <p>Prints the id and kind of the partition. </p>
syntax: public String toString()
uid: system.fabric.SingletonPartitionInformation.toString()
nameWithType: SingletonPartitionInformation
syntax: public class SingletonPartitionInformation extends ServicePartitionInformation
type: class
uid: system.fabric.SingletonPartitionInformation
fullName: system.fabric.SingletonPartitionInformation
name: SingletonPartitionInformation
package: system.fabric
summary: <p>Indicates that the service is Singleton-partitioned, effectively non-partitioned or with one partition only, and uses the partition scheme of a Singleton service. </p>
metadata: {}