public class DefaultParallelSync extends Object implements IParallelCallback
| Constructor and Description |
|---|
DefaultParallelSync()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
transmit(CommandEnv cmdEnv,
int threads,
HashMap<String,String> flags,
ArrayList<String> args)
This function notifies the server that the sync can be done in parallel.
|
public boolean transmit(CommandEnv cmdEnv, int threads, HashMap<String,String> flags, ArrayList<String> args)
Invocation of this method spawns the threads required to support parallelism
transmit in interface IParallelCallbackcmdEnv - threads - flags - args - Copyright © 2017 Perforce Software. All Rights Reserved.