Uses of Class
org.infinispan.commands.write.InvalidateVersionsCommand
-
Packages that use InvalidateVersionsCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of InvalidateVersionsCommand in org.infinispan.commands
Methods in org.infinispan.commands that return InvalidateVersionsCommand Modifier and Type Method Description InvalidateVersionsCommand
CommandsFactory. buildInvalidateVersionsCommand(int topologyId, Object[] keys, int[] topologyIds, long[] versions, boolean removed)
InvalidateVersionsCommand
CommandsFactoryImpl. buildInvalidateVersionsCommand(int topologyId, Object[] keys, int[] topologyIds, long[] versions, boolean removed)
-