Uses of Interface
com.iohao.net.framework.communication.FutureManager
Packages that use FutureManager
Package
Description
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
Net-server Aeron connection management, connection metadata, and shutdown hooks.
Aeron fragment handlers used by net-server for peer registration and peer events.
-
Uses of FutureManager in com.iohao.net.framework.communication
Classes in com.iohao.net.framework.communication that implement FutureManagerModifier and TypeClassDescriptionfinal classDefault implementation ofFutureManagerbacked by a concurrent map. -
Uses of FutureManager in com.iohao.net.server
Fields in com.iohao.net.server declared as FutureManagerModifier and TypeFieldDescriptionprotected FutureManagerDefaultCommunicationAggregation.futureManagerMethods in com.iohao.net.server that return FutureManagerModifier and TypeMethodDescriptionNetServerSetting.futureManager()Returns the value of thefutureManagerrecord component.Methods in com.iohao.net.server with parameters of type FutureManagerModifier and TypeMethodDescriptionNetServerBuilder.setFutureManager(FutureManager futureManager) NetServerSetting.NetServerSettingBuilder.setFutureManager(FutureManager futureManager) Constructors in com.iohao.net.server with parameters of type FutureManagerModifierConstructorDescriptionNetServerSetting(int netId, io.aeron.Aeron aeron, CmdRegions cmdRegions, ConnectionManager connectionManager, SkeletonThreadPipeline skeletonThreadPipeline, CommunicationAggregation communicationAggregation, FindServer findServer, BalancedManager balancedManager, FutureManager futureManager, List<ServerShutdownHook> serverShutdownHookList, List<ServerListener> listenerList, Publisher publisher, ConvenientCommunication convenientCommunication) Creates an instance of aNetServerSettingrecord class. -
Uses of FutureManager in com.iohao.net.server.connection
Methods in com.iohao.net.server.connection that return FutureManagerModifier and TypeMethodDescriptionConnectionManagerParameter.futureManager()Returns the value of thefutureManagerrecord component.Methods in com.iohao.net.server.connection with parameters of type FutureManagerModifier and TypeMethodDescriptionConnectionManagerParameter.ConnectionManagerParameterBuilder.setFutureManager(FutureManager futureManager) Constructors in com.iohao.net.server.connection with parameters of type FutureManagerModifierConstructorDescriptionConnectionManagerParameter(io.aeron.Aeron aeron, Publisher publisher, int netId, String centerIp, FutureManager futureManager) Creates an instance of aConnectionManagerParameterrecord class. -
Uses of FutureManager in com.iohao.net.server.fragment
Fields in com.iohao.net.server.fragment declared as FutureManagerModifier and TypeFieldDescriptionprotected FutureManagerConnectResponseMessageOnFragment.futureManager