Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cassandra ¶
type Cassandra struct { state.DefaultBulkStore // contains filtered or unexported fields }
Cassandra is a state store implementation for Apache Cassandra
func NewCassandraStateStore ¶
NewCassandraStateStore returns a new cassandra state store
func (*Cassandra) Delete ¶
func (c *Cassandra) Delete(req *state.DeleteRequest) error
Delete performs a delete operation
func (*Cassandra) Get ¶
func (c *Cassandra) Get(req *state.GetRequest) (*state.GetResponse, error)
Get retrieves state from cassandra with a key
Click to show internal directories.
Click to hide internal directories.