Uses of 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.IracCleanupKeysCommand
CommandsFactory.buildIracCleanupKeyCommand
(Collection<IracManagerKeyInfo> state) org.infinispan.commands.irac.IracCleanupKeysCommand
CommandsFactoryImpl.buildIracCleanupKeyCommand
(Collection<IracManagerKeyInfo> state) org.infinispan.commands.irac.IracPrimaryPendingKeyCheckCommand
CommandsFactory.buildIracPrimaryPendingKeyCheckCommand
(List<IracManagerKeyInfo> keys) org.infinispan.commands.irac.IracPrimaryPendingKeyCheckCommand
CommandsFactoryImpl.buildIracPrimaryPendingKeyCheckCommand
(List<IracManagerKeyInfo> keys) -
Uses of IracManagerKeyInfo in org.infinispan.xsite.irac
Classes in org.infinispan.xsite.irac that implement interfaces with type arguments of type IracManagerKeyInfoModifier and TypeClassDescriptionfinal class
WARNING: Generated code!Methods in org.infinispan.xsite.irac that return IracManagerKeyInfoModifier and TypeMethodDescriptionIracManagerKeyInfo$___Marshaller_ffb7c8fc5161b62d6fa165c4dca186972a2cb500a97c004b5f2d8be658bdf7dc.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.xsite.irac that return types with arguments of type IracManagerKeyInfoModifier and TypeMethodDescriptionIracManagerKeyInfo$___Marshaller_ffb7c8fc5161b62d6fa165c4dca186972a2cb500a97c004b5f2d8be658bdf7dc.getJavaClass()
DefaultIracManager.pendingKeys()
IracManager.pendingKeys()
Returns aStream
containing all keys that have not been acknowledged by other sites.NoOpIracManager.pendingKeys()
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) void
IracManagerKeyInfo$___Marshaller_ffb7c8fc5161b62d6fa165c4dca186972a2cb500a97c004b5f2d8be658bdf7dc.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, IracManagerKeyInfo $2) Method parameters in org.infinispan.xsite.irac with type arguments of type IracManagerKeyInfoModifier and TypeMethodDescriptionvoid
DefaultIracManager.checkStaleKeys
(Address origin, Collection<IracManagerKeyInfo> keys) void
IracManager.checkStaleKeys
(Address origin, Collection<IracManagerKeyInfo> keys) Checks a remote node's list ofIracManagerKeyInfo
for stale or outdated entries.void
NoOpIracManager.checkStaleKeys
(Address origin, Collection<IracManagerKeyInfo> keys)