Package elki.parallel.variables
Variables are instantiated for each thread, and allow passing values from
one processor to another within the same thread.
-
Interface Summary Interface Description SharedVariable<I extends SharedVariable.Instance<?>> Shared variables storing a particular type.SharedVariable.Instance<T> Instance for a single execution thread. -
Class Summary 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.