private static class ExportSnapshot.ExportSnapshotInputFormat.ExportSnapshotInputSplit
extends org.apache.hadoop.mapreduce.InputSplit
implements org.apache.hadoop.io.Writable
Modifier and Type | Field and Description |
---|---|
private List<Pair<org.apache.hadoop.io.BytesWritable,Long>> |
files |
private long |
length |
Constructor and Description |
---|
ExportSnapshot.ExportSnapshotInputFormat.ExportSnapshotInputSplit() |
ExportSnapshot.ExportSnapshotInputFormat.ExportSnapshotInputSplit(List<Pair<org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotFileInfo,Long>> snapshotFiles) |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
String[] |
getLocations() |
private List<Pair<org.apache.hadoop.io.BytesWritable,Long>> |
getSplitKeys() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public ExportSnapshot.ExportSnapshotInputFormat.ExportSnapshotInputSplit()
public long getLength() throws IOException, InterruptedException
getLength
in class org.apache.hadoop.mapreduce.InputSplit
IOException
InterruptedException
public String[] getLocations() throws IOException, InterruptedException
getLocations
in class org.apache.hadoop.mapreduce.InputSplit
IOException
InterruptedException
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
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.