Class EventingFunctionState
- java.lang.Object
-
- com.couchbase.client.java.manager.eventing.EventingFunctionState
-
public class EventingFunctionState extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventingFunctionDeploymentStatus
deploymentStatus()
The current deployment status.boolean
equals(Object o)
int
hashCode()
String
name()
The name of the eventing function.long
numBootstrappingNodes()
The number of nodes which are currently bootstrapping.long
numDeployedNodes()
The number of deployed nodes.EventingFunctionProcessingStatus
processingStatus()
The current processing status.EventingFunctionStatus
status()
The status the function is currently in (including transitional states).String
toString()
-
-
-
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.
-
deploymentStatus
public EventingFunctionDeploymentStatus deploymentStatus()
The current deployment status.
-
processingStatus
public EventingFunctionProcessingStatus processingStatus()
The current processing status.
-
-