Class SqlAssetIndexServiceExtension
java.lang.Object
org.eclipse.edc.connector.controlplane.store.sql.assetindex.SqlAssetIndexServiceExtension
- All Implemented Interfaces:
org.eclipse.edc.spi.system.ServiceExtension,org.eclipse.edc.spi.system.SystemExtension
@Provides({org.eclipse.edc.connector.controlplane.asset.spi.index.AssetIndex.class,org.eclipse.edc.connector.controlplane.asset.spi.index.DataAddressResolver.class})
@Extension("SQL asset index")
public class SqlAssetIndexServiceExtension
extends Object
implements org.eclipse.edc.spi.system.ServiceExtension
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the datasource to use for accessing assets. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.eclipse.edc.spi.system.ServiceExtensionContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.edc.spi.system.ServiceExtension
prepare, shutdown, startMethods inherited from interface org.eclipse.edc.spi.system.SystemExtension
name
-
Field Details
-
DATASOURCE_SETTING_NAME
Name of the datasource to use for accessing assets.- See Also:
-
-
Constructor Details
-
SqlAssetIndexServiceExtension
public SqlAssetIndexServiceExtension()
-
-
Method Details
-
initialize
public void initialize(org.eclipse.edc.spi.system.ServiceExtensionContext context) - Specified by:
initializein interfaceorg.eclipse.edc.spi.system.ServiceExtension
-