Interface WriteCoalescer.BatchWriter<K,V>
- Type Parameters:
K- key type | 键类型V- value type | 值类型
- Enclosing class:
WriteCoalescer<K,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Batch writer interface
批量写入器接口
- Since:
- JDK 25, opencode-base-cache V2.0.5
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteBatch(Map<K, V> batch) Write a batch of entries 写入一批条目
-
Method Details
-
writeBatch
-