Class AlertUtilities

    • 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.
    • 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.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        TBD
      • searchJd

        public java.util.List<VertexsearchJd​(double since,
                                               double till,
                                               java.lang.String lbl,
                                               int limit)
        Search Vertexes between Julian Dates.
        Parameters:
        since - The end Julian Date.
        till - The start Julian Date.
        lbl - The Vertex label.
        limit - The maximal number of resuolts to give.
        Returns:
        The List of Vertexes.