Documentation ¶
Index ¶
- func NewAerospikeStateStore(logger logger.Logger) state.Store
- type Aerospike
- func (aspike *Aerospike) Delete(ctx context.Context, req *state.DeleteRequest) error
- func (aspike *Aerospike) Features() []state.Feature
- func (aspike *Aerospike) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
- func (aspike *Aerospike) GetComponentMetadata() map[string]string
- func (aspike *Aerospike) Init(_ context.Context, metadata state.Metadata) error
- func (aspike *Aerospike) Set(ctx context.Context, req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Aerospike ¶
Aerospike is a state store.
func (*Aerospike) Features ¶ added in v1.1.1
Features returns the features available in this state store.
func (*Aerospike) Get ¶
func (aspike *Aerospike) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
Get retrieves state from Aerospike with a key.
func (*Aerospike) GetComponentMetadata ¶ added in v1.10.1
Click to show internal directories.
Click to hide internal directories.