Uses of Class
io.datarouter.client.memcached.tally.TallyKey
| Package | Description |
|---|---|
| io.datarouter.client.memcached.ratelimiter | |
| io.datarouter.client.memcached.tally |
-
Uses of TallyKey in io.datarouter.client.memcached.ratelimiter
Methods in io.datarouter.client.memcached.ratelimiter that return types with arguments of type TallyKey Modifier and Type Method Description MemcachedNode<TallyKey,Tally,Tally.TallyFielder>TallyNodeFactory. create(io.datarouter.storage.client.ClientId clientId, int version)MemcachedNode<TallyKey,Tally,Tally.TallyFielder>TallyNodeFactory. create(io.datarouter.storage.client.ClientId clientId, int version, java.lang.String tableName) -
Uses of TallyKey in io.datarouter.client.memcached.tally
Methods in io.datarouter.client.memcached.tally that return types with arguments of type TallyKey Modifier and Type Method Description java.lang.Class<TallyKey>Tally. getKeyClass()Constructors in io.datarouter.client.memcached.tally with parameters of type TallyKey Constructor Description Tally(TallyKey key, java.lang.Long tally)