Class ReggieStat

java.lang.Object
com.gigaspaces.admin.discovery.ReggieStat

public class ReggieStat extends Object
Class to hold basic information for a discovered/discarded reggie
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Convenience method to obtain the time that the ServiceRegistar was discarded, provided a new "base time" to establish (re-)discovery time
    long
    Get the time the event occurred
    Convenience method to obtain pre-fetced group names
    Convenience method to obtain the host the ServiceRegistrar is on
    int
    Convenience method to obtain the port the ServiceRegistrar is listening on

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • getBaseTime

      public long getBaseTime()
      Convenience method to obtain the time that the ServiceRegistar was discarded, provided a new "base time" to establish (re-)discovery time
    • getMachine

      public String getMachine()
      Convenience method to obtain the host the ServiceRegistrar is on
    • getPort

      public int getPort()
      Convenience method to obtain the port the ServiceRegistrar is listening on
    • getGroups

      public String[] getGroups()
      Convenience method to obtain pre-fetced group names
    • getEventTime

      public long getEventTime()
      Get the time the event occurred