| Package | Description |
|---|---|
| com.revolsys.parallel.channel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectableChannelInput<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
Channel<T> |
class |
Timer |
| Modifier and Type | Method and Description |
|---|---|
<T extends SelectableInput> |
MultiInputSelector.selectChannelInput(List<T> channels) |
| Modifier and Type | Method and Description |
|---|---|
int |
MultiInputSelector.select(long msecs,
int nsecs,
SelectableInput... channels) |
int |
MultiInputSelector.select(long msecs,
SelectableInput... channels) |
int |
MultiInputSelector.select(SelectableInput... channels) |
int |
MultiInputSelector.select(SelectableInput[] channels,
boolean skip) |
int |
MultiInputSelector.select(SelectableInput[] channels,
boolean[] guard) |
int |
MultiInputSelector.select(SelectableInput[] channels,
boolean[] guard,
boolean skip) |
int |
MultiInputSelector.select(SelectableInput[] channels,
boolean[] guard,
long msecs) |
int |
MultiInputSelector.select(SelectableInput[] channels,
boolean[] guard,
long msecs,
int nsecs) |
| Modifier and Type | Method and Description |
|---|---|
int |
MultiInputSelector.select(List<? extends SelectableInput> channels) |
int |
MultiInputSelector.select(List<? extends SelectableInput> channels,
boolean skip) |
int |
MultiInputSelector.select(List<? extends SelectableInput> channels,
List<Boolean> guard) |
int |
MultiInputSelector.select(List<? extends SelectableInput> channels,
List<Boolean> guard,
boolean skip) |
int |
MultiInputSelector.select(List<? extends SelectableInput> channels,
List<Boolean> guard,
long msecs) |
int |
MultiInputSelector.select(List<? extends SelectableInput> channels,
List<Boolean> guard,
long msecs,
int nsecs) |
int |
MultiInputSelector.select(long msecs,
int nsecs,
List<? extends SelectableInput> channels) |
int |
MultiInputSelector.select(long msecs,
List<? extends SelectableInput> channels) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.