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 class
ReadOnlyManyCommand<K,V,R>
class
TxReadOnlyManyCommand<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 class
AbstractLocalCommand
Abstract classclass
EntrySetCommand<K,V>
Command implementation forMap.entrySet()
functionality.class
KeySetCommand<K,V>
Command implementation forMap.keySet()
functionality.class
SizeCommand
Command 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 class
EvictCommand
-