@InterfaceAudience.Internal public class StreamFileIndex extends Object implements Serializable
| Constructor and Description |
|---|
StreamFileIndex(String fileName,
org.apache.carbondata.core.metadata.blocklet.index.BlockletMinMaxIndex minMaxIndex,
long rowCount) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
org.apache.carbondata.core.metadata.blocklet.index.BlockletMinMaxIndex |
getMinMaxIndex() |
long |
getRowCount() |
void |
setFileName(String fileName) |
void |
setMinMaxIndex(org.apache.carbondata.core.metadata.blocklet.index.BlockletMinMaxIndex minMaxIndex) |
void |
setRowCount(long rowCount) |
public StreamFileIndex(String fileName, org.apache.carbondata.core.metadata.blocklet.index.BlockletMinMaxIndex minMaxIndex, long rowCount)
public String getFileName()
public void setFileName(String fileName)
public org.apache.carbondata.core.metadata.blocklet.index.BlockletMinMaxIndex getMinMaxIndex()
public void setMinMaxIndex(org.apache.carbondata.core.metadata.blocklet.index.BlockletMinMaxIndex minMaxIndex)
public long getRowCount()
public void setRowCount(long rowCount)
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.