Documentation
¶
Index ¶
- func NewCoherenceStateStore(logger logger.Logger) state.Store
- type Coherence
- func (c *Coherence) BulkDelete(ctx context.Context, req []state.DeleteRequest, opts state.BulkStoreOpts) error
- func (c *Coherence) BulkGet(ctx context.Context, req []state.GetRequest, _ state.BulkGetOpts) ([]state.BulkGetResponse, error)
- func (c *Coherence) BulkSet(ctx context.Context, req []state.SetRequest, _ state.BulkStoreOpts) error
- func (c *Coherence) Close() (err error)
- func (c *Coherence) Delete(ctx context.Context, req *state.DeleteRequest) error
- func (c *Coherence) Features() []state.Feature
- func (c *Coherence) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
- func (c *Coherence) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
- func (c *Coherence) Init(_ context.Context, metadata state.Metadata) error
- func (c *Coherence) Ping(ctx context.Context) error
- func (c *Coherence) Set(ctx context.Context, req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Coherence ¶
func (*Coherence) BulkDelete ¶
func (c *Coherence) BulkDelete(ctx context.Context, req []state.DeleteRequest, opts state.BulkStoreOpts) error
func (*Coherence) BulkGet ¶
func (c *Coherence) BulkGet(ctx context.Context, req []state.GetRequest, _ state.BulkGetOpts) ([]state.BulkGetResponse, error)
func (*Coherence) BulkSet ¶
func (c *Coherence) BulkSet(ctx context.Context, req []state.SetRequest, _ state.BulkStoreOpts) error
func (*Coherence) Get ¶
func (c *Coherence) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
func (*Coherence) GetComponentMetadata ¶
func (c *Coherence) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
Click to show internal directories.
Click to hide internal directories.