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