ARC SDK
Data Fields
Arc::RemoteLoggingType Class Reference

Remote logging. More...

#include <arc/compute/JobDescription.h>

Data Fields

std::string ServiceType
 Type of logging service. More...
 
URL Location
 URL of logging service. More...
 
bool optional
 Requirement satisfaction switch. More...
 

Detailed Description

Remote logging.

This class is used to specify a service which should be used to report logging information to, such as job resource usage.

Field Documentation

URL Arc::RemoteLoggingType::Location

URL of logging service.

The Location URL specifies the URL of the service which job logging information should be sent to.

Attribute mapping specific to this field/value.

Java interface deviation
The member is only accessible through the getLocation and setLocation methods in the Java interface
bool Arc::RemoteLoggingType::optional

Requirement satisfaction switch.

The optional boolean specifies whether the requirement specified in the particular object is mandatory for job execution, or whether it be ignored.

Attribute mapping specific to this field/value.

Java interface deviation
The member is only accessible through the getoptional and setoptional methods in the Java interface
std::string Arc::RemoteLoggingType::ServiceType

Type of logging service.

The ServiceType string specifies the type of logging service. Some examples are "SGAS" (http://www.sgas.se) and "APEL" (https://wiki.egi.eu/wiki/APEL), however please refer to the particular execution service for a list of supported logging service types.

Attribute mapping specific to this field/value.

Java interface deviation
The member is only accessible through the getServiceType and setServiceType methods in the Java interface

The documentation for this class was generated from the following file: