You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Step 1: Adding entry to Configuration files

  1. Add traceroute metadata information to $PERFSONAR/conf/sql_database_TEST.xml (e.g)
  2. Make ibatis configuration files, providing JDBC connection parameter to the traceroute datasource.

Step 2: MetadataQueryGenerator

Implement an interface org.perfsonar.service.measurementArchive.metadataConfig.queryGenerator.MetadataQueryGenerator.
view: TracerouteMetadataQueryGenerator.java

 Step 3: ResponseGenerator

 Implmeent an Interface org.perfsonar.service.measurementArchive.sqlType.fetch.ResponseGenerator.

view: TracerouteResponseGenerator.java

  • No labels