| Package | Description |
|---|---|
| org.apache.reef.io |
APIs for I/O in REEF:
Codecs and
Serializers. |
| org.apache.reef.io.storage |
APIs for Storage Service.
|
| org.apache.reef.io.storage.local |
Implementations for local filesystem-based storage service.
|
| org.apache.reef.io.storage.ram |
Implementations for RAM-based storage service.
|
| Modifier and Type | Method and Description |
|---|---|
Accumulator<T> |
Spool.accumulator()
Returns an Accumulator for the spool file.
|
Accumulator<T> |
Accumulable.accumulator()
Returns a new Accumulator.
|
| Modifier and Type | Method and Description |
|---|---|
Accumulator<byte[]> |
FramingOutputStream.accumulator() |
| Modifier and Type | Method and Description |
|---|---|
Accumulator<T> |
SerializerFileSpool.accumulator() |
Accumulator<T> |
CodecFileAccumulable.accumulator() |
| Modifier and Type | Method and Description |
|---|---|
Accumulator<T> |
SortingRamSpool.accumulator() |
Accumulator<T> |
RamSpool.accumulator() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.