public static class TablestoreSplit.Range extends Object
构造器和说明 |
---|
Range(PrimaryKeyColumn equal) |
Range(PrimaryKeyColumn begin,
PrimaryKeyColumn end) |
Range(PrimaryKeyColumn begin,
PrimaryKeyColumn end,
boolean isRightOpen) |
Range(TablestoreSplit.Range range) |
限定符和类型 | 方法和说明 |
---|---|
PrimaryKeyColumn |
getBegin() |
PrimaryKeyColumn |
getEnd() |
PrimaryKeyColumn |
getEqual() |
TablestoreSplit.Range |
getNext() |
boolean |
isRightOpen() |
boolean |
isSingleValue() |
void |
setBegin(PrimaryKeyColumn begin) |
void |
setEnd(PrimaryKeyColumn end) |
void |
setEqual(PrimaryKeyColumn equal) |
void |
setNext(TablestoreSplit.Range next) |
void |
setRightOpen(boolean rightOpen) |
public Range(TablestoreSplit.Range range)
public Range(PrimaryKeyColumn begin, PrimaryKeyColumn end)
public Range(PrimaryKeyColumn begin, PrimaryKeyColumn end, boolean isRightOpen)
public Range(PrimaryKeyColumn equal)
public void setRightOpen(boolean rightOpen)
public boolean isRightOpen()
public PrimaryKeyColumn getBegin()
public PrimaryKeyColumn getEnd()
public PrimaryKeyColumn getEqual()
public TablestoreSplit.Range getNext()
public void setBegin(PrimaryKeyColumn begin)
public void setEnd(PrimaryKeyColumn end)
public void setEqual(PrimaryKeyColumn equal)
public void setNext(TablestoreSplit.Range next)
public boolean isSingleValue()
Copyright © 2021. All Rights Reserved.