-
interface
Main parent interface for all Key/Value requests.
class
class
The
BaseKeyValueRequest
should be subclassed by all KeyValue requests since it
provides common ground for all of them (i.e.
class
class
A request to fetch a global configuration.
class
class
Represents a KV GetAndTouch operation.
class
Represents a KV GetAndTouch operation.
class
class
class
Represents a kv get meta operation.
class
Represents a KV Get (full document) operation.
class
class
Uses the KV "add" command to insert documents if they do not already exist.
class
class
Special observe request implementation to handle more than one key at the same time.
class
Represents a NOOP KV Request, doing nothing.
class
class
class
Parent class for requests which have their partition already set at creation time.
class
class
class
class
class
Represents a KV delete operation.
class
Uses the KV replace command to replace a document if it exists.
class
class
class
class
class
class
class
Uses the KV "set" command to unconditionally replace or insert documents regardless if they
exist or not.
-