Uses of Class
es.bsc.dataclay.communication.grpc.messages.common.CommonMessages.Langs
-
Packages that use CommonMessages.Langs Package Description es.bsc.dataclay.api API module containing functionalities provided to users.es.bsc.dataclay.commonruntime Module responsible to interact with Useres.bsc.dataclay.communication.grpc.clients.logicmodule Contains Logic module client GRPC classes.es.bsc.dataclay.communication.grpc.messages.common es.bsc.dataclay.communication.grpc.messages.logicmodule es.bsc.dataclay.exceptions.logicmodule.classmgr Module intended to management of Exceptions on ClassMgr module.es.bsc.dataclay.exceptions.metadataservice Module intended to management of Exceptions on MetaDataService module.es.bsc.dataclay.logic Module that represents the entry to the systemes.bsc.dataclay.logic.api Module intended to provide API of Logic Modulees.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.logic.logicmetadata es.bsc.dataclay.logic.namespacemgr Module intended to management of namespaces.es.bsc.dataclay.logic.sessionmgr Module intended to management of information of sessionses.bsc.dataclay.metadataservice Module intended to management of information of distributed objectses.bsc.dataclay.tool es.bsc.dataclay.util.management.classmgr This package contains classes used in management of Classes.es.bsc.dataclay.util.management.classmgr.java Specifications of Java dependant information.es.bsc.dataclay.util.management.classmgr.python This package contains Python dependant information classes.es.bsc.dataclay.util.management.metadataservice This package contains classes used in management of data.es.bsc.dataclay.util.management.namespacemgr This package contains classes used in management of namespaces.es.bsc.dataclay.util.management.sessionmgr This package contains classes used in management of sessions. -
-
Uses of CommonMessages.Langs in es.bsc.dataclay.api
Methods in es.bsc.dataclay.api that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
Backend. getLang()
Methods in es.bsc.dataclay.api with parameters of type CommonMessages.Langs Modifier and Type Method Description static void
DataClay. init(int numBackends, CommonMessages.Langs language)
Initialize dataClay waiting for the following number of backends of language provided.void
Backend. setLang(CommonMessages.Langs newlang)
-
Uses of CommonMessages.Langs in es.bsc.dataclay.commonruntime
Methods in es.bsc.dataclay.commonruntime that return CommonMessages.Langs Modifier and Type Method Description static CommonMessages.Langs
ClientManagementLib. getNamespaceLanguage(AccountID accountID, PasswordCredential credential, String namespaceName)
Retrieves the id of a namespace identified by name providedMethods in es.bsc.dataclay.commonruntime with parameters of type CommonMessages.Langs Modifier and Type Method Description Set<String>
DataClayRuntime. getAllBackendsNames(CommonMessages.Langs lang, boolean forceUpdateCache)
Get all backend namesMap<ExecutionEnvironmentID,ExecutionEnvironment>
DataClayRuntime. getAllExecutionEnvironmentsAtDataClay(CommonMessages.Langs lang, DataClayInstanceID dataClayInstanceID, boolean forceUpdate)
Get all execution environments in provided dataClay instanceMap<BackendID,ExecutionEnvironment>
DataClayRuntime. getAllExecutionEnvironmentsAtHost(CommonMessages.Langs lang, String hostname)
Get all execution environments in provided hostMap<ExecutionEnvironmentID,ExecutionEnvironment>
DataClayRuntime. getAllExecutionEnvironmentsInfo(CommonMessages.Langs lang, boolean forceUpdateCache)
Get all execution environments information.static Set<String>
ClientManagementLib. getBackendNames(AccountID accountID, PasswordCredential credential, CommonMessages.Langs backendLanguage)
Method that retrieves the info of the registered backends assuming that they might have 1 storage location and/or 1 exec environmentSet<BackendID>
DataClayRuntime. getBackendsWithName(CommonMessages.Langs lang, String backendName)
Get exec.static Map<ExecutionEnvironmentID,ExecutionEnvironment>
ClientManagementLib. getExecutionEnvironmentsInfo(CommonMessages.Langs language, boolean forceUpdateCache)
Method that retrieves the info of the execution environments of a specific language -
Uses of CommonMessages.Langs in es.bsc.dataclay.communication.grpc.clients.logicmodule
Methods in es.bsc.dataclay.communication.grpc.clients.logicmodule that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
LogicModuleGrpcClient. getNamespaceLang(AccountID accountID, PasswordCredential credential, String namespaceName)
-
Uses of CommonMessages.Langs in es.bsc.dataclay.communication.grpc.messages.common
Methods in es.bsc.dataclay.communication.grpc.messages.common that return CommonMessages.Langs Modifier and Type Method Description static CommonMessages.Langs
CommonMessages.Langs. forNumber(int value)
CommonMessages.Langs
CommonMessages.ExecutionEnvironmentInfo.Builder. getLanguage()
.dataclay.communication.grpc.common.Langs language = 5;
CommonMessages.Langs
CommonMessages.ExecutionEnvironmentInfo. getLanguage()
.dataclay.communication.grpc.common.Langs language = 5;
CommonMessages.Langs
CommonMessages.ExecutionEnvironmentInfoOrBuilder. getLanguage()
.dataclay.communication.grpc.common.Langs language = 5;
static CommonMessages.Langs
CommonMessages.Langs. valueOf(int value)
Deprecated.static CommonMessages.Langs
CommonMessages.Langs. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CommonMessages.Langs
CommonMessages.Langs. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonMessages.Langs[]
CommonMessages.Langs. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.bsc.dataclay.communication.grpc.messages.common that return types with arguments of type CommonMessages.Langs Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CommonMessages.Langs>
CommonMessages.Langs. internalGetValueMap()
Methods in es.bsc.dataclay.communication.grpc.messages.common with parameters of type CommonMessages.Langs Modifier and Type Method Description CommonMessages.ExecutionEnvironmentInfo.Builder
CommonMessages.ExecutionEnvironmentInfo.Builder. setLanguage(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs language = 5;
-
Uses of CommonMessages.Langs in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest.Builder. getExecEnvLang()
.dataclay.communication.grpc.common.Langs execEnvLang = 1;
CommonMessages.Langs
LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest. getExecEnvLang()
.dataclay.communication.grpc.common.Langs execEnvLang = 1;
CommonMessages.Langs
LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequestOrBuilder. getExecEnvLang()
.dataclay.communication.grpc.common.Langs execEnvLang = 1;
CommonMessages.Langs
LogicmoduleMessages.AutoRegisterEERequest.Builder. getLang()
.dataclay.communication.grpc.common.Langs lang = 5;
CommonMessages.Langs
LogicmoduleMessages.AutoRegisterEERequest. getLang()
.dataclay.communication.grpc.common.Langs lang = 5;
CommonMessages.Langs
LogicmoduleMessages.AutoRegisterEERequestOrBuilder. getLang()
.dataclay.communication.grpc.common.Langs lang = 5;
CommonMessages.Langs
LogicmoduleMessages.RegisterObjectsRequest.Builder. getLang()
.dataclay.communication.grpc.common.Langs lang = 3;
CommonMessages.Langs
LogicmoduleMessages.RegisterObjectsRequest. getLang()
.dataclay.communication.grpc.common.Langs lang = 3;
CommonMessages.Langs
LogicmoduleMessages.RegisterObjectsRequestOrBuilder. getLang()
.dataclay.communication.grpc.common.Langs lang = 3;
CommonMessages.Langs
LogicmoduleMessages.GetNamespaceLangResponse.Builder. getLanguage()
.dataclay.communication.grpc.common.Langs language = 1;
CommonMessages.Langs
LogicmoduleMessages.GetNamespaceLangResponse. getLanguage()
.dataclay.communication.grpc.common.Langs language = 1;
CommonMessages.Langs
LogicmoduleMessages.GetNamespaceLangResponseOrBuilder. getLanguage()
.dataclay.communication.grpc.common.Langs language = 1;
CommonMessages.Langs
LogicmoduleMessages.GetStubsRequest.Builder. getLanguage()
.dataclay.communication.grpc.common.Langs language = 3;
CommonMessages.Langs
LogicmoduleMessages.GetStubsRequest. getLanguage()
.dataclay.communication.grpc.common.Langs language = 3;
CommonMessages.Langs
LogicmoduleMessages.GetStubsRequestOrBuilder. getLanguage()
.dataclay.communication.grpc.common.Langs language = 3;
CommonMessages.Langs
LogicmoduleMessages.NewClassRequest.Builder. getLanguage()
.dataclay.communication.grpc.common.Langs language = 3;
CommonMessages.Langs
LogicmoduleMessages.NewClassRequest. getLanguage()
.dataclay.communication.grpc.common.Langs language = 3;
CommonMessages.Langs
LogicmoduleMessages.NewClassRequestOrBuilder. getLanguage()
.dataclay.communication.grpc.common.Langs language = 3;
CommonMessages.Langs
LogicmoduleMessages.NewSessionRequest.Builder. getSessionLang()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
CommonMessages.Langs
LogicmoduleMessages.NewSessionRequest. getSessionLang()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
CommonMessages.Langs
LogicmoduleMessages.NewSessionRequestOrBuilder. getSessionLang()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type CommonMessages.Langs Modifier and Type Method Description LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest.Builder
LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest.Builder. setExecEnvLang(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs execEnvLang = 1;
LogicmoduleMessages.AutoRegisterEERequest.Builder
LogicmoduleMessages.AutoRegisterEERequest.Builder. setLang(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs lang = 5;
LogicmoduleMessages.RegisterObjectsRequest.Builder
LogicmoduleMessages.RegisterObjectsRequest.Builder. setLang(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs lang = 3;
LogicmoduleMessages.GetNamespaceLangResponse.Builder
LogicmoduleMessages.GetNamespaceLangResponse.Builder. setLanguage(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs language = 1;
LogicmoduleMessages.GetStubsRequest.Builder
LogicmoduleMessages.GetStubsRequest.Builder. setLanguage(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs language = 3;
LogicmoduleMessages.NewClassRequest.Builder
LogicmoduleMessages.NewClassRequest.Builder. setLanguage(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs language = 3;
LogicmoduleMessages.NewSessionRequest.Builder
LogicmoduleMessages.NewSessionRequest.Builder. setSessionLang(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs sessionLang = 6;
-
Uses of CommonMessages.Langs in es.bsc.dataclay.exceptions.logicmodule.classmgr
Constructors in es.bsc.dataclay.exceptions.logicmodule.classmgr with parameters of type CommonMessages.Langs Constructor Description UnsupportedLanguage(CommonMessages.Langs lang)
This exception is produced when a class with name provided already exists -
Uses of CommonMessages.Langs in es.bsc.dataclay.exceptions.metadataservice
Constructors in es.bsc.dataclay.exceptions.metadataservice with parameters of type CommonMessages.Langs Constructor Description ExecutionEnvironmentNotExistException(CommonMessages.Langs exeEnvLang)
This exception is produced when a certain name does not correspont to any Execution EnvironmentExecutionEnvironmentNotExistException(String exeEnvName, CommonMessages.Langs exeEnvLang)
This exception is produced when a certain name does not correspont to any Execution Environment -
Uses of CommonMessages.Langs in es.bsc.dataclay.logic
Methods in es.bsc.dataclay.logic that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
LogicModule. getNamespaceLang(AccountID accountID, PasswordCredential credential, String namespaceName)
Methods in es.bsc.dataclay.logic with parameters of type CommonMessages.Langs Modifier and Type Method Description StorageLocationID
LogicModule. autoregisterEE(ExecutionEnvironmentID id, String eeName, String eeHostname, Integer eePort, CommonMessages.Langs language)
Map<ExecutionEnvironmentID,ExecutionEnvironment>
LogicModule. getAllExecutionEnvironmentsInfo(CommonMessages.Langs execEnvLang, boolean getExternal, boolean fromBackend)
protected Map<ExecutionEnvironmentID,Tuple<DataServiceAPI,ExecutionEnvironment>>
LogicModule. getExecutionEnvironments(CommonMessages.Langs lang)
Get DataService APIs for backend with support for a given language.Map<String,byte[]>
LogicModule. getStubs(AccountID applicantAccountID, PasswordCredential applicantCredential, CommonMessages.Langs language, List<ContractID> contractsIDs)
Map<String,MetaClass>
LogicModule. newClass(AccountID accountID, PasswordCredential credential, CommonMessages.Langs language, Map<String,MetaClass> newClasses)
SessionInfo
LogicModule. newSession(AccountID accountID, PasswordCredential credential, Set<ContractID> contracts, Set<DataSetID> dataSetIDs, DataSetID dataSetForStore, CommonMessages.Langs newsessionLang)
Map<String,MetaClass>
LogicModule. registerAndUpdateDependencies(AccountID accountID, PasswordCredential credentials, CommonMessages.Langs language, Map<String,MetaClass> metaClasses, NamespaceID enrichmentNamespaceID, String enrichedClassName)
This internal operation recursively registers all the required dependencies of a metaClass to be usable.List<ObjectID>
LogicModule. registerObjects(List<RegistrationInfo> regInfos, ExecutionEnvironmentID backendID, CommonMessages.Langs lang)
-
Uses of CommonMessages.Langs in es.bsc.dataclay.logic.api
Methods in es.bsc.dataclay.logic.api that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
LogicModuleAPI. getNamespaceLang(AccountID accountID, PasswordCredential credential, String namespaceName)
Retrieves the language of a namespace identified by name providedMethods in es.bsc.dataclay.logic.api with parameters of type CommonMessages.Langs Modifier and Type Method Description StorageLocationID
LogicModuleAPI. autoregisterEE(ExecutionEnvironmentID id, String eeName, String eeHostname, Integer eePort, CommonMessages.Langs language)
Register execution environmentMap<ExecutionEnvironmentID,ExecutionEnvironment>
LogicModuleAPI. getAllExecutionEnvironmentsInfo(CommonMessages.Langs exeEnvLang, boolean getExternal, boolean fromBackend)
Method that retrieves the info of all the registered backendsMap<String,byte[]>
LogicModuleAPI. getStubs(AccountID applicantAccountID, PasswordCredential applicantCredential, CommonMessages.Langs language, List<ContractID> contractsIDs)
Method that allows to retrieve the stubs of the given contracts (merging interfaces if necessary)Map<String,MetaClass>
LogicModuleAPI. newClass(AccountID accountID, PasswordCredential credential, CommonMessages.Langs language, Map<String,MetaClass> newClasses)
This operation creates a new metaclass in the system with the provided specifications and associate it to the Namespace provided.SessionInfo
LogicModuleAPI. newSession(AccountID accountID, PasswordCredential credential, Set<ContractID> contracts, Set<DataSetID> dataSetIDs, DataSetID dataSetForStore, CommonMessages.Langs newsessionLang)
Method that registeres a new session for the given account considering the provided interfaces in contractList<ObjectID>
LogicModuleAPI. registerObjects(List<RegistrationInfo> regInfos, ExecutionEnvironmentID backendID, CommonMessages.Langs lang)
Register objects in MDS -
Uses of CommonMessages.Langs in es.bsc.dataclay.logic.classmgr
Methods in es.bsc.dataclay.logic.classmgr with parameters of type CommonMessages.Langs Modifier and Type Method Description Map<MetaClassID,Triple<String,byte[],byte[]>>
ClassManager. generateStubs(CommonMessages.Langs language, Map<MetaClassID,StubInfo> stubInfos)
Generate a set of Java stubs with the provided informationsMap<MetaClassID,byte[]>
ClassManager. generateStubsForEnrichment(CommonMessages.Langs language, Map<MetaClassID,StubInfo> stubInfos)
Generate a set of Java stubs for Enrichments with the provided informationsMetaClass
ClassManager. newClass(AccountID accountID, NamespaceID namespaceID, String namespace, MetaClass metaClass, CommonMessages.Langs lang)
This operation creates a new MetaClass in the Namespace specified by namespaceID using the provided specifications. -
Uses of CommonMessages.Langs in es.bsc.dataclay.logic.logicmetadata
Methods in es.bsc.dataclay.logic.logicmetadata with parameters of type CommonMessages.Langs Modifier and Type Method Description List<ExecutionEnvironment>
LogicMetadataDB. getAllExecutionEnvironmentsByLang(CommonMessages.Langs lang)
Get all Execution Environments of a specific languageMap<ExecutionEnvironmentID,ExecutionEnvironment>
LogicModuleMetadataMgr. getAllExecutionEnvironmentsInfo(CommonMessages.Langs execEnvLang)
This operation retrieves the info of all the current registered execution environments.Set<ExecutionEnvironmentID>
LogicMetadataDB. getExecutionEnvironmentByHostnameAndLanguage(String hostname, CommonMessages.Langs language)
Get all Execution Environment by host name and languageSet<ExecutionEnvironmentID>
LogicMetadataDB. getExecutionEnvironmentsByNameAndLang(String name, CommonMessages.Langs lang)
Get all Execution Environments associated to DS name and languageTuple<ExecutionEnvironmentID,ExecutionEnvironment>
LogicModuleMetadataMgr. getRandomExecutionEnvironmentInfo(CommonMessages.Langs execEnvLang)
Retrieves a random execution environment -
Uses of CommonMessages.Langs in es.bsc.dataclay.logic.namespacemgr
Methods in es.bsc.dataclay.logic.namespacemgr that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
NamespaceManager. getNamespaceLang(String namespaceName)
Returns the language of the specified namespace name -
Uses of CommonMessages.Langs in es.bsc.dataclay.logic.sessionmgr
Methods in es.bsc.dataclay.logic.sessionmgr that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
Session. getLanguage()
Get the Session::languageMethods in es.bsc.dataclay.logic.sessionmgr with parameters of type CommonMessages.Langs Modifier and Type Method Description SessionInfo
SessionManager. newExtSession(DataClayInstanceID extDataClayID, AccountID accountID, CommonMessages.Langs language, Calendar endDate)
Registers a new Session for the external dataClay instance only valid for shared objectsSessionInfo
SessionManager. newSession(AccountID newaccountID, Map<ContractID,SessionContract> newSessionContracts, Map<DataContractID,SessionDataContract> newSessionDataContracts, DataContractID dataContractIDofStore, Calendar endDate, CommonMessages.Langs languageForSession, Map<MetaClassID,byte[]> ifaceBitmaps)
Registers a new Session for the Account with ID provided and the information about the contracts (and interfaces,...) in the session.void
Session. setLanguage(CommonMessages.Langs newlanguage)
Set the Session::languageConstructors in es.bsc.dataclay.logic.sessionmgr with parameters of type CommonMessages.Langs Constructor Description Session(AccountID newaccountID, Map<ContractID,SessionContract> newsessionContracts, Map<DataContractID,SessionDataContract> newsessionDataContracts, DataContractID newdataContractIDofStore, Calendar newEndDate, CommonMessages.Langs newlanguage, Map<MetaClassID,byte[]> newifaceBitmaps)
Session constructorSession(DataClayInstanceID newExtDataClayID, AccountID newaccountID, CommonMessages.Langs newlanguage, Calendar newEndDate)
minimal session for external dataClay acting on shared objects -
Uses of CommonMessages.Langs in es.bsc.dataclay.metadataservice
Methods in es.bsc.dataclay.metadataservice that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
ObjectMetaData. getLang()
Get the ObjectMetaData::langMethods in es.bsc.dataclay.metadataservice with parameters of type CommonMessages.Langs Modifier and Type Method Description MetaDataInfo
MetaDataService. registerObject(ObjectID objectID, MetaClassID metaClassID, DataSetID datasetIDofProvider, Set<ExecutionEnvironmentID> backendIDs, boolean isReadOnly, String alias, CommonMessages.Langs lang, AccountID ownerID)
This operation registers the MetaData of an object.Map<ObjectID,MetaDataInfo>
MetaDataService. registerVersions(Map<ObjectID,ObjectID> versionToOriginalMapping, ExecutionEnvironmentID backendID, CommonMessages.Langs lang)
Registers a set of versions, copying parts of the metadata from the original objectsvoid
ObjectMetaData. setLang(CommonMessages.Langs newlang)
Set the ObjectMetaData::langConstructors in es.bsc.dataclay.metadataservice with parameters of type CommonMessages.Langs Constructor Description ObjectMetaData(ObjectID newobjectID, MetaClassID newmetaClassID, DataSetID newdatasetID, Set<ExecutionEnvironmentID> newLocIDs, boolean newisReadOnly, String newAlias, CommonMessages.Langs newLang, AccountID newownerID)
ObjectMetaData constructor -
Uses of CommonMessages.Langs in es.bsc.dataclay.tool
Methods in es.bsc.dataclay.tool with parameters of type CommonMessages.Langs Modifier and Type Method Description static Set<String>
GetBackends. getBackends(String applicantName, String applicantPass, CommonMessages.Langs lang)
-
Uses of CommonMessages.Langs in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return CommonMessages.Langs Modifier and Type Method Description abstract CommonMessages.Langs
Implementation. getLanguage()
Retrieve the language for this implementation.Methods in es.bsc.dataclay.util.management.classmgr that return types with arguments of type CommonMessages.Langs Modifier and Type Method Description Map<CommonMessages.Langs,LanguageDependantAnnotationInfo>
Annotation. getLanguageDepInfos()
Map<CommonMessages.Langs,LanguageDependantClassInfo>
MetaClass. getLanguageDepInfos()
Get the MetaClass::languageDepInfosMap<CommonMessages.Langs,LanguageDependantOperationInfo>
Operation. getLanguageDepInfos()
Get the Operation::languageDepInfosMap<CommonMessages.Langs,LanguageDependantPropertyInfo>
Property. getLanguageDepInfos()
Get the Property::languageDepInfosMap<CommonMessages.Langs,LanguageDependantTypeInfo>
Type. getLanguageDepInfos()
Get the Type::languageDepInfosMethod parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type CommonMessages.Langs Modifier and Type Method Description void
Annotation. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantAnnotationInfo> languageDepInfos)
void
MetaClass. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantClassInfo> newlanguageDepInfos)
Set the MetaClass::languageDepInfosvoid
Operation. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantOperationInfo> newlanguageDepInfos)
Set the Operation::languageDepInfosvoid
Property. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantPropertyInfo> newlanguageDepInfos)
Set the Property::languageDepInfosvoid
Type. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantTypeInfo> newlanguageDepInfos)
Set the Type::languageDepInfos -
Uses of CommonMessages.Langs in es.bsc.dataclay.util.management.classmgr.java
Methods in es.bsc.dataclay.util.management.classmgr.java that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
JavaImplementation. getLanguage()
-
Uses of CommonMessages.Langs in es.bsc.dataclay.util.management.classmgr.python
Methods in es.bsc.dataclay.util.management.classmgr.python that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
PythonImplementation. getLanguage()
-
Uses of CommonMessages.Langs in es.bsc.dataclay.util.management.metadataservice
Methods in es.bsc.dataclay.util.management.metadataservice that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
ExecutionEnvironment. getLang()
Set the ExecutionEnvironment::storageTCPPortCommonMessages.Langs
ExternalExecutionEnvironment. getLang()
Set the ExecutionEnvironment::storageTCPPortMethods in es.bsc.dataclay.util.management.metadataservice with parameters of type CommonMessages.Langs Modifier and Type Method Description void
ExecutionEnvironment. setLang(CommonMessages.Langs newlang)
Set the ExecutionEnvironment::langvoid
ExternalExecutionEnvironment. setLang(CommonMessages.Langs newlang)
Set the ExecutionEnvironment::langConstructors in es.bsc.dataclay.util.management.metadataservice with parameters of type CommonMessages.Langs Constructor Description ExecutionEnvironment(String newhostname, String newname, int newtcpport, CommonMessages.Langs newlang, DataClayInstanceID dataClayInstanceID)
ExecutionEnvironment specification constructorExternalExecutionEnvironment(DataClayInstanceID thedataClayInstanceID, String newhostname, String newname, int newtcpport, CommonMessages.Langs newlang)
ExecutionEnvironment specification constructor -
Uses of CommonMessages.Langs in es.bsc.dataclay.util.management.namespacemgr
Methods in es.bsc.dataclay.util.management.namespacemgr that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
Namespace. getLanguage()
Get the Namespace::languageMethods in es.bsc.dataclay.util.management.namespacemgr with parameters of type CommonMessages.Langs Modifier and Type Method Description void
Namespace. setLanguage(CommonMessages.Langs newlanguage)
Set the Namespace::languageConstructors in es.bsc.dataclay.util.management.namespacemgr with parameters of type CommonMessages.Langs Constructor Description Namespace(String newname, String newproviderAccount, CommonMessages.Langs newLanguage)
Namespace constructor with name and responsible -
Uses of CommonMessages.Langs in es.bsc.dataclay.util.management.sessionmgr
Methods in es.bsc.dataclay.util.management.sessionmgr that return CommonMessages.Langs Modifier and Type Method Description CommonMessages.Langs
SessionInfo. getLanguage()
Get the SessionInfo::languageMethods in es.bsc.dataclay.util.management.sessionmgr with parameters of type CommonMessages.Langs Modifier and Type Method Description void
SessionInfo. setLanguage(CommonMessages.Langs newlanguage)
Set the SessionInfo::languageConstructors in es.bsc.dataclay.util.management.sessionmgr with parameters of type CommonMessages.Langs Constructor Description SessionInfo(SessionID newsessionID, AccountID newaccountID, Map<MetaClassID,Set<PropertyID>> newpropertiesOfClasses, Map<ContractID,SessionContract> thesessionContracts, Map<DataContractID,SessionDataContract> thesessionDataContracts, DataContractID thedataContractIDforStore, CommonMessages.Langs newlanguage, Map<MetaClassID,byte[]> newifaceBitmaps, Calendar newendDate)
Constructor for the info of the sessionSessionInfo(SessionID sessionID, DataClayInstanceID extDataClayID, AccountID accountID, CommonMessages.Langs language, Calendar endDate)
Constructor for external sessions
-