Class FinkPortalClassifier
java.lang.Object
com.astrolabsoftware.FinkBrowser.Januser.FinkPortalClassifier
- All Implemented Interfaces:
Classifier
FinkPortalClassifier
classifies sources according to
Fink Portal REST service.- Author:
- J.Hrivnac
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
classify
(FinkGremlinRecipies recipies, String oid, boolean enhance, String columns) Classify source and expand them to alerts (if requested).
-
Field Details
-
log
Logging .
-
-
Constructor Details
-
FinkPortalClassifier
public FinkPortalClassifier()
-
-
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 usingFinkGremlinRecipies#registerSourcesOfInterest(Classifiers, String, String, double, String, String, boolean, String)
.- Specified by:
classify
in interfaceClassifier
- Parameters:
recipies
- TheFinkGremlinRecipies
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.
-