public abstract class Keyed extends Iced
| Modifier and Type | Field and Description |
|---|---|
Key |
_key
Key mapping a Value which holds this object; may be null
|
| Modifier and Type | Method and Description |
|---|---|
abstract long |
checksum()
High-quality 64-bit checksum of the content of the
object.
|
protected Futures |
remove_impl(Futures fs)
Override to remove subparts, but not self, of composite Keyed objects.
|
void |
remove()
Remove this Keyed object, and all subparts; blocking.
|
Futures |
remove(Futures fs)
Remove this Keyed object, and all subparts.
|
static void |
remove(Key k)
Remove this Keyed object, and all subparts; blocking.
|
static void |
remove(Key k,
Futures fs)
Remove this Keyed object, and all subparts.
|
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic final Key _key
public Keyed(Key key)
public final void remove()
public static void remove(Key k)
public abstract long checksum()