kvconfig

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2021 License: Apache-2.0 Imports: 0 Imported by: 8

Documentation

Index

Constants

View Source
const (
	// NamespacesKey is the KV config key for the runtime configuration
	// specifying the namespaces configured.
	NamespacesKey = "m3db.node.namespaces"

	// BootstrapperKey is the KV config key for the runtime configuration
	// specifying the set of bootstrappers as a string array.
	BootstrapperKey = "m3db.node.bootstrapper"

	// ClusterNewSeriesInsertLimitKey is the KV config key for the runtime
	// configuration specifying a hard limit for a cluster new series insertions.
	ClusterNewSeriesInsertLimitKey = "m3db.node.cluster-new-series-insert-limit"

	// EncodersPerBlockLimitKey is the KV config key for the runtime
	// configuration specifying a hard limit on the number of active encoders
	// per block.
	EncodersPerBlockLimitKey = "m3db.node.encoders-per-block-limit"

	// ClientBootstrapConsistencyLevel is the KV config key for the runtime
	// configuration specifying the client bootstrap consistency level
	ClientBootstrapConsistencyLevel = "m3db.client.bootstrap-consistency-level"

	// ClientReadConsistencyLevel is the KV config key for the runtime
	// configuration specifying the client read consistency level
	ClientReadConsistencyLevel = "m3db.client.read-consistency-level"

	// ClientWriteConsistencyLevel is the KV config key for the runtime
	// configuration specifying the client write consistency level
	ClientWriteConsistencyLevel = "m3db.client.write-consistency-level"

	// QueryLimits is the KV config key for query limits enforced on each dbnode.
	QueryLimits = "m3db.query.limits"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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