Interface PerCacheInboundInvocationHandler

    • Method Detail

      • handle

        void handle​(org.infinispan.commands.remote.CacheRpcCommand command,
                    Reply reply,
                    DeliverOrder order)
        Handles the CacheRpcCommand from other node.
        Parameters:
        command - the CacheRpcCommand to handle-
        reply - the return value is passed to this object in order to be sent back to the sender
        order - the DeliverOrder in which the command was sent
      • 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​(boolean sync)
      • registerXSiteActionSequencer

        default void registerXSiteActionSequencer​(ActionSequencer sequencer)
        Registers the ActionSequencer used by async cross-site requests to expose some internals metrics.