你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServicePartitionInformation Class

  • java.lang.Object
    • system.fabric.ServicePartitionInformation

public class ServicePartitionInformation

Represents the base class for describing partitions.

Remarks:

Int64RangePartitionInformation, NamedPartitionInformation, and SingletonPartitionInformation all derive from this type.

Method Summary

Modifier and Type Method and Description
UUID getId()

Gets the partition ID for this partition as a UUID.

ServicePartitionKind getKind()

Gets the type of partition.

String toString()

Prints the id and kind of the partition.

Method Details

getId

public UUID getId()

Gets the partition ID for this partition as a UUID.

Returns:

java.util.UUID object.

getKind

public ServicePartitionKind getKind()

Gets the type of partition.

Returns:

toString

public String toString()

Prints the id and kind of the partition.

Applies to