# Functions
NewStore creates a Store.
# Structs
Data contains all load data reported to the Store since the most recent call to stats().
LocalityData contains load data for a single locality.
RequestData contains request counts.
ServerLoadData contains server load data.
Store keeps the loads for multiple clusters and services to be reported via LRS.
# Interfaces
PerClusterReporter wraps the methods from the loadStore that are used here.