Package | Description |
---|---|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
messif.objects.impl |
Implementation of basic data objects.
|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseStorage<T>
Database-based storage.
|
Constructor and Description |
---|
DatabaseStorage(java.lang.Class<? extends T> storedObjectsClass,
ExtendedDatabaseConnection dbConnection,
java.lang.String tableName,
java.lang.String primaryKeyColumn,
java.lang.String[] columnNames,
DatabaseStorage.ColumnConvertor<T>[] columnConvertors)
Constructs an empty database storage.
|
Modifier and Type | Class and Description |
---|---|
static class |
MetaObjectProfiSCT.DatabaseKeywordClassifier
Provides a
Classifier that processes list of ranked abstract objects and provides keyword classification
with words belonging to the object locator URI with the respective confidence based on the ranking distance. |
static class |
MetaObjectProfiSCT.DatabaseSupport
Utility class that allows to read/store the necessary data of the Profi objects
in a database.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExtendedDatabaseConnection.ExtendedDatabaseConnectionPublic
Provides a wrapper for the
ExtendedDatabaseConnection that offers
all the methods publicly. |
Constructor and Description |
---|
ExtendedDatabaseConnection(ExtendedDatabaseConnection sourceConnection)
Creates a new extended database connection with parameters taken from another connection.
|
ExtendedDatabaseConnection(ExtendedDatabaseConnection sourceConnection,
boolean lazyConnection)
Creates a new extended database connection with parameters taken from another connection.
|