package
0.0.0-20180929164314-b5bdc3694f97
Repository: https://github.com/m3db/m3aggregator.git
Documentation: pkg.go.dev

# Functions

MustParseShardSet parses a shard set from the input string, and panics if parsing is unsuccessful.
NewAggregatedSharder creates a new aggregated sharder.
NewSharderID creates a new sharder id.
ParseShardSet parses a shard set from the input string.

# Constants

List of supported hashing types.
Murmur32Hash represents the murmur3 hash.

# Variables

NoShardingSharderID is the sharder id used where no sharding is applicable.

# Structs

AggregatedSharder maps an aggregated metric to a shard.
SharderID uniquely identifies a sharder.

# Type aliases

AggregatedShardFn maps a chunked id to a shard.
HashType is the hashing type.
ShardFn maps a id to a shard.
ShardSet is a collection of shards organized as a set.