Uses of Class
io.datarouter.client.redis.client.DatarouterRedisClient
| Package | Description |
|---|---|
| io.datarouter.client.redis.client | |
| io.datarouter.client.redis.node |
-
Uses of DatarouterRedisClient in io.datarouter.client.redis.client
Methods in io.datarouter.client.redis.client that return DatarouterRedisClient Modifier and Type Method Description DatarouterRedisClientRedisClientHolder. get(io.datarouter.storage.client.ClientId clientId)DatarouterRedisClientRedisClientManager. getClient(io.datarouter.storage.client.ClientId clientId)Methods in io.datarouter.client.redis.client that return types with arguments of type DatarouterRedisClient Modifier and Type Method Description Supplier<DatarouterRedisClient>RedisClientManager. getLazyClient(io.datarouter.storage.client.ClientId clientId)Methods in io.datarouter.client.redis.client with parameters of type DatarouterRedisClient Modifier and Type Method Description voidRedisClientHolder. registerClient(io.datarouter.storage.client.ClientId clientId, DatarouterRedisClient client) -
Uses of DatarouterRedisClient in io.datarouter.client.redis.node
Constructor parameters in io.datarouter.client.redis.node with type arguments of type DatarouterRedisClient Constructor Description RedisBlobNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.file.PathbeanKey,io.datarouter.storage.file.Pathbean,io.datarouter.storage.file.Pathbean.PathbeanFielder> params, io.datarouter.storage.client.ClientType<?,?> clientType, RedisBlobCodec codec, Supplier<DatarouterRedisClient> lazyClient)RedisTallyNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.tally.TallyKey,io.datarouter.storage.tally.Tally,io.datarouter.storage.tally.Tally.TallyFielder> params, io.datarouter.storage.client.ClientType<?,?> clientType, RedisTallyCodec codec, Supplier<DatarouterRedisClient> lazyClient)