public static class PerformanceEvaluation.PeInputSplit extends org.apache.hadoop.mapreduce.InputSplit implements org.apache.hadoop.io.Writable
Modifier and Type | Field and Description |
---|---|
private int |
clients |
private boolean |
flushCommits |
private int |
noOfTags |
private int |
rows |
private int |
startRow |
private org.apache.hadoop.hbase.TableName |
tableName |
private int |
totalRows |
private boolean |
useTags |
private boolean |
writeToWAL |
Constructor and Description |
---|
PeInputSplit(org.apache.hadoop.hbase.TableName tableName,
int startRow,
int rows,
int totalRows,
int clients,
boolean flushCommits,
boolean writeToWAL,
boolean useTags,
int noOfTags) |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
String[] |
getLocations() |
int |
getNoOfTags() |
int |
getRows() |
int |
getStartRow() |
org.apache.hadoop.hbase.TableName |
getTableName() |
int |
getTotalRows() |
boolean |
isFlushCommits() |
boolean |
isUseTags() |
boolean |
isWriteToWAL() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
private org.apache.hadoop.hbase.TableName tableName
private int startRow
private int rows
private int totalRows
private int clients
private boolean flushCommits
private boolean writeToWAL
private boolean useTags
private int noOfTags
public PeInputSplit(org.apache.hadoop.hbase.TableName tableName, int startRow, int rows, int totalRows, int clients, boolean flushCommits, boolean writeToWAL, boolean useTags, int noOfTags)
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public long getLength()
getLength
in class org.apache.hadoop.mapreduce.InputSplit
public String[] getLocations()
getLocations
in class org.apache.hadoop.mapreduce.InputSplit
public int getStartRow()
public org.apache.hadoop.hbase.TableName getTableName()
public int getRows()
public int getTotalRows()
public boolean isFlushCommits()
public boolean isWriteToWAL()
public boolean isUseTags()
public int getNoOfTags()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.