Documentation ¶
Index ¶
- func NewRethinkDBStateStore(logger logger.Logger) state.Store
- type RethinkDB
- func (s *RethinkDB) BulkDelete(ctx context.Context, req []state.DeleteRequest) error
- func (s *RethinkDB) BulkSet(ctx context.Context, req []state.SetRequest) error
- func (s *RethinkDB) Delete(ctx context.Context, req *state.DeleteRequest) error
- func (s *RethinkDB) Features() []state.Feature
- func (s *RethinkDB) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
- func (s *RethinkDB) GetComponentMetadata() map[string]string
- func (s *RethinkDB) Init(ctx context.Context, metadata state.Metadata) error
- func (s *RethinkDB) Set(ctx context.Context, req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RethinkDB ¶
RethinkDB is a state store implementation with transactional support for RethinkDB.
func (*RethinkDB) BulkDelete ¶
BulkDelete performs a bulk delete operation.
func (*RethinkDB) Features ¶ added in v1.1.1
Features returns the features available in this state store.
func (*RethinkDB) Get ¶
func (s *RethinkDB) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
Get retrieves a RethinkDB KV item.
func (*RethinkDB) GetComponentMetadata ¶ added in v1.10.1
Click to show internal directories.
Click to hide internal directories.