Int64RangePartitionInformation クラス
- java.
lang. Object - ServicePartitionInformation
- system.
fabric. Int64RangePartitionInformation
- system.
public class Int64RangePartitionInformation extends ServicePartitionInformation
パーティションの情報を表します
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
long |
getHighKey()
このパーティションの最大キー値を取得します。 |
long |
getLowKey()
このパーティションの最小キー値を取得します。 |
String |
toString()
lowKey、highKey、ServicePartition ID、および kind を出力します。 |
継承メンバー
メソッドの詳細
getHighKey
public long getHighKey()
このパーティションの最大キー値を取得します。
戻り値:
キーの java.lang.Long 最大値を表す値を返します。
getLowKey
public long getLowKey()
このパーティションの最小キー値を取得します。
戻り値:
java.lang.Long最小キー値を表す値を返します。
toString
public String toString()
lowKey、highKey、ServicePartition ID、および kind を出力します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java