public class CombineDocumentSplit
extends org.apache.hadoop.mapreduce.InputSplit
implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
CombineDocumentSplit() |
CombineDocumentSplit(List<org.apache.hadoop.mapreduce.lib.input.FileSplit> splits) |
Modifier and Type | Method and Description |
---|---|
void |
addSplit(org.apache.hadoop.mapreduce.lib.input.FileSplit split) |
long |
getLength() |
String[] |
getLocations() |
List<org.apache.hadoop.mapreduce.lib.input.FileSplit> |
getSplits() |
void |
readFields(DataInput in) |
void |
setSplits(List<org.apache.hadoop.mapreduce.lib.input.FileSplit> splits) |
void |
write(DataOutput out) |
public CombineDocumentSplit()
public CombineDocumentSplit(List<org.apache.hadoop.mapreduce.lib.input.FileSplit> splits) throws IOException, InterruptedException
IOException
InterruptedException
public List<org.apache.hadoop.mapreduce.lib.input.FileSplit> getSplits()
public void setSplits(List<org.apache.hadoop.mapreduce.lib.input.FileSplit> splits)
public void addSplit(org.apache.hadoop.mapreduce.lib.input.FileSplit split) throws IOException, InterruptedException
IOException
InterruptedException
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 © 2020 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com