Package org.elasticsearch.cluster
Interface DiffableUtils.KeySerializer<K>
- Type Parameters:
K- type of key
- Enclosing class:
- DiffableUtils
public static interface DiffableUtils.KeySerializer<K>
Provides read and write operations to serialize keys of map
-
Method Summary
Modifier and Type Method Description KreadKey(StreamInput in)voidwriteKey(K key, StreamOutput out)