Class EndInvalidationCommand

java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.hibernate.cache.commons.util.EndInvalidationCommand
All Implemented Interfaces:
org.infinispan.commands.remote.CacheRpcCommand, org.infinispan.commands.ReplicableCommand, org.infinispan.commands.TracedCommand

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 Details

    • 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
  • Method Details