Uses of Interface
org.infinispan.xsite.irac.IracManagerKeyInfo
Packages that use IracManagerKeyInfo
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of IracManagerKeyInfo in org.infinispan.commands
Method parameters in org.infinispan.commands with type arguments of type IracManagerKeyInfoModifier and TypeMethodDescriptionorg.infinispan.commands.irac.IracCleanupKeysCommand
CommandsFactory.buildIracCleanupKeyCommand
(Collection<? extends IracManagerKeyInfo> state) org.infinispan.commands.irac.IracCleanupKeysCommand
CommandsFactoryImpl.buildIracCleanupKeyCommand
(Collection<? extends IracManagerKeyInfo> state) -
Uses of IracManagerKeyInfo in org.infinispan.xsite.irac
Classes in org.infinispan.xsite.irac that implement IracManagerKeyInfoMethods in org.infinispan.xsite.irac that return IracManagerKeyInfoModifier and TypeMethodDescriptionstatic IracManagerKeyInfo
IracManagerKeyInfoImpl.readFrom
(ObjectInput input) Methods in org.infinispan.xsite.irac with parameters of type IracManagerKeyInfoModifier and TypeMethodDescriptionvoid
DefaultIracManager.removeState
(IracManagerKeyInfo state) void
IracManager.removeState
(IracManagerKeyInfo state) Removes the state associated to a single key.void
NoOpIracManager.removeState
(IracManagerKeyInfo state) static void
IracManagerKeyInfoImpl.writeTo
(ObjectOutput output, IracManagerKeyInfo keyInfo)