Documentation ¶
Index ¶
- func NewAerospikeStateStore(logger logger.Logger) state.Store
- type Aerospike
- func (aspike *Aerospike) BulkDelete(req []state.DeleteRequest) error
- func (aspike *Aerospike) BulkSet(req []state.SetRequest) error
- func (aspike *Aerospike) Delete(req *state.DeleteRequest) error
- func (aspike *Aerospike) Get(req *state.GetRequest) (*state.GetResponse, error)
- func (aspike *Aerospike) Init(metadata state.Metadata) error
- func (aspike *Aerospike) Set(req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Aerospike ¶
type Aerospike struct {
// contains filtered or unexported fields
}
Aerospike is a state store
func (*Aerospike) BulkDelete ¶
func (aspike *Aerospike) BulkDelete(req []state.DeleteRequest) error
BulkDelete performs a bulk delete operation
func (*Aerospike) BulkSet ¶
func (aspike *Aerospike) BulkSet(req []state.SetRequest) error
BulkSet performs a bulks save operation
func (*Aerospike) Delete ¶
func (aspike *Aerospike) Delete(req *state.DeleteRequest) error
Delete performs a delete operation
func (*Aerospike) Get ¶
func (aspike *Aerospike) Get(req *state.GetRequest) (*state.GetResponse, error)
Get retrieves state from Aerospike with a key
Click to show internal directories.
Click to hide internal directories.