All Classes and Interfaces
Class
Description
An operation to be issued to a Cassandra storage layer.
An abstract class common to all notifications that need to issue some sort of
data to the upper layers.
An abstract class common to all execute replies issued by the storage layer.
An abstract class common to all notifications issued by the storage layer
protocols.
An abstract class representing an operation issued to the storage layer.
An enumerator containing a set of common operation status performed by the storage layer.
An abstract class common to all replies issued by the storage layer.
A request common to all requests issued on the storage layer.
An abstract class common to all timers in the storage layer.
An auxiliary class to enable defining a set of conditions to be applied to a list of objects.
A reply issued by a creation of a collection in a given keySpace.
A request issued by the application to create a collection in a given
keyspace.
A reply issued by a creation of a keySpace.
A request issued by the application to create a keyspace.
A reply issued by the deletion of a collection in a given keySpace.
A request issued to perform the deletion of a collection in a given keySpace.
A reply issued by a removal of a keySpace.
A request issued by the application to delete a keyspace.
A reply of an operation parsed as a JSON string.
A reply of an operation parsed as simple byte array.
A request issued by the application to perform an operation (e.g., UPDATE,
CREATE, READ, etc.) on a specific collection of a keySpace.
A reply of an operation that contains only the status of an operation.
A notification of new data parsed as a JSON string.
A reply issued by a modification in a given keySpace.
A reply issued by the modification of a keySpace.
A reply of an operation not supported by the storage layer.
An operation with a payload (represented as a byte[]) as well as set of conditions (i.e., a selector)
to be applied to the objects.
A operation containing a payload (represented as a byte []).
A timer in charge of periodically persist the storage layer data on disk.
An operation to create a replicated object on the storage layer.
An operation to delete a replicated data structure on the storage layer.
An operation to performed on top of replicated data structure on the storage
layer.
An enumerator that contains the set of generic replicated data structures
available in the library, as well as the operations allowed for each one.
An enumerator containing the replicated data structures available in the
library.
An enumerator containing the generic operations available on top of the
replicated data structures.
A notification informing that a storage layer node as went down due to an
internal server error.
An operation issued to blockchain storage layer, realized internally by a smart contract.
A notification informing the storage layer of a change in a specific object.