public class ManagementCenterIdentifier extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
versionString |
Constructor and Description |
---|
ManagementCenterIdentifier() |
ManagementCenterIdentifier(String version,
String clusterName,
String address) |
Modifier and Type | Method and Description |
---|---|
static String |
convertVersionToString(int version) |
String |
getAddress() |
String |
getClusterName() |
int |
getVersion() |
static int |
getVersionAsInt(String versionString) |
String |
getVersionString() |
void |
read(InputStream in) |
void |
write(OutputStream out) |
public transient String versionString
public static int getVersionAsInt(String versionString) throws IllegalArgumentException
IllegalArgumentException
public static String convertVersionToString(int version)
public void read(InputStream in) throws IOException
IOException
public void write(OutputStream out) throws IOException
IOException
public int getVersion()
public String getVersionString()
public String getClusterName()
public String getAddress()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.