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
IllegalArgumentExceptionpublic static String convertVersionToString(int version)
public void read(InputStream in) throws IOException
IOExceptionpublic void write(OutputStream out) throws IOException
IOExceptionpublic int getVersion()
public String getVersionString()
public String getClusterName()
public String getAddress()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.