| Package | Description |
|---|---|
| com.revolsys.parallel.channel | |
| com.revolsys.parallel.channel.store | |
| com.revolsys.parallel.process |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelValueStore<T> |
Channel.data
The ChannelValueStore used to store the data for the Channel
|
| Constructor and Description |
|---|
Channel(ChannelValueStore<T> data)
Constructs a new Channel
|
Channel(String name,
ChannelValueStore<T> data) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlackHoleBuffer<T>
Description
|
class |
Buffer<T>
Description
|
class |
Overwrite<T> |
class |
ZeroBuffer<T>
Description
|
| Modifier and Type | Method and Description |
|---|---|
protected ChannelValueStore<I> |
AbstractInOutProcess.createInValueStore() |
protected ChannelValueStore<O> |
AbstractInOutProcess.createOutValueStore() |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.