package
0.0.0-20181004223527-c39c2fec55dc
Repository: https://github.com/m3db/m3em.git
Documentation: pkg.go.dev

# Functions

New returns a new cluster backed by provided service nodes.
NewOptions returns a new Options object.

# Constants

ClusterStatusError refers to a cluster in error.
ClusterStatusRunning refers to the state of a cluster with running nodes.
ClusterStatusSetup refers to the state of a cluster whose nodes have been setup, and the cluster has an assigned placement.
ClusterStatusUninitialized refers to the state of an un-initialized cluster.

# Structs

Configuration is a YAML wrapper around Options.

# Interfaces

Cluster is a collection of ServiceNodes with a m3cluster Placement.
Options represents the options to configure a `Cluster`.

# Type aliases

Status indicates the different states a Cluster can be in.