Uses of Class
org.infinispan.commands.irac.IracPutKeyCommand
-
Packages that use IracPutKeyCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.irac -
-
Uses of IracPutKeyCommand in org.infinispan.commands
Methods in org.infinispan.commands that return IracPutKeyCommand Modifier and Type Method Description <K,V>
IracPutKeyCommandCommandsFactory. buildIracPutKeyCommand(InternalCacheEntry<K,V> entry)<K,V>
IracPutKeyCommandCommandsFactoryImpl. buildIracPutKeyCommand(InternalCacheEntry<K,V> entry) -
Uses of IracPutKeyCommand in org.infinispan.commands.irac
Methods in org.infinispan.commands.irac that return IracPutKeyCommand Modifier and Type Method Description IracPutKeyCommandIracPutKeyCommand. copyForCacheName(ByteString cacheName)
-