Class EventingFunctionState
java.lang.Object
com.couchbase.client.java.manager.eventing.EventingFunctionState
-
Method Summary
Modifier and TypeMethodDescriptionThe current deployment status.booleaninthashCode()name()The name of the eventing function.longThe number of nodes which are currently bootstrapping.longThe number of deployed nodes.The current processing status.status()The status the function is currently in (including transitional states).toString()
-
Method Details
-
name
The name of the eventing function. -
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
The current deployment status. -
processingStatus
The current processing status. -
toString
-
equals
-
hashCode
public int hashCode()
-