Class AlertUtilities
- java.lang.Object
-
- com.Lomikel.Januser.JanusClient
-
- com.astrolabsoftware.FinkBrowser.Januser.AlertUtilities
-
- All Implemented Interfaces:
ModifyingGremlinClient
public class AlertUtilities extends JanusClient
AlertUtilities
provides utility searches for alerts.- Author:
- J.Hrivnac
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
log
Logging .
-
Constructor Summary
Constructors Constructor Description AlertUtilities(java.lang.String properties)
Create with connection properties file.AlertUtilities(java.lang.String hostname, int port, java.lang.String table)
Create with connection parameters.AlertUtilities(java.lang.String hostname, int port, java.lang.String table, boolean batch)
Create with connection parameters.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
TBDjava.util.List<Vertex>
searchJd(double since, double till, java.lang.String lbl, int limit)
SearchVertex
es between Julian Dates.-
Methods inherited from class com.Lomikel.Januser.JanusClient
close, commit, g, open, open, reopen, timer, timerStart
-
-
-
-
Field Detail
-
log
private static org.apache.logging.log4j.Logger log
Logging .
-
-
Constructor Detail
-
AlertUtilities
public AlertUtilities(java.lang.String hostname, int port, java.lang.String table)
Create with connection parameters.- Parameters:
hostname
- The HBase hostname.port
- The HBase port.table
- The HBase table.
-
AlertUtilities
public AlertUtilities(java.lang.String hostname, int port, java.lang.String table, boolean batch)
Create with connection parameters.- Parameters:
hostname
- The HBase hostname.port
- The HBase port.table
- The HBase table.batch
- Whether open graph for batch loading.
-
AlertUtilities
public AlertUtilities(java.lang.String properties)
Create with connection properties file.- Parameters:
properties
- The file with the complete properties.
-
-