Interface Classifier
-
- All Known Implementing Classes:
FeaturesClassifier
,FinkPortalClassifier
public interface Classifier
Classifier
classifies sources.- Author:
- J.Hrivnac
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
classify(FinkGremlinRecipies recipies, java.lang.String oid, java.lang.String hbaseUrl, boolean enhance, java.lang.String columns)
Classify source and expand them to alerts (if requested).
-
-
-
Method Detail
-
classify
void classify(FinkGremlinRecipies recipies, java.lang.String oid, java.lang.String hbaseUrl, boolean enhance, java.lang.String columns) throws LomikelException
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)
.- Parameters:
recipies
- TheFinkGremlinRecipies
caller.oid
- The objectId of source to be added.hbaseUrl
- The url of HBase with alerts as ip:port:table:schema.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.
-
-