public static final class Export.Response extends Object
Modifier and Type | Field and Description |
---|---|
private long |
cellCount |
private long |
rowCount |
Modifier | Constructor and Description |
---|---|
private |
Response(org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse r) |
Modifier and Type | Method and Description |
---|---|
long |
getCellCount() |
long |
getRowCount() |
String |
toString() |
private Response(org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse r)
public long getRowCount()
public long getCellCount()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.