Class EventingFunctionState

java.lang.Object
com.couchbase.client.java.manager.eventing.EventingFunctionState

public class EventingFunctionState extends Object
  • Method Details

    • 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.
    • deploymentStatus

      public EventingFunctionDeploymentStatus deploymentStatus()
      The current deployment status.
    • processingStatus

      public EventingFunctionProcessingStatus processingStatus()
      The current processing status.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object