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
|
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
|
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()
Copyright © 2017. All rights reserved.