public class BFTSmartClient<K,V>
Constructor and Description |
---|
BFTSmartClient(int id) |
Modifier and Type | Method and Description |
---|---|
V |
get(K key)
Returns the value associated with the key or null if no value is stored under the key.
|
bftsmart.tom.ServiceProxy |
getClientProxy() |
java.util.Map<K,V> |
put(java.util.Map<K,? extends V> entries)
Returns conflicts as a map of conflicting keys and their stored values or an empty map if all entries are
committed without conflicts.
|
public bftsmart.tom.ServiceProxy getClientProxy()
public java.util.Map<K,V> put(java.util.Map<K,? extends V> entries)
Returns conflicts as a map of conflicting keys and their stored values or an empty map if all entries are committed without conflicts.
public V get(K key)
Returns the value associated with the key or null if no value is stored under the key.