This returns the retrieved stat entries. On error status, this returns nil. The mapping is stored as: shard id -> stats key -> stats value (If the client is unsharded, the shard id is always zero).
()
| 119 | // shard id -> stats key -> stats value |
| 120 | // (If the client is unsharded, the shard id is always zero). |
| 121 | Entries() map[int](map[string]string) |
| 122 | } |
| 123 | |
| 124 | // NOTE(mihnea) - ideally we should be able to separate methods that are state-aware |
no outgoing calls