public class MultiProcessCacheBuilder extends Object
构造器和说明 |
---|
MultiProcessCacheBuilder() |
限定符和类型 | 方法和说明 |
---|---|
static void |
main(String[] args)
启用多进程进行测试.
|
static void |
Run(String workspaceFile,
String mapName,
String sciFiles,
String targetRoot) |
static void |
RunAllCurrentProc(List<String> allTasks,
String sciFolder,
String workspaceFile,
String mapName,
String cacheRoot) |
static void |
RunAllMultiProc(List<String> allTasks,
String sciFolder,
String workspaceFile,
String mapName,
String cacheRoot,
int processCount,
int mergeCount) |
static void |
RunBySubProc(List<String> allTasks,
String sciFolder,
String workspaceFile,
String mapName,
String cacheRoot,
int processCount,
int mergeCount) |
public static void main(String[] args) throws Exception
args
- IOException
FileNotFoundException
Exception
public static void RunBySubProc(List<String> allTasks, String sciFolder, String workspaceFile, String mapName, String cacheRoot, int processCount, int mergeCount) throws Exception
Exception
public static void RunAllMultiProc(List<String> allTasks, String sciFolder, String workspaceFile, String mapName, String cacheRoot, int processCount, int mergeCount) throws Exception
Exception
public static void RunAllCurrentProc(List<String> allTasks, String sciFolder, String workspaceFile, String mapName, String cacheRoot)
Copyright © 2021–2024 SuperMap. All rights reserved.