Package org.redisson.api.redisnode
Interface RedisClusterSlave
- All Superinterfaces:
RedisClusterNode,RedisClusterNodeAsync,RedisClusterSlaveAsync,RedisNode,RedisNodeAsync
- All Known Implementing Classes:
RedisNode
Redis Cluster Salve node API interface
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.redisson.api.redisnode.RedisNode
RedisNode.InfoSection -
Method Summary
Methods inherited from interface org.redisson.api.redisnode.RedisClusterNode
clusterAddSlots, clusterCountFailureReports, clusterCountKeysInSlot, clusterDeleteSlots, clusterFlushSlots, clusterForget, clusterGetKeysInSlot, clusterId, clusterInfo, clusterMeet, clusterReplicate, clusterSetSlot, clusterSetSlot, clusterSlotsMethods inherited from interface org.redisson.api.redisnode.RedisClusterNodeAsync
clusterAddSlotsAsync, clusterCountFailureReportsAsync, clusterCountKeysInSlotAsync, clusterDeleteSlotsAsync, clusterFlushSlotsAsync, clusterForgetAsync, clusterGetKeysInSlotAsync, clusterIdAsync, clusterInfoAsync, clusterMeetAsync, clusterReplicateAsync, clusterSetSlotAsync, clusterSetSlotAsync, clusterSlotsAsyncMethods inherited from interface org.redisson.api.redisnode.RedisNode
getAddr, getConfig, getMemoryStatistics, info, ping, ping, setConfig, timeMethods inherited from interface org.redisson.api.redisnode.RedisNodeAsync
getConfigAsync, getMemoryStatisticsAsync, infoAsync, pingAsync, pingAsync, setConfigAsync, timeAsync