Uses of Class
org.infinispan.container.versioning.irac.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
Modifier and TypeMethodDescriptionorg.infinispan.commands.irac.IracMetadataRequestCommand
CommandsFactory.buildIracMetadataRequestCommand
(int segment, IracEntryVersion versionSeen) org.infinispan.commands.irac.IracMetadataRequestCommand
CommandsFactoryImpl.buildIracMetadataRequestCommand
(int segment, IracEntryVersion versionSeen) Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionIracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5.getJavaClass()
DefaultIracVersionGenerator.peek()
Modifier 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
ModifierConstructorDescriptionIracMetadata
(String site, IracEntryVersion version) IracMetadata
(ByteString site, IracEntryVersion version) -
Uses of IracEntryVersion in org.infinispan.util
Modifier and TypeMethodDescriptionstatic IracEntryVersion
IracUtils.getIracVersionFromCacheEntry
(CacheEntry<?, ?> entry)