Package | Description |
---|---|
org.apache.reef.io.data.loading.api |
Data Loading Service API.
|
org.apache.reef.io.data.loading.impl |
Implementations of Data Loading Service.
|
Modifier and Type | Method and Description |
---|---|
Iterator<DistributedDataSetPartition> |
DistributedDataSet.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
DistributedDataSet.addPartition(DistributedDataSetPartition partition)
Adds the given partition to the set.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedDataSet.addPartitions(Collection<DistributedDataSetPartition> partitions)
Adds the given partitions to the set.
|
Modifier and Type | Method and Description |
---|---|
DistributedDataSetPartition |
DistributedDataSetPartition.Builder.build()
Builds the
DistributedDataSetPartition . |
static DistributedDataSetPartition |
DistributedDataSetPartitionSerializer.deserialize(String serializedPartition) |
Modifier and Type | Method and Description |
---|---|
static String |
DistributedDataSetPartitionSerializer.serialize(DistributedDataSetPartition partition) |
Constructor and Description |
---|
NumberedSplit(E entry,
int index,
DistributedDataSetPartition partition) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.