| Modifier and Type | Class and Description |
|---|---|
class |
FilterInput<F extends Input>
A FilterInput contains some other
input, which it uses as its basic source of data. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphInput
An input that is stateful and keeps track of the references.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterInput<F extends Input>
A FilterInput contains some other
input, which it uses as its basic source of data. |
| Modifier and Type | Field and Description |
|---|---|
protected Input |
Pipe.input |
protected F |
FilterInput.input |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Input |
Pipe.begin(Pipe.Schema<?> pipeSchema)
Begin preliminary input processing.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Pipe.end(Pipe.Schema<?> pipeSchema,
Input input,
boolean cleanupOnly)
End input processing.
|
void |
Pipe.Schema.mergeFrom(Input input,
Pipe pipe) |
void |
CustomSchema.mergeFrom(Input input,
T message) |
void |
Schema.mergeFrom(Input input,
T message)
Deserializes a message/object from the
input. |
protected abstract void |
Pipe.Schema.transfer(Pipe pipe,
Input input,
Output output)
|
static <T> void |
Pipe.transferDirect(Pipe.Schema<T> pipeSchema,
Pipe pipe,
Input input,
Output output)
This should not be called directly by applications.
|
Copyright © 2009–2016. All rights reserved.