Package | Description |
---|---|
org.apache.reef.io.data.loading.impl |
Implementations of Data Loading Service.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluatorToPartitionStrategy
This is an abstract class useful for
EvaluatorToPartitionStrategy
implementations. |
class |
MultiDataCenterEvaluatorToPartitionStrategy
This is an online version which satisfies requests based on the locations the
users ask the data to be loaded, for multiple data center network topologies.
|
class |
SingleDataCenterEvaluatorToPartitionStrategy
This is an online version which satisfies
requests in a greedy way, for single data center network topologies.
|
Constructor and Description |
---|
InputFormatLoadingService(EvaluatorToPartitionStrategy<org.apache.hadoop.mapred.InputSplit> evaluatorToPartitionStrategy,
boolean inMemory,
String inputFormatClass) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.