public class HDFRecordReader3<S extends NASAShape> extends
| Modifier and Type | Class and Description |
|---|---|
class |
HDFRecordReader3.NASAIterator |
| Constructor and Description |
|---|
HDFRecordReader3() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static Dataset |
findDataset(Group root,
java.lang.String datasetName,
boolean matchAny) |
NASADataset |
getCurrentKey() |
java.lang.Iterable<S> |
getCurrentValue() |
float |
getProgress() |
void |
initialize(InputSplit split,
Configuration conf) |
void |
initialize(InputSplit split,
TaskAttemptContext context) |
boolean |
nextKeyValue() |
protected boolean |
nextObject(NASADataset key,
NASAShape shape)
Reads next NASA object from the array
|
public void initialize(InputSplit split,
TaskAttemptContext context)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void initialize(InputSplit split,
Configuration conf)
public NASADataset getCurrentKey() throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic java.lang.Iterable<S> getCurrentValue() throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic float getProgress()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic boolean nextKeyValue()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionprotected boolean nextObject(NASADataset key, NASAShape shape) throws java.io.IOException
key - shape - java.io.IOExceptionpublic static Dataset findDataset(Group root,
java.lang.String datasetName,
boolean matchAny)
split - datasetName - root - matchAny -