Package org.redisson.api.redisnode
Interface RedisClusterSlave
-
- All Superinterfaces:
RedisClusterNode
,RedisClusterNodeAsync
,RedisClusterSlaveAsync
,RedisNode
,RedisNodeAsync
- All Known Implementing Classes:
RedisNode
public interface RedisClusterSlave extends RedisClusterNode, RedisClusterSlaveAsync
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, clusterSlots
-
Methods inherited from interface org.redisson.api.redisnode.RedisClusterNodeAsync
clusterAddSlotsAsync, clusterCountFailureReportsAsync, clusterCountKeysInSlotAsync, clusterDeleteSlotsAsync, clusterFlushSlotsAsync, clusterForgetAsync, clusterGetKeysInSlotAsync, clusterIdAsync, clusterInfoAsync, clusterMeetAsync, clusterReplicateAsync, clusterSetSlotAsync, clusterSetSlotAsync, clusterSlotsAsync
-
Methods inherited from interface org.redisson.api.redisnode.RedisNode
getAddr, getConfig, getMemoryStatistics, info, ping, ping, setConfig, time
-
Methods inherited from interface org.redisson.api.redisnode.RedisNodeAsync
getConfigAsync, getMemoryStatisticsAsync, infoAsync, pingAsync, pingAsync, setConfigAsync, timeAsync
-
-