11121314151617
public LongDrunkardCompanion( final int numThreads, final long maxMemoryBytes) throws RemoteException { super(numThreads, maxMemoryBytes); // TODO: may be better to pass this in... manager = new LongWalkManager(0, 0); }