Package | Description |
---|---|
de.zib.scalaris |
This package contains means to communicate with the erlang scalaris ring from Java.
|
Modifier and Type | Method and Description |
---|---|
DeleteResult |
ReplicatedDHT.delete(OtpErlangString key)
Tries to delete all replicas of the given key in 2000ms.
|
DeleteResult |
ReplicatedDHT.delete(OtpErlangString key,
int timeout)
Tries to delete all replicas of the given key.
|
DeleteResult |
ReplicatedDHT.delete(String key)
Tries to delete all replicas of the given key in 2000ms.
|
DeleteResult |
ReplicatedDHT.delete(String key,
int timeout)
Tries to delete all replicas of the given key.
|