Interface CmdRegions

All Known Implementing Classes:
DefaultCmdRegions

public interface CmdRegions
Author:
渔民小镇
date:
2023-05-01
  • Method Details

    • loading

      void loading(int serverId, int[] cmdMerges)
    • unLoading

      void unLoading(int serverId)
    • existCmdMerge

      boolean existCmdMerge(int cmdMerge)
    • endpointLogicServerId

      int endpointLogicServerId(int cmdMerge, int[] logicServerIds)
    • getServerIdByCmdMerge

      int getServerIdByCmdMerge(int cmdMerge)