Package org.redisson.connection
Class SingleConnectionManager
- java.lang.Object
-
- org.redisson.connection.MasterSlaveConnectionManager
-
- org.redisson.connection.SingleConnectionManager
-
- All Implemented Interfaces:
ConnectionManager
public class SingleConnectionManager extends MasterSlaveConnectionManager
- Author:
- Nikita Koksharov
-
-
Field Summary
-
Fields inherited from class org.redisson.connection.MasterSlaveConnectionManager
codec, config, dnsMonitor, DUMMY_TIMEOUT, group, id, MAX_SLOT, resolverGroup, singleSlotRange, socketChannelClass, subscribeService
-
-
Constructor Summary
Constructors Constructor Description SingleConnectionManager(SingleServerConfig cfg, Config config, UUID id)
-
Method Summary
-
Methods inherited from class org.redisson.connection.MasterSlaveConnectionManager
applyNatMap, calcSlot, calcSlot, changeMaster, closeNodeConnection, closeNodeConnections, connectionReadOp, connectionWriteOp, connectToNode, connectToNode, create, createClient, createClient, createClient, createNodeNotFoundException, createRedisConfig, disconnectNode, getCfg, getCodec, getConfig, getConnectionEventsHub, getConnectionWatcher, getDisconnectedNodes, getElementsSubscribeService, getEntry, getEntry, getEntry, getEntry, getEntry, getEntrySet, getExecutor, getGroup, getId, getLastClusterNode, getShutdownLatch, getShutdownPromise, getSubscribeService, initSingleEntry, initTimer, isClusterMode, isShutdown, isShuttingDown, newTimeout, releaseRead, releaseWrite, shutdown, shutdown, startDNSMonitoring, stopThreads
-
-
-
-
Constructor Detail
-
SingleConnectionManager
public SingleConnectionManager(SingleServerConfig cfg, Config config, UUID id)
-
-