Class EventingFunctionState


  • public class EventingFunctionState
    extends Object
    • Method Detail

      • name

        public String name()
        The name of the eventing function.
      • status

        public EventingFunctionStatus status()
        The status the function is currently in (including transitional states).
      • numBootstrappingNodes

        public long numBootstrappingNodes()
        The number of nodes which are currently bootstrapping.
      • numDeployedNodes

        public long numDeployedNodes()
        The number of deployed nodes.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object