protected static class EsInputFormat.ShardInputSplit extends InputSplit implements InputSplit
Constructor and Description |
---|
EsInputFormat.ShardInputSplit() |
EsInputFormat.ShardInputSplit(String nodeIp,
int httpPort,
String nodeId,
String nodeName,
String shard,
boolean onlyNode,
String mapping,
String settings) |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
String[] |
getLocations() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public long getLength()
getLength
in interface InputSplit
getLength
in class InputSplit
public String[] getLocations()
getLocations
in interface InputSplit
getLocations
in class InputSplit
public void write(DataOutput out) throws IOException
write
in interface Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface Writable
IOException