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

44 строки
2.3 KiB
YAML

### YamlMime:JavaType
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.Int64RangePartitionInformation.getHighKey()
name: getHighKey()
nameWithType: Int64RangePartitionInformation.getHighKey()
returns:
description: <p>Returns <xref uid="" data-throw-if-not-resolved="false" data-raw-source="java.lang.Long"></xref> value representing the maximum key value. </p>
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
summary: <p>Gets the maximum key value for this partition. </p>
syntax: public long getHighKey()
uid: system.fabric.Int64RangePartitionInformation.getHighKey()
- fullName: system.fabric.Int64RangePartitionInformation.getLowKey()
name: getLowKey()
nameWithType: Int64RangePartitionInformation.getLowKey()
returns:
description: <p>Returns <xref uid="" data-throw-if-not-resolved="false" data-raw-source="java.lang.Long"></xref> value representing the minimum key value. </p>
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
summary: <p>Gets the minimum key value for this partition. </p>
syntax: public long getLowKey()
uid: system.fabric.Int64RangePartitionInformation.getLowKey()
- fullName: system.fabric.Int64RangePartitionInformation.toString()
name: toString()
nameWithType: Int64RangePartitionInformation.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: <p>Prints the lowKey, highKey, ServicePartition id and kind. </p>
syntax: public String toString()
uid: system.fabric.Int64RangePartitionInformation.toString()
nameWithType: Int64RangePartitionInformation
syntax: public class Int64RangePartitionInformation extends ServicePartitionInformation
type: class
uid: system.fabric.Int64RangePartitionInformation
fullName: system.fabric.Int64RangePartitionInformation
name: Int64RangePartitionInformation
package: system.fabric
summary: <p>Represents the Information for Partition </p>
metadata: {}