Result_NoneIOErrorZ |
MonitorUpdatingPersister.cleanup_stale_updates(boolean lazy) |
Cleans up stale updates for all monitors.
|
Result_NoneIOErrorZ |
Result_NoneIOErrorZ.clone() |
Creates a new CResult_NoneIOErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_NoneIOErrorZ |
Result_NoneIOErrorZ.err(IOError e) |
Creates a new CResult_NoneIOErrorZ in the error state.
|
Result_NoneIOErrorZ |
BackgroundProcessor.join() |
Join `BackgroundProcessor`'s thread, returning any error that occurred while persisting
[`ChannelManager`].
|
static Result_NoneIOErrorZ |
Result_NoneIOErrorZ.ok() |
Creates a new CResult_NoneIOErrorZ in the success state.
|
Result_NoneIOErrorZ |
Persister.persist_graph(NetworkGraph network_graph) |
Persist the given [`NetworkGraph`] to disk, returning an error if persistence failed.
|
Result_NoneIOErrorZ |
Persister.PersisterInterface.persist_graph(NetworkGraph network_graph) |
Persist the given [`NetworkGraph`] to disk, returning an error if persistence failed.
|
Result_NoneIOErrorZ |
Persister.persist_manager(ChannelManager channel_manager) |
Persist the given ['ChannelManager'] to disk, returning an error if persistence failed.
|
Result_NoneIOErrorZ |
Persister.PersisterInterface.persist_manager(ChannelManager channel_manager) |
Persist the given ['ChannelManager'] to disk, returning an error if persistence failed.
|
Result_NoneIOErrorZ |
Persister.persist_scorer(WriteableScore scorer) |
Persist the given [`WriteableScore`] to disk, returning an error if persistence failed.
|
Result_NoneIOErrorZ |
Persister.PersisterInterface.persist_scorer(WriteableScore scorer) |
Persist the given [`WriteableScore`] to disk, returning an error if persistence failed.
|
Result_NoneIOErrorZ |
KVStore.KVStoreInterface.remove(String primary_namespace,
String secondary_namespace,
String key,
boolean lazy) |
Removes any data that had previously been persisted under the given `key`.
|
Result_NoneIOErrorZ |
KVStore.remove(String primary_namespace,
String secondary_namespace,
String key,
boolean lazy) |
Removes any data that had previously been persisted under the given `key`.
|
Result_NoneIOErrorZ |
BackgroundProcessor.stop() |
Stop `BackgroundProcessor`'s thread, returning any error that occurred while persisting
[`ChannelManager`].
|
Result_NoneIOErrorZ |
KVStore.KVStoreInterface.write(String primary_namespace,
String secondary_namespace,
String key,
byte[] buf) |
Persists the given data under the given `key`.
|
Result_NoneIOErrorZ |
KVStore.write(String primary_namespace,
String secondary_namespace,
String key,
byte[] buf) |
Persists the given data under the given `key`.
|