Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hazelcast ¶
type Hazelcast struct { state.DefaultBulkStore // contains filtered or unexported fields }
Hazelcast state store
func NewHazelcastStore ¶
NewHazelcastStore returns a new hazelcast backed state store
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.