Package org.infinispan
Class Version
java.lang.Object
org.infinispan.Version
Deprecated.
Contains version information about this release of Infinispan.
- Since:
- 4.0
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
compareTo
(byte[] v) Deprecated.static String
decodeVersion
(short version) Deprecated.static String
decodeVersionForSerialization
(short version) Deprecated.Serialization only looks at major and minor, not micro or below.static String
Deprecated.static String
Deprecated.static String
getMajor()
Deprecated.static String
Deprecated.static short
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static short
Deprecated.static short
getVersionShort
(String versionString) Deprecated.static void
Deprecated.Prints version information.static void
Deprecated.Prints full version information to the standard output.static String
Deprecated.Returns version information as a string.
-
Constructor Details
-
Version
public Version()Deprecated.
-
-
Method Details
-
getVersion
Deprecated. -
getBrandName
Deprecated. -
getCodename
Deprecated. -
getModuleSlot
Deprecated. -
getMarshallVersion
public static short getMarshallVersion()Deprecated. -
getSchemaVersion
Deprecated. -
getMajorMinor
Deprecated. -
getMajor
Deprecated. -
compareTo
public static boolean compareTo(byte[] v) Deprecated. -
getVersionShort
public static short getVersionShort()Deprecated. -
getVersionShort
Deprecated. -
decodeVersion
Deprecated. -
decodeVersionForSerialization
Deprecated.Serialization only looks at major and minor, not micro or below. -
main
Deprecated.Prints version information. -
printFullVersionInformation
public static void printFullVersionInformation()Deprecated.Prints full version information to the standard output. -
printVersion
Deprecated.Returns version information as a string.
-
Version
instead