| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeEnvironment
The user code of every Nephele task runs inside a
RuntimeEnvironment object. |
| Modifier and Type | Method and Description |
|---|---|
BufferProvider |
Environment.getOutputBufferProvider()
Returns the buffer provider for this environment.
|
BufferProvider |
RuntimeEnvironment.getOutputBufferProvider() |
| Modifier and Type | Method and Description |
|---|---|
BufferProvider |
ChannelManager.getBufferProvider(JobID jobID,
ChannelID sourceChannelID) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscardBufferPool |
class |
LocalBufferPool
A buffer pool used to manage a designated number of buffers from a
GlobalBufferPool. |
| Modifier and Type | Method and Description |
|---|---|
BufferProvider |
BufferProviderBroker.getBufferProvider(JobID jobID,
ChannelID sourceChannelID) |
| Modifier and Type | Class and Description |
|---|---|
class |
InputChannel<T extends IOReadableWritable>
InputChannel is an abstract base class to all different kinds of concrete
input channels that can be used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputGate<T extends IOReadableWritable>
In Nephele input gates are a specialization of general gates and connect input channels and record readers.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.