并行复制 meaning in Chinese
concurrent replication
Examples
- Whether the data is being copied from a single client or copied in parallel from multiple clients
从单个客户端复制数据,还是从多个客户端并行复制数据。 - Two of the new collectors are designed to reduce collection pause time - the parallel copying collector and the concurrent mark - sweep collector
新收集器中的两个并行复制收集器和并发标记-清除收集器设计为减少收集暂停时间。 - The parallel copying collector and concurrent mark - sweep collector are basically concurrent versions of the default copying and mark - compact collectors . the parallel scavenging collector , enabled by
并行复制收集器和并发标记-清除收集器基本上是默认的复制收集器和标记-整理收集器的并发版本。 - Jdk 1 . 4 . 1 includes an incremental collector which has been around since jdk 1 . 2 and three new collectors for more efficient collection on multiprocessor systems - the parallel copying collector , the parallel scavenging collector , and the concurrent mark - sweep collector
Jdk 1 . 4 . 1包含一个增量收集器(自jdk 1 . 2就已经出现了)和三种在多处理器系统中进行更有效收集的新收集器并行复制收集器、并行清除( scavenging )收集器和并发标记-清除收集器。