Uses of Record Class
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.IracCleanupKeysCommandCommandsFactory.buildIracCleanupKeyCommand(Collection<IracManagerKeyInfo> state) org.infinispan.commands.irac.IracCleanupKeysCommandCommandsFactoryImpl.buildIracCleanupKeyCommand(Collection<IracManagerKeyInfo> state) org.infinispan.commands.irac.IracPrimaryPendingKeyCheckCommandCommandsFactory.buildIracPrimaryPendingKeyCheckCommand(List<IracManagerKeyInfo> keys) org.infinispan.commands.irac.IracPrimaryPendingKeyCheckCommandCommandsFactoryImpl.buildIracPrimaryPendingKeyCheckCommand(List<IracManagerKeyInfo> keys) -
Uses of IracManagerKeyInfo in org.infinispan.xsite.irac
Methods in org.infinispan.xsite.irac that return IracManagerKeyInfoModifier and TypeMethodDescriptionstatic IracManagerKeyInfoIracManagerKeyInfo.readFrom(ObjectInput input) Methods in org.infinispan.xsite.irac that return types with arguments of type IracManagerKeyInfoModifier and TypeMethodDescriptionDefaultIracManager.pendingKeys()IracManager.pendingKeys()Returns aStreamcontaining all keys that have not been acknowledged by other sites.NoOpIracManager.pendingKeys()Methods in org.infinispan.xsite.irac with parameters of type IracManagerKeyInfoModifier and TypeMethodDescriptionvoidDefaultIracManager.removeState(IracManagerKeyInfo state) voidIracManager.removeState(IracManagerKeyInfo state) Removes the state associated to a single key.voidNoOpIracManager.removeState(IracManagerKeyInfo state) static voidIracManagerKeyInfo.writeTo(ObjectOutput output, IracManagerKeyInfo keyInfo) Method parameters in org.infinispan.xsite.irac with type arguments of type IracManagerKeyInfoModifier and TypeMethodDescriptionvoidDefaultIracManager.checkStaleKeys(Address origin, Collection<IracManagerKeyInfo> keys) voidIracManager.checkStaleKeys(Address origin, Collection<IracManagerKeyInfo> keys) Checks a remote node's list ofIracManagerKeyInfofor stale or outdated entries.voidNoOpIracManager.checkStaleKeys(Address origin, Collection<IracManagerKeyInfo> keys)