Package com.gigaspaces.admin.discovery
Class ReggieStat
java.lang.Object
com.gigaspaces.admin.discovery.ReggieStat
Class to hold basic information for a discovered/discarded reggie
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongConvenience method to obtain the time that the ServiceRegistar was discarded, provided a new "base time" to establish (re-)discovery timelongGet the time the event occurredString[]Convenience method to obtain pre-fetced group namesConvenience method to obtain the host the ServiceRegistrar is onintgetPort()Convenience method to obtain the port the ServiceRegistrar is listening on
-
Field Details
-
DISCOVERED
public static final int DISCOVERED- See Also:
-
DISCARDED
public static final int DISCARDED- See Also:
-
-
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
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
Convenience method to obtain pre-fetced group names -
getEventTime
public long getEventTime()Get the time the event occurred
-