Class EventingStatus


  • @Uncommitted
    public class EventingStatus
    extends Object
    Contains the status of all eventing functions stored on the server.
    • Method Detail

      • numEventingNodes

        public long numEventingNodes()
        Returns the number of eventing nodes participating.
        Returns:
        the number of eventing nodes.
      • functions

        public List<EventingFunctionState> functions()
        State information for each individual eventing function.
        Returns:
        a (potentially empty) list of eventing function states.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object