Class EventingFunctionState
java.lang.Object
com.couchbase.client.java.manager.eventing.EventingFunctionState
- 
Method SummaryModifier 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- 
nameThe name of the eventing function.
- 
statusThe status the function is currently in (including transitional states).
- 
numBootstrappingNodespublic long numBootstrappingNodes()The number of nodes which are currently bootstrapping.
- 
numDeployedNodespublic long numDeployedNodes()The number of deployed nodes.
- 
deploymentStatusThe current deployment status.
- 
processingStatusThe current processing status.
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-