Package ai.vespa.cloud
Class SystemInfo
java.lang.Object
ai.vespa.cloud.SystemInfo
Provides information about the system in which this container is running.
This is available and can be injected when running in a cloud environment.
- Author:
- bratseth
-
Constructor Summary
ConstructorsConstructorDescriptionSystemInfo(ApplicationId application, Zone zone, Cloud cloud, Cluster cluster, Node node) Deprecated, for removal: This API element is subject to removal in a future version.SystemInfo(ApplicationId application, Zone zone, Cloud cloud, String clusterName, Node node) SystemInfo(ApplicationId application, Zone zone, Cluster cluster, Node node) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
SystemInfo
@Deprecated(forRemoval=true) public SystemInfo(ApplicationId application, Zone zone, Cluster cluster, Node node) Deprecated, for removal: This API element is subject to removal in a future version. -
SystemInfo
@Deprecated(forRemoval=true) public SystemInfo(ApplicationId application, Zone zone, Cloud cloud, Cluster cluster, Node node) Deprecated, for removal: This API element is subject to removal in a future version. -
SystemInfo
-
-
Method Details
-
application
Returns the application this is running as a part of -
zone
Returns the zone this is running in -
cloud
Returns the cloud provider this is running in -
clusterName
Returns the name of the cluster it is running in -
node
Returns the node this is running on
-