Package | Description |
---|---|
oracle.spatial.hadoop.vector.cluster.kmeans.mapred |
Contains mapreduce-related components to perform the k-means clustering algorithm.
|
oracle.spatial.hadoop.vector.mapred.input |
Input format and record readers implementations.
|
Class and Description |
---|
AbstractCompositeInputFormat |
BaseCompositeInputFormat |
Class and Description |
---|
AbstractCompositeInputFormat |
BaseCompositeInputFormat |
CompositeInputFormat
Abstract InputFormat which uses another InputFormat (internalInputFormat) to read data and allows adding additional functionality such as filtering the data.
|
FileSplitRecordInfoLoader |
MultipleInputsFileSplitInputFormat.MultipleInputsHelper.InputFormatPathsRelation
Deprecated.
|
RecordInfoLoader
A convenience class to read records as
RecordInfo instances from an InputSplit using the internalInputFormat of a CompositeInputFormat implementation set as the current input format in the job configuration and the current RecordInfoProvider . |
RecordInfoLoaderFactory
Class used to create instances of
RecordInfoLoader |
SubSplitRecordReader
This class takes a list of sub splits (smaller parts of a split ) and reads the splits records using an internal input format
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.