public class BuildInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | UNKNOWN_HAZELCAST_VERSION | 
| Constructor and Description | 
|---|
| BuildInfo(String version,
         String build,
         String revision,
         int buildNumber,
         boolean enterprise,
         byte serializationVersion) | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | calculateVersion(String version) | 
| String | getBuild() | 
| int | getBuildNumber() | 
| String | getRevision() | 
| byte | getSerializationVersion() | 
| String | getVersion() | 
| boolean | isEnterprise() | 
| String | toString() | 
public static final int UNKNOWN_HAZELCAST_VERSION
public String getRevision()
public String getVersion()
public String getBuild()
public int getBuildNumber()
public boolean isEnterprise()
public byte getSerializationVersion()
public static int calculateVersion(String version)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.