public class BlockInfo extends Object implements eu.stratosphere.core.io.IOReadableWritable
| Constructor and Description |
|---|
BlockInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccumulatedRecordCount()
Returns the accumulated record count.
|
long |
getFirstRecordStart()
Returns the firstRecordStart.
|
int |
getInfoSize() |
long |
getRecordCount()
Returns the recordCount.
|
void |
read(DataInput in) |
void |
setAccumulatedRecordCount(long accumulatedRecordCount)
Sets the accumulatedRecordCount to the specified value.
|
void |
setFirstRecordStart(long firstRecordStart)
Sets the firstRecordStart to the specified value.
|
void |
setRecordCount(long recordCount)
Sets the recordCount to the specified value.
|
void |
write(DataOutput out) |
public long getAccumulatedRecordCount()
public long getFirstRecordStart()
public int getInfoSize()
public long getRecordCount()
public void read(DataInput in) throws IOException
read in interface eu.stratosphere.core.io.IOReadableWritableIOExceptionpublic void setAccumulatedRecordCount(long accumulatedRecordCount)
accumulatedRecordCount - the accumulatedRecordCount to setpublic void setFirstRecordStart(long firstRecordStart)
firstRecordStart - the firstRecordStart to setpublic void setRecordCount(long recordCount)
recordCount - the recordCount to setpublic void write(DataOutput out) throws IOException
write in interface eu.stratosphere.core.io.IOReadableWritableIOExceptionCopyright © 2014. All rights reserved.