public class BlockMetaData extends Object
| Constructor and Description |
|---|
BlockMetaData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(ColumnChunkMetaData column) |
List<ColumnChunkMetaData> |
getColumns() |
long |
getCompressedSize() |
String |
getPath() |
long |
getRowCount() |
long |
getStartingPos() |
long |
getTotalByteSize() |
void |
setPath(String path) |
void |
setRowCount(long rowCount) |
void |
setTotalByteSize(long totalByteSize) |
String |
toString() |
public void setPath(String path)
path - the path to the file containing the data. Or null if same file the metadata was foundpublic String getPath()
public long getRowCount()
public void setRowCount(long rowCount)
rowCount - the rowCount to setpublic long getTotalByteSize()
public void setTotalByteSize(long totalByteSize)
totalByteSize - the totalByteSize to setpublic void addColumn(ColumnChunkMetaData column)
column - the metadata for a columnpublic List<ColumnChunkMetaData> getColumns()
public long getStartingPos()
public long getCompressedSize()
Copyright © 2019 The Apache Software Foundation. All rights reserved.