public class BigtableExtendedScanSplit extends org.apache.hadoop.mapreduce.InputSplit implements org.apache.hadoop.io.Writable, Comparable<BigtableExtendedScanSplit>
| Modifier and Type | Field and Description |
|---|---|
org.apache.hadoop.hbase.TableName |
name |
com.google.cloud.bigtable.hbase.BigtableExtendedScan |
scan |
| Constructor and Description |
|---|
BigtableExtendedScanSplit() |
BigtableExtendedScanSplit(org.apache.hadoop.hbase.TableName name,
com.google.cloud.bigtable.hbase.BigtableExtendedScan scan) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BigtableExtendedScanSplit o) |
long |
getLength() |
String[] |
getLocations() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public com.google.cloud.bigtable.hbase.BigtableExtendedScan scan
public org.apache.hadoop.hbase.TableName name
public BigtableExtendedScanSplit(org.apache.hadoop.hbase.TableName name,
com.google.cloud.bigtable.hbase.BigtableExtendedScan scan)
public BigtableExtendedScanSplit()
public long getLength()
throws IOException,
InterruptedException
getLength in class org.apache.hadoop.mapreduce.InputSplitIOExceptionInterruptedExceptionpublic String[] getLocations() throws IOException, InterruptedException
getLocations in class org.apache.hadoop.mapreduce.InputSplitIOExceptionInterruptedExceptionpublic int compareTo(BigtableExtendedScanSplit o)
compareTo in interface Comparable<BigtableExtendedScanSplit>public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2013–2021. All rights reserved.