Class FinkPortalClassifier

java.lang.Object
com.astrolabsoftware.FinkBrowser.Januser.FinkPortalClassifier
All Implemented Interfaces:
Classifier

public class FinkPortalClassifier extends Object implements Classifier
FinkPortalClassifier classifies sources according to Fink Portal REST service.
Author:
J.Hrivnac
  • Field Details

    • log

      private static org.apache.logging.log4j.Logger log
      Logging .
  • Constructor Details

  • Method Details

    • classify

      public void classify(FinkGremlinRecipies recipies, String oid, boolean enhance, String columns) throws LomikelException
      Description copied from interface: Classifier
      Classify source and expand them to alerts (if requested). It should register classes corresponding to specified objectId using FinkGremlinRecipies#registerSourcesOfInterest(Classifiers, String, String, double, String, String, boolean, String).
      Specified by:
      classify in interface Classifier
      Parameters:
      recipies - The FinkGremlinRecipies caller.
      oid - The objectId of source to be added.
      enhance - Whether expand tree under all SourcesOfInterest with alerts possibly filled with requested HBase columns.
      columns - The HBase columns to be copied into graph alerts. May be null.
      Throws:
      LomikelException - If anything fails.