Uses of Class
org.infinispan.container.versioning.irac.IracEntryVersion
Packages that use IracEntryVersion
Package
Description
Commands that operate on the cache, either locally or remotely.
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of IracEntryVersion in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type IracEntryVersionModifier and TypeMethodDescriptionorg.infinispan.commands.irac.IracMetadataRequestCommand
CommandsFactory.buildIracMetadataRequestCommand
(int segment, IracEntryVersion versionSeen) org.infinispan.commands.irac.IracMetadataRequestCommand
CommandsFactoryImpl.buildIracMetadataRequestCommand
(int segment, IracEntryVersion versionSeen) Method parameters in org.infinispan.commands with type arguments of type IracEntryVersionModifier and TypeMethodDescriptionorg.infinispan.commands.irac.IracUpdateVersionCommand
CommandsFactory.buildIracUpdateVersionCommand
(Map<Integer, IracEntryVersion> segmentsVersion) org.infinispan.commands.irac.IracUpdateVersionCommand
CommandsFactoryImpl.buildIracUpdateVersionCommand
(Map<Integer, IracEntryVersion> segmentsVersion) -
Uses of IracEntryVersion in org.infinispan.container.versioning.irac
Methods in org.infinispan.container.versioning.irac that return IracEntryVersionModifier and TypeMethodDescriptionIracEntryVersion.increment
(ByteString siteName, int topologyId) IracEntryVersion.merge
(IracEntryVersion other) static IracEntryVersion
IracEntryVersion.newVersion
(ByteString site, TopologyIracVersion version) IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.container.versioning.irac that return types with arguments of type IracEntryVersionModifier and TypeMethodDescriptionIracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5.getJavaClass()
DefaultIracVersionGenerator.peek()
Methods in org.infinispan.container.versioning.irac with parameters of type IracEntryVersionModifier and TypeMethodDescriptionIracEntryVersion.compareTo
(IracEntryVersion other) Compares this instance with anotherIracEntryVersion
instance.DefaultIracVersionGenerator.generateNewMetadata
(int segment, IracEntryVersion versionSeen) IracVersionGenerator.generateNewMetadata
(int segment, IracEntryVersion versionSeen) Same asIracVersionGenerator.generateNewMetadata(int)
but it makes sure the new version is higher thanversionSeen
.NoOpIracVersionGenerator.generateNewMetadata
(int segment, IracEntryVersion versionSeen) IracEntryVersion.merge
(IracEntryVersion other) void
DefaultIracVersionGenerator.updateVersion
(int segment, IracEntryVersion remoteVersion) void
IracVersionGenerator.updateVersion
(int segment, IracEntryVersion remoteVersion) Updates the version for thesegment
with a newremoteVersion
seen.void
NoOpIracVersionGenerator.updateVersion
(int segment, IracEntryVersion remoteVersion) void
IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, IracEntryVersion $2) -
Uses of IracEntryVersion in org.infinispan.metadata.impl
Methods in org.infinispan.metadata.impl that return IracEntryVersionConstructors in org.infinispan.metadata.impl with parameters of type IracEntryVersionModifierConstructorDescriptionIracMetadata
(String site, IracEntryVersion version) IracMetadata
(ByteString site, IracEntryVersion version) -
Uses of IracEntryVersion in org.infinispan.util
Methods in org.infinispan.util that return IracEntryVersionModifier and TypeMethodDescriptionstatic IracEntryVersion
IracUtils.getIracVersionFromCacheEntry
(CacheEntry<?, ?> entry)