Class LoaderInstanceHeartbeat

  • All Implemented Interfaces:
    IDatabaseStatement

    public class LoaderInstanceHeartbeat
    extends java.lang.Object
    implements IDatabaseStatement
    Updates the last seen timestamp of the LOADER_INSTANCES record to indicate this particular instance is still alive
    • Constructor Summary

      Constructors 
      Constructor Description
      LoaderInstanceHeartbeat​(java.lang.String schemaName, long loaderInstanceId)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(IDatabaseTranslator translator, java.sql.Connection c)
      Execute the statement using the connection.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoaderInstanceHeartbeat

        public LoaderInstanceHeartbeat​(java.lang.String schemaName,
                                       long loaderInstanceId)
        Public constructor
        Parameters:
        schemaName -
        loaderInstanceId -
    • Method Detail