Package | Description |
---|---|
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.util |
Utilities for storage services.
|
Modifier and Type | Class and Description |
---|---|
class |
FramingTupleSerializer<K,V> |
Constructor and Description |
---|
FramingTupleSerializer(Serializer<K,OutputStream> keySerializer,
Serializer<V,OutputStream> valSerializer) |
FramingTupleSerializer(Serializer<K,OutputStream> keySerializer,
Serializer<V,OutputStream> valSerializer) |
Constructor and Description |
---|
SerializerFileSpool(LocalStorageService service,
Serializer<T,OutputStream> out,
Deserializer<T,InputStream> in) |
Modifier and Type | Class and Description |
---|---|
class |
IntegerSerializer |
class |
StringSerializer |
Copyright © 2016 The Apache Software Foundation. All rights reserved.