| Package | Description | 
|---|---|
| org.apache.reef.exception.evaluator | 
 Exceptions thrown in the Evaluators. 
 | 
| org.apache.reef.io | 
 APIs for I/O in REEF:  
org.apache.reef.io.Codecs and org.apache.reef.io.Serializers | 
| org.apache.reef.io.network.naming.exception | 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. 
 | 
| org.apache.reef.io.storage.local | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NetworkException
Network exception 
 | 
class  | 
StorageException  | 
| Constructor and Description | 
|---|
ServiceRuntimeException(ServiceException cause)
It often is the case that analogous ServiceException and ServiceRuntimeExceptions
 are needed so that exception types can be uniformly thrown from Reef APIs that
 declare throws clauses, and legacy interfaces that do not. 
 | 
| 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. 
 | 
void | 
Accumulator.add(T datum)
Add the given datum to this. 
 | 
void | 
Accumulator.close()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NamingException
Naming exception 
 | 
| Constructor and Description | 
|---|
SerializerFileSpool(LocalStorageService service,
                                      Serializer<T,OutputStream> out,
                                      Deserializer<T,InputStream> in)  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.