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