See: Description

| Interface | Description |
|---|---|
| SharedVariable<I extends SharedVariable.Instance<?>> |
Shared variables storing a particular type.
|
| SharedVariable.Instance<T> |
Instance for a single execution thread.
|
| Class | Description |
|---|---|
| SharedDouble |
Direct channel connecting two processors.
|
| SharedDouble.Instance |
Instance for a sub-channel.
|
| SharedInteger |
Direct channel connecting two processors.
|
| SharedInteger.Instance |
Instance for a sub-channel.
|
| SharedObject<T> |
Variable to share between different processors (within one thread only!)
|
| SharedObject.Instance<T> |
Instance for a particular thread.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.