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.LangsBackend. getLang()Methods in es.bsc.dataclay.api with parameters of type CommonMessages.Langs Modifier and Type Method Description static voidDataClay. init(int numBackends, CommonMessages.Langs language)Initialize dataClay waiting for the following number of backends of language provided.voidBackend. 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.LangsClientManagementLib. 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.LangsLogicModuleGrpcClient. 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.LangsCommonMessages.Langs. forNumber(int value)CommonMessages.LangsCommonMessages.ExecutionEnvironmentInfo.Builder. getLanguage().dataclay.communication.grpc.common.Langs language = 5;CommonMessages.LangsCommonMessages.ExecutionEnvironmentInfo. getLanguage().dataclay.communication.grpc.common.Langs language = 5;CommonMessages.LangsCommonMessages.ExecutionEnvironmentInfoOrBuilder. getLanguage().dataclay.communication.grpc.common.Langs language = 5;static CommonMessages.LangsCommonMessages.Langs. valueOf(int value)Deprecated.static CommonMessages.LangsCommonMessages.Langs. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CommonMessages.LangsCommonMessages.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.BuilderCommonMessages.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.LangsLogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest.Builder. getExecEnvLang().dataclay.communication.grpc.common.Langs execEnvLang = 1;CommonMessages.LangsLogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest. getExecEnvLang().dataclay.communication.grpc.common.Langs execEnvLang = 1;CommonMessages.LangsLogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequestOrBuilder. getExecEnvLang().dataclay.communication.grpc.common.Langs execEnvLang = 1;CommonMessages.LangsLogicmoduleMessages.AutoRegisterEERequest.Builder. getLang().dataclay.communication.grpc.common.Langs lang = 5;CommonMessages.LangsLogicmoduleMessages.AutoRegisterEERequest. getLang().dataclay.communication.grpc.common.Langs lang = 5;CommonMessages.LangsLogicmoduleMessages.AutoRegisterEERequestOrBuilder. getLang().dataclay.communication.grpc.common.Langs lang = 5;CommonMessages.LangsLogicmoduleMessages.RegisterObjectsRequest.Builder. getLang().dataclay.communication.grpc.common.Langs lang = 3;CommonMessages.LangsLogicmoduleMessages.RegisterObjectsRequest. getLang().dataclay.communication.grpc.common.Langs lang = 3;CommonMessages.LangsLogicmoduleMessages.RegisterObjectsRequestOrBuilder. getLang().dataclay.communication.grpc.common.Langs lang = 3;CommonMessages.LangsLogicmoduleMessages.GetNamespaceLangResponse.Builder. getLanguage().dataclay.communication.grpc.common.Langs language = 1;CommonMessages.LangsLogicmoduleMessages.GetNamespaceLangResponse. getLanguage().dataclay.communication.grpc.common.Langs language = 1;CommonMessages.LangsLogicmoduleMessages.GetNamespaceLangResponseOrBuilder. getLanguage().dataclay.communication.grpc.common.Langs language = 1;CommonMessages.LangsLogicmoduleMessages.GetStubsRequest.Builder. getLanguage().dataclay.communication.grpc.common.Langs language = 3;CommonMessages.LangsLogicmoduleMessages.GetStubsRequest. getLanguage().dataclay.communication.grpc.common.Langs language = 3;CommonMessages.LangsLogicmoduleMessages.GetStubsRequestOrBuilder. getLanguage().dataclay.communication.grpc.common.Langs language = 3;CommonMessages.LangsLogicmoduleMessages.NewClassRequest.Builder. getLanguage().dataclay.communication.grpc.common.Langs language = 3;CommonMessages.LangsLogicmoduleMessages.NewClassRequest. getLanguage().dataclay.communication.grpc.common.Langs language = 3;CommonMessages.LangsLogicmoduleMessages.NewClassRequestOrBuilder. getLanguage().dataclay.communication.grpc.common.Langs language = 3;CommonMessages.LangsLogicmoduleMessages.NewSessionRequest.Builder. getSessionLang().dataclay.communication.grpc.common.Langs sessionLang = 6;CommonMessages.LangsLogicmoduleMessages.NewSessionRequest. getSessionLang().dataclay.communication.grpc.common.Langs sessionLang = 6;CommonMessages.LangsLogicmoduleMessages.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.BuilderLogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest.Builder. setExecEnvLang(CommonMessages.Langs value).dataclay.communication.grpc.common.Langs execEnvLang = 1;LogicmoduleMessages.AutoRegisterEERequest.BuilderLogicmoduleMessages.AutoRegisterEERequest.Builder. setLang(CommonMessages.Langs value).dataclay.communication.grpc.common.Langs lang = 5;LogicmoduleMessages.RegisterObjectsRequest.BuilderLogicmoduleMessages.RegisterObjectsRequest.Builder. setLang(CommonMessages.Langs value).dataclay.communication.grpc.common.Langs lang = 3;LogicmoduleMessages.GetNamespaceLangResponse.BuilderLogicmoduleMessages.GetNamespaceLangResponse.Builder. setLanguage(CommonMessages.Langs value).dataclay.communication.grpc.common.Langs language = 1;LogicmoduleMessages.GetStubsRequest.BuilderLogicmoduleMessages.GetStubsRequest.Builder. setLanguage(CommonMessages.Langs value).dataclay.communication.grpc.common.Langs language = 3;LogicmoduleMessages.NewClassRequest.BuilderLogicmoduleMessages.NewClassRequest.Builder. setLanguage(CommonMessages.Langs value).dataclay.communication.grpc.common.Langs language = 3;LogicmoduleMessages.NewSessionRequest.BuilderLogicmoduleMessages.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.LangsLogicModule. getNamespaceLang(AccountID accountID, PasswordCredential credential, String namespaceName)Methods in es.bsc.dataclay.logic with parameters of type CommonMessages.Langs Modifier and Type Method Description StorageLocationIDLogicModule. 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)SessionInfoLogicModule. 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.LangsLogicModuleAPI. 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 StorageLocationIDLogicModuleAPI. 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.SessionInfoLogicModuleAPI. 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 informationsMetaClassClassManager. 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.LangsNamespaceManager. 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.LangsSession. getLanguage()Get the Session::languageMethods in es.bsc.dataclay.logic.sessionmgr with parameters of type CommonMessages.Langs Modifier and Type Method Description SessionInfoSessionManager. newExtSession(DataClayInstanceID extDataClayID, AccountID accountID, CommonMessages.Langs language, Calendar endDate)Registers a new Session for the external dataClay instance only valid for shared objectsSessionInfoSessionManager. 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.voidSession. 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.LangsObjectMetaData. getLang()Get the ObjectMetaData::langMethods in es.bsc.dataclay.metadataservice with parameters of type CommonMessages.Langs Modifier and Type Method Description MetaDataInfoMetaDataService. 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 objectsvoidObjectMetaData. 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.LangsImplementation. 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 voidAnnotation. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantAnnotationInfo> languageDepInfos)voidMetaClass. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantClassInfo> newlanguageDepInfos)Set the MetaClass::languageDepInfosvoidOperation. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantOperationInfo> newlanguageDepInfos)Set the Operation::languageDepInfosvoidProperty. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantPropertyInfo> newlanguageDepInfos)Set the Property::languageDepInfosvoidType. 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.LangsJavaImplementation. 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.LangsPythonImplementation. 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.LangsExecutionEnvironment. getLang()Set the ExecutionEnvironment::storageTCPPortCommonMessages.LangsExternalExecutionEnvironment. getLang()Set the ExecutionEnvironment::storageTCPPortMethods in es.bsc.dataclay.util.management.metadataservice with parameters of type CommonMessages.Langs Modifier and Type Method Description voidExecutionEnvironment. setLang(CommonMessages.Langs newlang)Set the ExecutionEnvironment::langvoidExternalExecutionEnvironment. 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.LangsNamespace. getLanguage()Get the Namespace::languageMethods in es.bsc.dataclay.util.management.namespacemgr with parameters of type CommonMessages.Langs Modifier and Type Method Description voidNamespace. 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.LangsSessionInfo. getLanguage()Get the SessionInfo::languageMethods in es.bsc.dataclay.util.management.sessionmgr with parameters of type CommonMessages.Langs Modifier and Type Method Description voidSessionInfo. 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
-