public class PartitionRange extends Object
| Constructor and Description |
|---|
PartitionRange(PrimaryKeyValue begin,
PrimaryKeyValue end)
构造一个新的实例。
表示左闭右开的范围。
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryKeyValue |
getBegin()
返回范围的起始值。
|
PrimaryKeyValue |
getEnd()
返回范围的终止值。
|
public PartitionRange(PrimaryKeyValue begin, PrimaryKeyValue end)
构造一个新的实例。 表示左闭右开的范围。
begin必须小于或等于end。整型按数字大小比较;字符型按字典顺序比较;
begin - 范围的起始值。end - 范围的结束值。public PrimaryKeyValue getBegin()
public PrimaryKeyValue getEnd()
Copyright © 2024. All Rights Reserved.