public abstract class AbstractDatabaseConnection extends java.lang.Object implements DatabaseConnection
Modifier and Type | Class and Description |
---|---|
static class |
AbstractDatabaseConnection.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ObjectFilter> |
filters
The filters to invoke
|
static java.lang.String |
LABEL_CONCATENATION
A sign to separate components of a label.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractDatabaseConnection(java.util.List<ObjectFilter> filters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Logging |
getLogger()
Get the logger for this database connection.
|
protected MultipleObjectsBundle |
invokeBundleFilters(MultipleObjectsBundle bundle)
Transforms the specified list of objects and their labels into a list of
objects and their associations.
|
protected BundleStreamSource |
invokeStreamFilters(BundleStreamSource stream)
Transforms the specified list of objects and their labels into a list of
objects and their associations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadData
public static final java.lang.String LABEL_CONCATENATION
protected java.util.List<ObjectFilter> filters
protected AbstractDatabaseConnection(java.util.List<ObjectFilter> filters)
filters
- Filters to apply, can be nullprotected MultipleObjectsBundle invokeBundleFilters(MultipleObjectsBundle bundle)
bundle
- the objects to processprotected BundleStreamSource invokeStreamFilters(BundleStreamSource stream)
stream
- the objects to processprotected abstract Logging getLogger()
Copyright © 2019 ELKI Development Team. License information.