Uses of Interface
cloud.opencode.base.cache.bulk.BulkOperations.BatchProcessor
Packages that use BulkOperations.BatchProcessor
-
Uses of BulkOperations.BatchProcessor in cloud.opencode.base.cache.bulk
Methods in cloud.opencode.base.cache.bulk with parameters of type BulkOperations.BatchProcessorModifier and TypeMethodDescriptionintBulkOperations.batchProcess(Iterable<? extends K> keys, int batchSize, BulkOperations.BatchProcessor<K, V> processor) Process keys in batches 分批处理键BulkOperations.batchProcessParallel(List<? extends K> keys, int batchSize, int parallelism, BulkOperations.BatchProcessor<K, V> processor) Process keys in parallel batches 并行分批处理键