|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TabletInfo | |
|---|---|
| com.nhncorp.neptune.client | Neptune Client API, Shell, Scanner, Utility |
| Uses of TabletInfo in com.nhncorp.neptune.client |
|---|
| Methods in com.nhncorp.neptune.client that return TabletInfo | |
|---|---|
TabletInfo |
NTable.addTablet(Row.Key endRowKey)
Add new tablet in this table with the specified row key |
TabletInfo |
NTable.getTabletInfo(java.lang.String tabletName)
Return the tablet information |
TabletInfo[] |
NTable.listTabletInfos()
Get the list of all the tablet information of this table. |
static TabletInfo |
NTable.lookupTargetTablet(NConfiguration conf,
java.lang.String tableName,
Row.Key rowKey)
Find a tablet serving a specified row and return its information |
TabletInfo |
NTable.lookupTargetTablet(Row.Key rowKey)
Find a tablet serving a specified row and return its information |
| Methods in com.nhncorp.neptune.client with parameters of type TabletInfo | |
|---|---|
Row.Key[] |
NTable.getSplitedRowKeyRanges(TabletInfo tabletInfo,
int splitPerTablet)
Divides row keys contained in a certain tablet into splitPerTablet rows. |
java.lang.String[] |
NTable.getTabletAllActions(TabletInfo tabletInfo)
(Only for management) Retrieve the list of all the actions internally performed in specified tablet |
com.nhncorp.neptune.tablet.TabletReport |
NTable.getTabletReport(TabletInfo tabletInfo)
(Only for management) Get the report of tablet, describing current status of specified tablet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||