Uses of Interface
elki.parallel.variables.SharedVariable.Instance
-
Packages that use SharedVariable.Instance Package Description elki.parallel Parallel processing core for ELKI.elki.parallel.variables Variables are instantiated for each thread, and allow passing values from one processor to another within the same thread. -
-
Uses of SharedVariable.Instance in elki.parallel
Fields in elki.parallel with type parameters of type SharedVariable.Instance Modifier and Type Field Description private java.util.HashMap<SharedVariable<?>,SharedVariable.Instance<?>>
ParallelExecutor.BlockArrayRunner. variables
Variables map.private java.util.HashMap<SharedVariable<?>,SharedVariable.Instance<?>>
SingleThreadedExecutor.SingleThreadedRunner. variables
Variables map.Methods in elki.parallel with type parameters of type SharedVariable.Instance Modifier and Type Method Description <I extends SharedVariable.Instance<?>>
IExecutor. getInstance(SharedVariable<I> parent)
Get a channel for this executor.<I extends SharedVariable.Instance<?>>
IParallelExecutor.BlockArrayRunner. getInstance(SharedVariable<I> parent)
<I extends SharedVariable.Instance<?>>
ISingleThreadedExecutor.SingleThreadedRunner. getInstance(SharedVariable<I> parent)
-
Uses of SharedVariable.Instance in elki.parallel.variables
Classes in elki.parallel.variables with type parameters of type SharedVariable.Instance Modifier and Type Interface Description interface
SharedVariable<I extends SharedVariable.Instance<?>>
Shared variables storing a particular type.Classes in elki.parallel.variables that implement SharedVariable.Instance Modifier and Type Class Description static class
SharedDouble.Instance
Instance for a sub-channel.static class
SharedInteger.Instance
Instance for a sub-channel.static class
SharedObject.Instance<T>
Instance for a particular thread.
-