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