Package es.bsc.dataclay.api
Interface Backend
-
- All Known Implementing Classes:
ExecutionEnvironment,ExternalExecutionEnvironment
public interface Backend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendIDgetDataClayID()StringgetHostname()CommonMessages.LangsgetLang()StringgetName()intgetPort()voidsetHostname(String newhostname)voidsetLang(CommonMessages.Langs newlang)voidsetName(String newname)voidsetPort(int newport)
-
-
-
Method Detail
-
getHostname
String getHostname()
-
setHostname
void setHostname(String newhostname)
-
getName
String getName()
-
setName
void setName(String newname)
-
getPort
int getPort()
-
setPort
void setPort(int newport)
-
getLang
CommonMessages.Langs getLang()
-
setLang
void setLang(CommonMessages.Langs newlang)
-
getDataClayID
BackendID getDataClayID()
-
-