m3db

package
v0.0.0-...-9649366 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAsyncClient

func NewAsyncClient(
	fn NewClientFn,
	done chan<- struct{},
) clusterclient.Client

NewAsyncClient returns a new AsyncClient.

Types

type AsyncClient

type AsyncClient struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

AsyncClient is a thin wrapper around a cluster client that allows for lazy initialization.

func (*AsyncClient) KV

func (c *AsyncClient) KV() (kv.Store, error)

KV returns access to the distributed configuration store. To be deprecated.

func (*AsyncClient) Services

Services returns access to the set of services.

func (*AsyncClient) Store

func (c *AsyncClient) Store(opts kv.OverrideOptions) (kv.Store, error)

Store returns access to the distributed configuration store with a namespace.

func (*AsyncClient) Txn

func (c *AsyncClient) Txn() (kv.TxnStore, error)

Txn returns access to the transaction store. To be deprecated.

func (*AsyncClient) TxnStore

func (c *AsyncClient) TxnStore(opts kv.OverrideOptions) (kv.TxnStore, error)

TxnStore returns access to the transaction store with a namespace.

type NewClientFn

type NewClientFn func() (clusterclient.Client, error)

NewClientFn creates a cluster client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL