Uses of Class
org.infinispan.container.versioning.irac.IracEntryVersion
-
Packages that use IracEntryVersion Package Description org.infinispan.container.versioning.irac org.infinispan.metadata.impl -
-
Uses of IracEntryVersion in org.infinispan.container.versioning.irac
Methods in org.infinispan.container.versioning.irac that return IracEntryVersion Modifier and Type Method Description IracEntryVersionIracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5. readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)Methods in org.infinispan.container.versioning.irac that return types with arguments of type IracEntryVersion Modifier and Type Method Description Class<IracEntryVersion>IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5. getJavaClass()Methods in org.infinispan.container.versioning.irac with parameters of type IracEntryVersion Modifier and Type Method Description InequalVersionComparisonResultIracEntryVersion. compareTo(IracEntryVersion other)Compares this instance with anotherIracEntryVersioninstance.voidDefaultIracVersionGenerator. updateVersion(int segment, IracEntryVersion remoteVersion)voidIracVersionGenerator. updateVersion(int segment, IracEntryVersion remoteVersion)Updates the version for thesegmentwith a newremoteVersionseen.voidNoOpIracVersionGenerator. updateVersion(int segment, IracEntryVersion remoteVersion)voidIracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5. writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, IracEntryVersion $3) -
Uses of IracEntryVersion in org.infinispan.metadata.impl
Methods in org.infinispan.metadata.impl that return IracEntryVersion Modifier and Type Method Description IracEntryVersionIracMetadata. getVersion()Constructors in org.infinispan.metadata.impl with parameters of type IracEntryVersion Constructor Description IracMetadata(String site, IracEntryVersion version)
-