You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added statistics support (#11)
* Added statistics support
* added delegating stats collector
* Added error counts to stats
* Added noop version of collector
* Made it doubles and added toMap
* javadoc warning
* batch load count is now the number of objects loaded via the batch function and batch invoke count the number of invocations of the batch function
* readme updates
* Made Statistics a class