Uses of Class
org.infinispan.metadata.impl.IracMetadata
-
Packages that use IracMetadata Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.irac org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.container.versioning.irac org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.metadata.impl org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC.org.infinispan.transaction.impl org.infinispan.xsite org.infinispan.xsite.irac -
-
Uses of IracMetadata in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type IracMetadata Modifier and Type Method Description IracCleanupKeyCommandCommandsFactory. buildIracCleanupKeyCommand(Object key, Object lockOwner, IracMetadata tombstone)IracCleanupKeyCommandCommandsFactoryImpl. buildIracCleanupKeyCommand(Object key, Object lockOwner, IracMetadata tombstone)IracRemoveKeyCommandCommandsFactory. buildIracRemoveKeyCommand(Object key, IracMetadata iracMetadata)IracRemoveKeyCommandCommandsFactoryImpl. buildIracRemoveKeyCommand(Object key, IracMetadata iracMetadata)IracStateResponseCommandCommandsFactory. buildIracStateResponseCommand(Object key, Object lockOwner, IracMetadata tombstone)IracStateResponseCommandCommandsFactoryImpl. buildIracStateResponseCommand(Object key, Object lockOwner, IracMetadata tombstone) -
Uses of IracMetadata in org.infinispan.commands.irac
Constructors in org.infinispan.commands.irac with parameters of type IracMetadata Constructor Description IracCleanupKeyCommand(ByteString cacheName, Object key, Object lockOwner, IracMetadata tombstone)IracPutKeyCommand(ByteString cacheName, Object key, Object value, Metadata metadata, IracMetadata iracMetadata)IracRemoveKeyCommand(ByteString cacheName, Object key, IracMetadata iracMetadata)IracStateResponseCommand(ByteString cacheName, Object key, Object lockOwner, IracMetadata tombstone) -
Uses of IracMetadata in org.infinispan.commands.tx
Methods in org.infinispan.commands.tx that return IracMetadata Modifier and Type Method Description IracMetadataCommitCommand. getIracMetadata(int segment)Methods in org.infinispan.commands.tx with parameters of type IracMetadata Modifier and Type Method Description voidCommitCommand. addIracMetadata(int segment, IracMetadata metadata) -
Uses of IracMetadata in org.infinispan.container.versioning.irac
Methods in org.infinispan.container.versioning.irac that return IracMetadata Modifier and Type Method Description IracMetadataDefaultIracVersionGenerator. generateNewMetadata(int segment)IracMetadataIracVersionGenerator. generateNewMetadata(int segment)Generator a newIracMetadatafor a givensegment.IracMetadataNoOpIracVersionGenerator. generateNewMetadata(int segment)IracMetadataDefaultIracVersionGenerator. getTombstone(Object key)IracMetadataIracVersionGenerator. getTombstone(Object key)Returns the tombstone associated to thekeyornullif it doesn't exist.IracMetadataNoOpIracVersionGenerator. getTombstone(Object key)Methods in org.infinispan.container.versioning.irac with parameters of type IracMetadata Modifier and Type Method Description voidDefaultIracVersionGenerator. removeTombstone(Object key, IracMetadata iracMetadata)voidIracVersionGenerator. removeTombstone(Object key, IracMetadata iracMetadata)Removes the tombstone forkeyif the metadata matches.voidNoOpIracVersionGenerator. removeTombstone(Object key, IracMetadata iracMetadata)voidDefaultIracVersionGenerator. storeTombstone(Object key, IracMetadata metadata)voidIracVersionGenerator. storeTombstone(Object key, IracMetadata metadata)Stores a tombstone for a key removed.voidNoOpIracVersionGenerator. storeTombstone(Object key, IracMetadata metadata)voidDefaultIracVersionGenerator. storeTombstoneIfAbsent(Object key, IracMetadata metadata)voidIracVersionGenerator. storeTombstoneIfAbsent(Object key, IracMetadata metadata)Same asIracVersionGenerator.storeTombstone(Object, IracMetadata)but it doesn't overwrite an existing tombstone.voidNoOpIracVersionGenerator. storeTombstoneIfAbsent(Object key, IracMetadata metadata) -
Uses of IracMetadata in org.infinispan.context.impl
Methods in org.infinispan.context.impl that return types with arguments of type IracMetadata Modifier and Type Method Description CompletionStage<IracMetadata>LocalTxInvocationContext. getIracMetadata(Object key)Method parameters in org.infinispan.context.impl with type arguments of type IracMetadata Modifier and Type Method Description voidLocalTxInvocationContext. storeIracMetadata(Object key, CompletionStage<IracMetadata> metadata)Stores theIracMetadataassociated withkey. -
Uses of IracMetadata in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type IracMetadata Modifier and Type Method Description protected voidAbstractIracLocalSiteInterceptor. setIracMetadata(CacheEntry<?,?> entry, IracMetadata metadata)protected voidAbstractIracLocalSiteInterceptor. setMetadataToCacheEntry(CacheEntry<?,?> entry, IracMetadata metadata) -
Uses of IracMetadata in org.infinispan.metadata.impl
Methods in org.infinispan.metadata.impl that return IracMetadata Modifier and Type Method Description IracMetadataPrivateMetadata. iracMetadata()static IracMetadataIracMetadata. readFrom(ObjectInput in)IracMetadataIracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64. readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)Methods in org.infinispan.metadata.impl that return types with arguments of type IracMetadata Modifier and Type Method Description Class<IracMetadata>IracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64. getJavaClass()Methods in org.infinispan.metadata.impl with parameters of type IracMetadata Modifier and Type Method Description PrivateMetadata.BuilderPrivateMetadata.Builder. iracMetadata(IracMetadata metadata)Sets theIracMetadatato store.static voidIracMetadata. writeTo(ObjectOutput output, IracMetadata metadata)voidIracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64. writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, IracMetadata $3) -
Uses of IracMetadata in org.infinispan.remoting.responses
Methods in org.infinispan.remoting.responses that return IracMetadata Modifier and Type Method Description IracMetadataPrepareResponse. getIracMetadata(int segment)Method parameters in org.infinispan.remoting.responses with type arguments of type IracMetadata Modifier and Type Method Description voidPrepareResponse. setNewIracMetadata(Map<Integer,IracMetadata> map) -
Uses of IracMetadata in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl that return types with arguments of type IracMetadata Modifier and Type Method Description CompletionStage<IracMetadata>LocalTransaction. getIracMetadata(Object key)Method parameters in org.infinispan.transaction.impl with type arguments of type IracMetadata Modifier and Type Method Description voidLocalTransaction. storeIracMetadata(Object key, CompletionStage<IracMetadata> metadata)Stores theIracMetadataassociated withkey. -
Uses of IracMetadata in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type IracMetadata Modifier and Type Method Description CompletionStage<Void>BackupReceiver. putKeyValue(Object key, Object value, Metadata metadata, IracMetadata iracMetadata)Updates the key with the value from a remote site.CompletionStage<Void>ClusteredCacheBackupReceiver. putKeyValue(Object key, Object value, Metadata metadata, IracMetadata iracMetadata)CompletionStage<Void>BackupReceiver. removeKey(Object key, IracMetadata iracMetadata)Deletes the key.CompletionStage<Void>ClusteredCacheBackupReceiver. removeKey(Object key, IracMetadata iracMetadata) -
Uses of IracMetadata in org.infinispan.xsite.irac
Methods in org.infinispan.xsite.irac with parameters of type IracMetadata Modifier and Type Method Description voidDefaultIracManager. cleanupKey(Object key, Object lockOwner, IracMetadata tombstone)voidIracManager. cleanupKey(Object key, Object lockOwner, IracMetadata tombstone)Sets thekeyas not changed and remove any tombstone related to it.voidNoOpIracManager. cleanupKey(Object key, Object lockOwner, IracMetadata tombstone)voidDefaultIracManager. receiveState(Object key, Object lockOwner, IracMetadata tombstone)voidIracManager. receiveState(Object key, Object lockOwner, IracMetadata tombstone)Receives the state related to thekey.voidNoOpIracManager. receiveState(Object key, Object lockOwner, IracMetadata tombstone)
-