public static class TablestoreSplit.Range extends Object
| Constructor and Description |
|---|
Range(PrimaryKeyColumn equal) |
Range(PrimaryKeyColumn begin,
PrimaryKeyColumn end) |
Range(PrimaryKeyColumn begin,
PrimaryKeyColumn end,
boolean isRightOpen) |
Range(TablestoreSplit.Range range) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2024. All Rights Reserved.