Class Version


  • @Immutable
    @Deprecated
    public class Version
    extends java.lang.Object
    Deprecated.
    Use Version instead
    Contains version information about this release of Infinispan.
    Since:
    4.0
    Author:
    Bela Ban
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static boolean compareTo​(byte[] v)
      Deprecated.
       
      static java.lang.String decodeVersion​(short version)
      Deprecated.
       
      static java.lang.String decodeVersionForSerialization​(short version)
      Deprecated.
      Serialization only looks at major and minor, not micro or below.
      static java.lang.String getBrandName()
      Deprecated.
       
      static java.lang.String getCodename()
      Deprecated.
       
      static java.lang.String getMajor()
      Deprecated.
       
      static java.lang.String getMajorMinor()
      Deprecated.
       
      static short getMarshallVersion()
      Deprecated.
       
      static java.lang.String getModuleSlot()
      Deprecated.
       
      static java.lang.String getSchemaVersion()
      Deprecated.
       
      static java.lang.String getVersion()
      Deprecated.
       
      static short getVersionShort()
      Deprecated.
       
      static short getVersionShort​(java.lang.String versionString)
      Deprecated.
       
      static void main​(java.lang.String[] args)
      Deprecated.
      Prints version information.
      static void printFullVersionInformation()
      Deprecated.
      Prints full version information to the standard output.
      static java.lang.String printVersion()
      Deprecated.
      Returns version information as a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Version

        public Version()
        Deprecated.
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
        Deprecated.
      • getBrandName

        public static java.lang.String getBrandName()
        Deprecated.
      • getCodename

        public static java.lang.String getCodename()
        Deprecated.
      • getModuleSlot

        public static java.lang.String getModuleSlot()
        Deprecated.
      • getMarshallVersion

        public static short getMarshallVersion()
        Deprecated.
      • getSchemaVersion

        public static java.lang.String getSchemaVersion()
        Deprecated.
      • getMajorMinor

        public static java.lang.String getMajorMinor()
        Deprecated.
      • getMajor

        public static java.lang.String getMajor()
        Deprecated.
      • compareTo

        public static boolean compareTo​(byte[] v)
        Deprecated.
      • getVersionShort

        public static short getVersionShort()
        Deprecated.
      • getVersionShort

        public static short getVersionShort​(java.lang.String versionString)
        Deprecated.
      • decodeVersion

        public static java.lang.String decodeVersion​(short version)
        Deprecated.
      • decodeVersionForSerialization

        public static java.lang.String decodeVersionForSerialization​(short version)
        Deprecated.
        Serialization only looks at major and minor, not micro or below.
      • main

        public static void main​(java.lang.String[] args)
        Deprecated.
        Prints version information.
      • printFullVersionInformation

        public static void printFullVersionInformation()
        Deprecated.
        Prints full version information to the standard output.
      • printVersion

        public static java.lang.String printVersion()
        Deprecated.
        Returns version information as a string.