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(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key,
ParallelSyncOptions pSyncOpts)
Sync a Perforce client workspace against the Perforce server in parallel.
|
java.util.List<IFileSpec> |
IClient.syncParallel(java.util.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(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key,
ParallelSyncOptions pSyncOpts) |
java.util.List<IFileSpec> |
Client.syncParallel(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
ParallelSyncOptions pSyncOpts) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
ClientHelper.buildParallelOptions(IServer serverImpl,
java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
ParallelSyncOptions pSyncOpts)
Helper method that build the parallel sync options
|
Copyright © 2019 Perforce Software. All Rights Reserved.