public interface InstanceDescriptor extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Overrides equals purely based on the UUID value
|
int |
getAdminPort()
Gets the admin port number for this instance descriptor
|
List<URL> |
getApplicationURLS() |
Collection<ApplicationDescriptor> |
getDeployedApplications() |
int |
getHazelcastPort()
Gets the Hazelcast port number of this instance descriptor
|
InetAddress |
getHostName() |
List<Integer> |
getHttpPorts() |
List<Integer> |
getHttpsPorts() |
String |
getInstanceGroup()
Returns the instance group name of the instance
|
String |
getInstanceName() |
String |
getInstanceType()
Gets the instance type that this descriptor describes
|
long |
getLastHearbeat() |
String |
getMemberUUID() |
boolean |
isLiteMember()
Checks whether or not this instance is described as a Lite Hazelcast
member
|
boolean |
isMicroInstance()
Checks whether or not this descriptor describes a Payara Micro instance
|
boolean |
isPayaraInstance()
Checks whether or not this descriptor describes a Payara Server instance
or the DAS
|
String |
toJsonString(boolean verbose) |
boolean equals(Object obj)
int getAdminPort()
Collection<ApplicationDescriptor> getDeployedApplications()
int getHazelcastPort()
InetAddress getHostName()
String getInstanceName()
String getInstanceType()
String getMemberUUID()
boolean isLiteMember()
boolean isMicroInstance()
boolean isPayaraInstance()
String getInstanceGroup()
String toJsonString(boolean verbose)
verbose - whether to include servlet mappings in the returned object.long getLastHearbeat()
Copyright © 2019. All rights reserved.