- activate(String) - Method in interface com.zementis.adapa.models.api.ModelsServiceProvider
-
Activates the model with name modelName
if it was inactive.
- 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.
- addAsset(Serializable, InputStream, 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.
- APPLICATION_EXCEL - Static variable in class com.zementis.adapa.util.Streamer.MediaTypes
-
- APPLICATION_GZIP - Static variable in class com.zementis.adapa.util.Streamer.MediaTypes
-
- APPLICATION_JAR - Static variable in class com.zementis.adapa.util.Streamer.MediaTypes
-
- APPLICATION_JSON - Static variable in class com.zementis.adapa.util.Streamer.MediaTypes
-
- APPLICATION_XML - Static variable in class com.zementis.adapa.util.Streamer.MediaTypes
-
- APPLICATION_ZIP - Static variable in class com.zementis.adapa.util.Streamer.MediaTypes
-
- 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.
- getActiveAssetIds() - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Returns a collection of identifiers for existing ADAPA assets that are active.
- 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
.
- getByteStream(String) - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Returns the serialized ADAPA asset representation 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.
- getCompression() - Method in class com.zementis.adapa.util.Streamer.BinaryData
-
- getCompression() - Method in class com.zementis.adapa.util.Streamer.Data
-
- getCompression() - Method in interface com.zementis.adapa.util.Streamer.IStreamer
-
- getCreationDate() - Method in interface com.zementis.adapa.asset.AdapaAsset
-
- getDefaultExtension(String) - Static method in class com.zementis.adapa.util.Streamer
-
Get extension for given media type from set of Tika default MIME types.
- getDependencies() - 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.
- getExtensionFor(String) - Method in class com.zementis.adapa.util.Streamer.BinaryData
-
- getExtensionFor(String) - Method in class com.zementis.adapa.util.Streamer.Compression
-
Get file extension for corresponding media type from set of supported MIME types.
- getExtensionFor(String) - Method in class com.zementis.adapa.util.Streamer.Data
-
- getExtensionFor(String) - Method in interface com.zementis.adapa.util.Streamer.IStreamer
-
Get file extension for corresponding media type from set of supported MIME types.
- 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
-
- getInputMediaType() - Method in class com.zementis.adapa.util.Streamer
-
- getInputMediaType() - Method in interface com.zementis.adapa.util.Streamer.IStreamer
-
- getInputStream() - Method in class com.zementis.adapa.util.Streamer
-
- getInputStream() - Method in interface com.zementis.adapa.util.Streamer.IStreamer
-
- 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
-
- getOutputMediaType() - Method in class com.zementis.adapa.util.Streamer
-
- getOutputMediaType() - Method in interface com.zementis.adapa.util.Streamer.IStreamer
-
- getOutputStream(OutputStream) - Method in class com.zementis.adapa.util.Streamer.BinaryData
-
- getOutputStream(OutputStream) - Method in class com.zementis.adapa.util.Streamer.Data
-
- getOutputStream(OutputStream) - Method in interface com.zementis.adapa.util.Streamer.IStreamer
-
- 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.
- setActive(String, boolean) - Method in interface com.zementis.adapa.extensions.AssetRepository
-
Activate or De-activate the asset identified by identifier
.
- setActive(boolean) - Method in class com.zementis.adapa.models.api.info.ModelInformation
-
- setIdentifier(String) - Method in interface com.zementis.adapa.asset.AdapaAsset
-
- Status - Enum in com.zementis.adapa.api
-
Enumeration of status of ADAPA artifacts (Models and Resources).
- Streamer - Class in com.zementis.adapa.util
-
- Streamer.BinaryData - Class in com.zementis.adapa.util
-
Binary data streamer.
- Streamer.BinaryData(InputStream, String, String) - Constructor for class com.zementis.adapa.util.Streamer.BinaryData
-
Constructor that attempts to detect file type for given media type if detector is available and if
successful, sets input and output type to given type or to root type if type detection failed.
- Streamer.Compression - Class in com.zementis.adapa.util
-
Compression streamer which detects input stream compression type.
- Streamer.Compression(InputStream) - Constructor for class com.zementis.adapa.util.Streamer.Compression
-
Constructor that maps input media type to output media type.
- Streamer.Compression(InputStream, String) - Constructor for class com.zementis.adapa.util.Streamer.Compression
-
Constructor that sets output type to requested type if it is not null and one of supported compression types,
or to input type otherwise.
- Streamer.Data - Class in com.zementis.adapa.util
-
Data streamer.
- Streamer.Data(InputStream) - Constructor for class com.zementis.adapa.util.Streamer.Data
-
Constructor that maps input type to output type.
- Streamer.Data(InputStream, String) - Constructor for class com.zementis.adapa.util.Streamer.Data
-
Constructor that maps input type to requested output type if requested type is valid and one of supported
output types (csv, json).
- Streamer.Data(File) - Constructor for class com.zementis.adapa.util.Streamer.Data
-
Constructor that maps input type to output type.
- Streamer.Data(File, String) - Constructor for class com.zementis.adapa.util.Streamer.Data
-
Constructor that maps input type to requested output type if requested type is valid and one of supported
output types (csv, json).
- Streamer.IStreamer - Interface in com.zementis.adapa.util
-
Streamer interface for extending subclasses.
- Streamer.MediaTypes - Class in com.zementis.adapa.util
-
Media types used for all streamers.
- Streamer.MediaTypes() - Constructor for class com.zementis.adapa.util.Streamer.MediaTypes
-
- 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.