package
0.0.0-20180929164314-b5bdc3694f97
Repository: https://github.com/m3db/m3aggregator.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewAllowAllRouter creates a new router that routes all data to the backend queue.
NewBroadcastRouter creates a broadcast router.
NewMockRouter creates a new mock instance.
NewShardedRouter creates a sharded router.
NewWithAckRouter creates a new router that routes buffer and waits for acknowledgements.
# Structs
MockRouter is a mock of Router interface.
MockRouterMockRecorder is the mock recorder for MockRouter.
ShardedQueue is a backend queue responsible for a set of shards.
# Interfaces
Router routes data to the corresponding backends.