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