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 booleancompareTo(byte[] v) Deprecated.static StringdecodeVersion(short version) Deprecated.static StringdecodeVersionForSerialization(short version) Deprecated.Serialization only looks at major and minor, not micro or below.static StringDeprecated.static StringDeprecated.static StringgetMajor()Deprecated.static StringDeprecated.static shortDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static shortDeprecated.static shortgetVersionShort(String versionString) Deprecated.static voidDeprecated.Prints version information.static voidDeprecated.Prints full version information to the standard output.static StringDeprecated.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.
-
Versioninstead