Class FileSourcesManager

java.lang.Object
akka.actor.AbstractActor
com.arpnetworking.metrics.proxy.actors.FileSourcesManager
All Implemented Interfaces:
akka.actor.Actor

public final class FileSourcesManager extends akka.actor.AbstractActor
Actor for handling messages related to live log reporting.
Author:
Mohammed Kamel (mkamel at groupon dot com)
  • Nested Class Summary

    Nested classes/interfaces inherited from class akka.actor.AbstractActor

    akka.actor.AbstractActor.ActorContext, akka.actor.AbstractActor.Receive

    Nested classes/interfaces inherited from interface akka.actor.Actor

    akka.actor.Actor.emptyBehavior$, akka.actor.Actor.ignoringBehavior$
  • Constructor Summary

    Constructors
    Constructor
    Description
    FileSourcesManager(akka.actor.ActorRef streamContextActor)
    Public constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    akka.actor.AbstractActor.Receive
     
    Generate a Steno log compatible representation.
     

    Methods inherited from class akka.actor.AbstractActor

    akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, sender, supervisorStrategy, unhandled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FileSourcesManager

      @Inject public FileSourcesManager(akka.actor.ActorRef streamContextActor)
      Public constructor.
      Parameters:
      streamContextActor - ActorRef for the singleton stream context actor
  • Method Details

    • createReceive

      public akka.actor.AbstractActor.Receive createReceive()
      Specified by:
      createReceive in class akka.actor.AbstractActor
    • toLogValue

      public Object toLogValue()
      Generate a Steno log compatible representation.
      Returns:
      Steno log compatible representation.
    • toString

      public String toString()
      Overrides:
      toString in class Object