Class EndInvalidationCommand

  • All Implemented Interfaces:
    org.infinispan.commands.remote.CacheRpcCommand, org.infinispan.commands.ReplicableCommand

    public class EndInvalidationCommand
    extends org.infinispan.commands.remote.BaseRpcCommand
    Sent in commit phase (after DB commit) to remote nodes in order to stop invalidating putFromLoads.
    Author:
    Radim Vansa <rvansa@redhat.com>
    • Constructor Detail

      • EndInvalidationCommand

        public EndInvalidationCommand​(org.infinispan.util.ByteString cacheName)
      • EndInvalidationCommand

        public EndInvalidationCommand​(org.infinispan.util.ByteString cacheName,
                                      Object[] keys,
                                      Object lockOwner)
        Parameters:
        cacheName - name of the cache to evict