Uses of Interface
org.infinispan.commands.LocalCommand
-
Packages that use LocalCommand Package Description org.infinispan.commands.functional org.infinispan.commands.read org.infinispan.commands.write Commands that alter the state of the cache. -
-
Uses of LocalCommand in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement LocalCommand Modifier and Type Class Description classReadOnlyManyCommand<K,V,R>classTxReadOnlyManyCommand<K,V,R> -
Uses of LocalCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement LocalCommand Modifier and Type Class Description classAbstractLocalCommandAbstract classclassEntrySetCommand<K,V>Command implementation forMap.entrySet()functionality.classKeySetCommand<K,V>Command implementation forMap.keySet()functionality.classSizeCommandCommand to calculate the size of the cache -
Uses of LocalCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement LocalCommand Modifier and Type Class Description classEvictCommand
-