Class Main

java.lang.Object
com.arpnetworking.metrics.mad.Main
All Implemented Interfaces:
Launchable

public final class Main extends Object implements Launchable
Class containing entry point for Metrics Data Aggregator (MAD).
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot io), Ville Koskela (ville dot koskela at inscopemetrics dot io)
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Entry point for Metrics Aggregator Daemon (MAD).
      Parameters:
      args - the command line arguments
    • launch

      public void launch()
      Description copied from interface: Launchable
      Launch the component.
      Specified by:
      launch in interface Launchable
    • shutdown

      public void shutdown()
      Description copied from interface: Launchable
      Shutdown the component.
      Specified by:
      shutdown in interface Launchable