public class XorShiftRandomStrategyFactory extends ArrayBasedStrategyFactory
preferLocal
broker, logger, name
Constructor and Description |
---|
XorShiftRandomStrategyFactory()
Constructor that uses local services when available.
|
XorShiftRandomStrategyFactory(boolean preferLocal)
Constructor that can be configured to use local services if possible.
|
Modifier and Type | Method and Description |
---|---|
<T extends Endpoint> |
create() |
isPreferLocal, setPreferLocal
public XorShiftRandomStrategyFactory()
public XorShiftRandomStrategyFactory(boolean preferLocal)
preferLocal
- invoke local actions if possiblepublic <T extends Endpoint> Strategy<T> create()
create
in class StrategyFactory