| Package | Description |
|---|---|
| com.perforce.p4java.client |
Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects.
|
| com.perforce.p4java.impl.mapbased.client | |
| com.perforce.p4java.impl.mapbased.rpc.func.client |
| Modifier and Type | Method and Description |
|---|---|
void |
IClient.syncParallel(List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key,
ParallelSyncOptions pSyncOpts)
Sync a Perforce client workspace against the Perforce server in parallel.
|
List<IFileSpec> |
IClient.syncParallel(List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
ParallelSyncOptions psyncOpts)
Sync a Perforce client workspace against the Perforce server in parallel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.syncParallel(List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key,
ParallelSyncOptions pSyncOpts) |
List<IFileSpec> |
Client.syncParallel(List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
ParallelSyncOptions pSyncOpts) |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
ClientHelper.buildParallelOptions(IServer serverImpl,
List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
ParallelSyncOptions pSyncOpts)
Helper method that build the parallel sync options
|
Copyright © 2017 Perforce Software. All Rights Reserved.