K
- key typeV
- value typepublic abstract class BulkLoader<K,V>
extends java.lang.Object
Constructor and Description |
---|
BulkLoader() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close()
Flush all map updates to the
NamedMap , making them
visible to all hosts. |
abstract void |
put(K key,
V value)
Put key and value in the map.
|
public abstract void put(K key, V value)
key
- key objectvalue
- value objectpublic abstract void close() throws java.io.IOException
NamedMap
, making them
visible to all hosts.java.io.IOException
- if server communication error occurred