Interface PerCacheInboundInvocationHandler

    • Method Detail

      • setFirstTopologyAsMember

        void setFirstTopologyAsMember​(int firstTopologyAsMember)
        Parameters:
        firstTopologyAsMember - The first topology in which the local node was a member. Any command with a lower topology id will be ignored.
      • getFirstTopologyAsMember

        int getFirstTopologyAsMember()
        Returns:
        The first topology in which the local node was a member. Any command with a lower topology id will be ignored.
      • registerXSiteCommandReceiver

        void registerXSiteCommandReceiver()
      • checkForReadyTasks

        void checkForReadyTasks()
        Checks if any pending tasks are now ready to be ran and will run in them in a separate thread. This method does not block.