@API.Internal public class TabletInfoImpl extends Object implements TabletInfo
| Constructor and Description |
|---|
TabletInfoImpl(ConditionImpl condition,
String[] locations,
long estimatedSize,
long estimatedNumRows) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
getCondition() |
long |
getEstimatedNumRows() |
long |
getEstimatedSize() |
String[] |
getLocations() |
String |
toString() |
public TabletInfoImpl(ConditionImpl condition, String[] locations, long estimatedSize, long estimatedNumRows)
public Condition getCondition()
getCondition in interface TabletInfopublic String[] getLocations()
getLocations in interface TabletInfopublic long getEstimatedSize()
getEstimatedSize in interface TabletInfopublic long getEstimatedNumRows()
getEstimatedNumRows in interface TabletInfoCopyright © 2015 Mapr Technologies, Inc.. All rights reserved.