Package | Description |
---|---|
oracle.spatial.hadoop.vector.mapred.input |
Input format and record readers implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSplitRecordInfoLoader<K,V> |
class |
KeyPosRecordInfoLoader<V>
RecordInfoLoader subclass for InputFormat implementations which Key is the offset start of a record. |
Modifier and Type | Method and Description |
---|---|
static <K,V> RecordInfoLoader<K,V> |
RecordInfoLoaderFactory.createRecordInfoLoader(JobConf conf)
Deprecated.
use
RecordInfoLoaderFactory.createRILoader(JobConf) Creates a new RecordInfoLoader instance based on the job's configuration |
<K,V> RecordInfoLoader<K,V> |
RecordInfoLoaderFactory.createRILoader(JobConf jobConf)
Creates a new
RecordInfoLoader instance based on the job's configuration |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.