Class EvictAllCommand

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

    public class EvictAllCommand
    extends org.infinispan.commands.remote.BaseRpcCommand
    Evict all command
    Since:
    4.0
    Author:
    Galder ZamarreƱo
    • Constructor Detail

      • EvictAllCommand

        public EvictAllCommand​(org.infinispan.util.ByteString regionName,
                               InfinispanBaseRegion region)
        Evict all command constructor.
        Parameters:
        regionName - name of the region to evict
        region - to evict
      • EvictAllCommand

        public EvictAllCommand​(org.infinispan.util.ByteString regionName)
        Evict all command constructor.
        Parameters:
        regionName - name of the region to evict
    • Method Detail

      • getCommandId

        public byte getCommandId()
      • isReturnValueExpected

        public boolean isReturnValueExpected()
      • readFrom

        public void readFrom​(ObjectInput input)