Class ApplianceInfo
java.lang.Object
org.epics.archiverappliance.config.ApplianceInfo
- All Implemented Interfaces:
Serializable
Information specific to an appliance
- Author:
- mshankar
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the IP:port that is used for clustering.Get the engine URL for this applianceGet the ETL URL for this applianceThe identity of this appliance.Get the management URL for this applianceGet the retrieval URL for this applianceinthashCode()
-
Constructor Details
-
ApplianceInfo
-
-
Method Details
-
getMgmtURL
Get the management URL for this appliance- Returns:
- mgmtURL The management URL
-
getEngineURL
Get the engine URL for this appliance- Returns:
- engineURL The engine URL
-
getRetrievalURL
Get the retrieval URL for this appliance- Returns:
- retrievalURL The retrieval URL
-
getEtlURL
Get the ETL URL for this appliance- Returns:
- etlURL The ETL URL
-
getIdentity
The identity of this appliance.- Returns:
- identify The appliance identity
-
equals
-
hashCode
public int hashCode() -
getClusterInetPort
Returns the IP:port that is used for clustering. For example, this could be localhost:16670 or archiver:17670 etc- Returns:
- clusterInetPort The IP:port for cluster
-
getDataRetrievalURL
-