Uses of Class
org.redisson.connection.ServiceManager
Packages that use ServiceManager
Package
Description
-
Uses of ServiceManager in org.redisson
Methods in org.redisson that return ServiceManagerModifier and TypeMethodDescriptionRedisson.getServiceManager()RedissonObject.getServiceManager()Constructors in org.redisson with parameters of type ServiceManagerModifierConstructorDescriptionElementsSubscribeService(ServiceManager serviceManager) QueueTransferTask(ServiceManager serviceManager) RedisClusterNodes(ConnectionManager connectionManager, ServiceManager serviceManager, CommandAsyncExecutor commandExecutor) Deprecated.RedisNodes(ConnectionManager connectionManager, ServiceManager serviceManager, CommandAsyncExecutor commandExecutor) Deprecated. -
Uses of ServiceManager in org.redisson.api.map
Methods in org.redisson.api.map with parameters of type ServiceManagerModifier and TypeMethodDescriptionvoidRetryableMapWriterAsync.setServiceManager(ServiceManager serviceManager) -
Uses of ServiceManager in org.redisson.command
Methods in org.redisson.command that return ServiceManagerModifier and TypeMethodDescriptionCommandAsyncExecutor.getServiceManager()CommandAsyncService.getServiceManager() -
Uses of ServiceManager in org.redisson.connection
Fields in org.redisson.connection declared as ServiceManagerModifier and TypeFieldDescriptionprotected final ServiceManagerMasterSlaveConnectionManager.serviceManagerMethods in org.redisson.connection that return ServiceManagerModifier and TypeMethodDescriptionConnectionManager.getServiceManager()ConnectionsHolder.getServiceManager()MasterSlaveConnectionManager.getServiceManager()Constructors in org.redisson.connection with parameters of type ServiceManagerModifierConstructorDescriptionConnectionsHolder(RedisClient client, int poolMaxSize, Function<RedisClient, CompletionStage<T>> connectionCallback, ServiceManager serviceManager, boolean changeUsage) -
Uses of ServiceManager in org.redisson.misc
Methods in org.redisson.misc with parameters of type ServiceManagerModifier and TypeMethodDescriptionstatic <T> TProxyBuilder.create(ProxyBuilder.Callback commandExecutor, Object instance, Object implementation, Class<T> clazz, ServiceManager serviceManager)