Class AlertUtilities
java.lang.Object
com.Lomikel.Januser.JanusClient
com.astrolabsoftware.FinkBrowser.Januser.AlertUtilities
- All Implemented Interfaces:
ModifyingGremlinClient
AlertUtilities
provides utility searches for alerts.- Author:
- J.Hrivnac
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAlertUtilities
(String properties) Create with connection properties file.AlertUtilities
(String hostname, int port, String table) Create with connection parameters.AlertUtilities
(String hostname, int port, String table, boolean batch) Create with connection parameters. -
Method Summary
Methods inherited from class com.Lomikel.Januser.JanusClient
close, commit, g, open, open, reopen, timer, timerStart
-
Field Details
-
log
Logging .
-
-
Constructor Details
-
AlertUtilities
Create with connection parameters.- Parameters:
hostname
- The HBase hostname.port
- The HBase port.table
- The HBase table.
-
AlertUtilities
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
Create with connection properties file.- Parameters:
properties
- The file with the complete properties.
-
-
Method Details