- AdapaAsset - Interface in com.zementis.adapa.asset
-
An
AdapaAsset
is a persistable entity which can be stored in the ADAPA Repository.
- AdapaAsset.Type - Enum in com.zementis.adapa.asset
-
Enumeration of Asset Types supported by ADAPA.
- AdapaContext - Class in com.zementis.adapa.runtime.api
-
Class used to initialize ADAPA using the default or custom Spring configuration.
- AdapaContext(Class<?>) - Constructor for class com.zementis.adapa.runtime.api.AdapaContext
-
Initialize an ADAPA Spring context.
- AdapaContext(Class<?>, String[]) - Constructor for class com.zementis.adapa.runtime.api.AdapaContext
-
Initialize an ADAPA Spring context.
- AdapaContext(Class<?>, AdapaContext.Store) - Constructor for class com.zementis.adapa.runtime.api.AdapaContext
-
Initialize an ADAPA Spring context.
- AdapaContext(Class<?>, String[], AdapaContext.Store) - Constructor for class com.zementis.adapa.runtime.api.AdapaContext
-
Initialize an ADAPA Spring context.
- AdapaContext.Store - Enum in com.zementis.adapa.runtime.api
-
Type of Store.
- addAsset(Serializable, InputStream) - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Add a new ADAPA asset and assign a new unique ID to it.
- addAsset(Serializable, InputStream, InputStream) - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Add a new ADAPA asset and assign a new unique ID to it.
- addResource(String, InputStream) - Method in interface com.zementis.adapa.library.api.LibraryManager
-
Parses the library resource represented by inputStream
and if there are no errors, stores it to the
ADAPA store.
- applyModel(String, Record) - Method in interface com.zementis.adapa.models.api.ModelsServiceProvider
-
Apply a model to a record and return an output record using the default
ApplySettings
.
- applyModel(String, Record, ApplySettings) - Method in interface com.zementis.adapa.models.api.ModelsServiceProvider
-
Apply a model to a record and return an output record with the provided
ApplySettings
.
- applyModel(ModelsServiceProvider, String, CloseableIterator<? extends Record>, ApplySettings) - Static method in class com.zementis.adapa.models.batch.BatchApply
-
Apply a model to several records, provided through an iterator.
- applyModel(ModelsServiceProvider, String, Iterator<? extends Record>, ApplySettings, ExecutorService) - Static method in class com.zementis.adapa.models.batch.parallel.ParallelBatchApply
-
Apply a model to several records, provided through an iterator.
- applyModels(ModelsServiceProvider, Set<String>, Record, ApplySettings) - Static method in class com.zementis.adapa.models.batch.BatchApply
-
Apply a set of models to a record.
- applyModels(ModelsServiceProvider, Set<String>, CloseableIterator<? extends Record>, ApplySettings) - Static method in class com.zementis.adapa.models.batch.BatchApply
-
Apply a set of models to several records, provided through an iterator.
- applyModels(ModelsServiceProvider, Set<String>, Iterator<? extends Record>, ApplySettings, ExecutorService) - Static method in class com.zementis.adapa.models.batch.parallel.ParallelBatchApply
-
Apply a set of models to several records, provided through an iterator.
- ApplySettings - Class in com.zementis.adapa.models.api.info
-
- ApplySettings(Set<FieldInformation.Usage>, Set<String>) - Constructor for class com.zementis.adapa.models.api.info.ApplySettings
-
- ApplySettings(int, int) - Constructor for class com.zementis.adapa.models.api.info.ApplySettings
-
- ApplySettings(Set<FieldInformation.Usage>, Set<String>, int, int) - Constructor for class com.zementis.adapa.models.api.info.ApplySettings
-
- asMap() - Method in class com.zementis.adapa.models.api.HashMapRecord
-
- asMap() - Method in interface com.zementis.adapa.models.api.Record
-
Convenience method that returns the
Map
representation of the record.
- AssetRepository - Interface in com.zementis.adapa.extensions
-
This interface provides methods for managing ADAPA assets on a backend storage.
- getAnnotatedAssetSource(String) - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Returns the annotated ADAPA asset source corresponding to the identifier
.
- getAssetIds() - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Returns a collection of identifiers for existing ADAPA assets.
- getAssetInfo(String) - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Returns the ADAPA asset corresponding to the identifier
.
- getAssetSource(String) - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Returns the ADAPA asset source corresponding to the identifier
.
- getColumnClass(String) - Method in interface com.zementis.adapa.extensions.LookupTable
-
Returns the class of values for an input or the output column.
- getCreationDate() - Method in interface com.zementis.adapa.asset.AdapaAsset
-
- getDescription() - Method in interface com.zementis.adapa.asset.AdapaAsset
-
- getDescription() - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
Return the model description.
- getError() - Method in class com.zementis.adapa.models.api.HashMapOutputRecord
-
- getError() - Method in interface com.zementis.adapa.models.api.OutputRecord
-
Return an error message in case of failure.
- getErrors() - Method in class com.zementis.adapa.models.api.info.ImportResultInformation
-
Return the PMML source annotated with errors.
- getFieldNames() - Method in class com.zementis.adapa.models.api.HashMapRecord
-
- getFieldNames() - Method in interface com.zementis.adapa.models.api.Record
-
Return the names of the Field
s contained within this Record.
- getFieldNames(InputStream) - Static method in class com.zementis.adapa.models.batch.CSVHelper
-
Get the field names from an CSV file provided as an
InputStream
.
- getFieldNames() - Method in interface com.zementis.adapa.models.batch.RecordIterator
-
Return the field names of the generate record.
- getFields() - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
Return the
List
of fields defined in the model.
- getFields(FieldInformation.Usage) - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
Return the
List
of fields defined in the model that matches the provided usage type.
- getFieldValue(String) - Method in class com.zementis.adapa.models.api.HashMapRecord
-
- getFieldValue(String) - Method in interface com.zementis.adapa.models.api.Record
-
Get the value of a field.
- getFileName() - Method in class com.zementis.adapa.library.api.info.ResourceInformation
-
- getFunctionType() - Method in interface com.zementis.adapa.extensions.Function
-
- getIdentifier() - Method in interface com.zementis.adapa.asset.AdapaAsset
-
- getImportedModels() - Method in class com.zementis.adapa.models.api.info.ImportResultInformation
-
Return the
Set
of model names that were successfully imported.
- getInputColumnNames() - Method in interface com.zementis.adapa.extensions.LookupTable
-
Get the names of the input columns.
- getInputFields() - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
- getLibraryManager() - Method in class com.zementis.adapa.runtime.api.AdapaContext
-
- getLibraryManager(String) - Method in class com.zementis.adapa.runtime.api.AdapaContext
-
- getLibraryManager() - Method in interface com.zementis.adapa.runtime.api.RuntimeContext
-
- getMaxConcurrentThreads() - Method in class com.zementis.adapa.models.api.info.ApplySettings
-
- getMaxRecordsPerThread() - Method in class com.zementis.adapa.models.api.info.ApplySettings
-
- getMessage() - Method in class com.zementis.adapa.models.api.info.ImportResultInformation
-
Return the message indicating the outcome of PMML import.
- getModelInformation(String) - Method in interface com.zementis.adapa.models.api.ModelsServiceProvider
-
Get information about a model with name modelName
.
- getModelInformation() - Method in interface com.zementis.adapa.models.api.ModelsServiceProvider
-
- getModelName() - Method in class com.zementis.adapa.models.api.HashMapOutputRecord
-
- getModelName() - Method in interface com.zementis.adapa.models.api.OutputRecord
-
Return the name of the model used to create the output record.
- getModelNames() - Method in interface com.zementis.adapa.models.api.ModelsServiceProvider
-
Returns a
Set
of all model names available in ADAPA store.
- getModelsServiceProvider() - Method in class com.zementis.adapa.runtime.api.AdapaContext
-
- getModelsServiceProvider(String) - Method in class com.zementis.adapa.runtime.api.AdapaContext
-
- getModelsServiceProvider() - Method in interface com.zementis.adapa.runtime.api.RuntimeContext
-
- getName() - Method in interface com.zementis.adapa.asset.AdapaAsset
-
- getName() - Method in interface com.zementis.adapa.extensions.Function
-
- getName() - Method in interface com.zementis.adapa.extensions.LookupTable
-
Get the name of the lookup table.
- getName() - Method in class com.zementis.adapa.models.api.info.FieldInformation
-
Return the name of the field.
- getName() - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
Return the model name.
- getOutputColumnName() - Method in interface com.zementis.adapa.extensions.LookupTable
-
Get the name of the output column.
- getOutputFields() - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
- getResourceClassLoader(Class<?>) - Method in interface com.zementis.adapa.library.api.LibraryManager
-
Get the
ClassLoader
that loads all the resources of type
resourceType
.
- getResourceIdentifier() - Method in class com.zementis.adapa.library.api.info.ResourceInformation
-
- getResourceIdentifier() - Method in enum com.zementis.adapa.library.api.info.ResourceType
-
- getResourceNames() - Method in class com.zementis.adapa.library.api.info.ResourceInformation
-
- getResourceType() - Method in class com.zementis.adapa.library.api.info.ResourceInformation
-
- getReturnedFieldNames() - Method in class com.zementis.adapa.models.api.info.ApplySettings
-
- getReturnedFieldUsages() - Method in class com.zementis.adapa.models.api.info.ApplySettings
-
- getRuntime(String) - Method in interface com.zementis.adapa.runtime.api.RuntimeContextFactory
-
- getStatus() - Method in class com.zementis.adapa.models.api.info.ImportResultInformation
-
- getStatus() - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
- getTimestamp() - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
Return the model creation date.
- getType() - Method in interface com.zementis.adapa.asset.AdapaAsset
-
- getType() - Method in enum com.zementis.adapa.library.api.info.ResourceType
-
- getType() - Method in class com.zementis.adapa.models.api.info.FieldInformation
-
- getUsage() - Method in class com.zementis.adapa.models.api.info.FieldInformation
-
- getWarnings() - Method in class com.zementis.adapa.models.api.HashMapOutputRecord
-
- getWarnings() - Method in interface com.zementis.adapa.models.api.OutputRecord
-
Return a
List
of warnings as
String
s generated during processing.
- valueOf(String) - Static method in enum com.zementis.adapa.api.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zementis.adapa.asset.AdapaAsset.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zementis.adapa.library.api.info.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zementis.adapa.models.api.info.FieldInformation.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zementis.adapa.models.api.info.FieldInformation.Usage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zementis.adapa.runtime.api.AdapaContext.Store
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.zementis.adapa.api.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zementis.adapa.asset.AdapaAsset.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zementis.adapa.library.api.info.ResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zementis.adapa.models.api.info.FieldInformation.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zementis.adapa.models.api.info.FieldInformation.Usage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zementis.adapa.runtime.api.AdapaContext.Store
-
Returns an array containing the constants of this enum type, in
the order they are declared.