Uses of Class
org.infinispan.container.versioning.NumericVersion
-
Packages that use NumericVersion Package Description org.infinispan.container.versioning org.infinispan.metadata Metadata interfaces -
-
Uses of NumericVersion in org.infinispan.container.versioning
Methods in org.infinispan.container.versioning that return NumericVersion Modifier and Type Method Description NumericVersionNumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1. readFrom(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamReader $2)NumericVersionNumericVersion.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.container.versioning that return types with arguments of type NumericVersion Modifier and Type Method Description java.lang.Class<NumericVersion>NumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1. getJavaClass()java.util.Set<java.lang.Class<? extends NumericVersion>>NumericVersion.Externalizer. getTypeClasses()Methods in org.infinispan.container.versioning with parameters of type NumericVersion Modifier and Type Method Description voidNumericVersion.Externalizer. writeObject(java.io.ObjectOutput output, NumericVersion object)voidNumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1. writeTo(org.infinispan.protostream.ImmutableSerializationContext $1, org.infinispan.protostream.RawProtoStreamWriter $2, NumericVersion $3) -
Uses of NumericVersion in org.infinispan.metadata
Methods in org.infinispan.metadata that return NumericVersion Modifier and Type Method Description NumericVersionEmbeddedMetadata. getNumericVersion()Constructors in org.infinispan.metadata with parameters of type NumericVersion Constructor Description EmbeddedLifespanExpirableMetadata(long lifespan, NumericVersion numericVersion, SimpleClusteredVersion clusteredVersion)
-