@API.Internal public class TabletInfoImpl extends Object implements TabletInfo, Comparable<TabletInfoImpl>
| Constructor and Description |
|---|
TabletInfoImpl(ConditionImpl condition,
String[] locations,
long estimatedSize,
long estimatedNumRows) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TabletInfoImpl o) |
boolean |
containsRow(byte[] row)
Return true if the given row falls in this region.
|
boolean |
equals(Object obj) |
org.ojai.store.QueryCondition |
getCondition() |
long |
getEstimatedNumRows() |
long |
getEstimatedSize() |
String[] |
getLocations() |
ConditionNode.RowkeyRange |
getRowKeyRange() |
byte[] |
getStartRow() |
byte[] |
getStopRow() |
int |
hashCode() |
String |
toString() |
public TabletInfoImpl(ConditionImpl condition, String[] locations, long estimatedSize, long estimatedNumRows)
public org.ojai.store.QueryCondition getCondition()
getCondition in interface TabletInfopublic String[] getLocations()
getLocations in interface TabletInfopublic long getEstimatedSize()
getEstimatedSize in interface TabletInfopublic long getEstimatedNumRows()
getEstimatedNumRows in interface TabletInfopublic byte[] getStartRow()
public byte[] getStopRow()
@API.Internal public ConditionNode.RowkeyRange getRowKeyRange()
public boolean containsRow(byte[] row)
public int compareTo(TabletInfoImpl o)
compareTo in interface Comparable<TabletInfoImpl>Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.