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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the datasource to use for accessing assets.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(org.eclipse.edc.spi.system.ServiceExtensionContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.edc.spi.system.ServiceExtension

    prepare, shutdown, start

    Methods inherited from interface org.eclipse.edc.spi.system.SystemExtension

    name
  • Field Details

    • DATASOURCE_SETTING_NAME

      @Setting(required=true) public static final String 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:
      initialize in interface org.eclipse.edc.spi.system.ServiceExtension