Uses of Interface
com.iohao.net.server.cmd.CmdRegions
Packages that use CmdRegions
Package
Description
Net-server bootstrap, routing, load-balancing, and connection coordination components.
Command-region routing tables used by net-server logic dispatching.
-
Uses of CmdRegions in com.iohao.net.server
Methods in com.iohao.net.server that return CmdRegionsModifier and TypeMethodDescriptionNetServerSetting.cmdRegions()Returns the value of thecmdRegionsrecord component.Methods in com.iohao.net.server with parameters of type CmdRegionsModifier and TypeMethodDescriptionNetServerBuilder.setCmdRegions(CmdRegions cmdRegions) NetServerSetting.NetServerSettingBuilder.setCmdRegions(CmdRegions cmdRegions) Constructors in com.iohao.net.server with parameters of type CmdRegionsModifierConstructorDescriptionNetServerSetting(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 CmdRegions in com.iohao.net.server.cmd
Classes in com.iohao.net.server.cmd that implement CmdRegionsModifier and TypeClassDescriptionfinal classDefault command-region registry that maps command merges to candidate logic servers.