Uses of Class
org.apache.nifi.api.toolkit.model.AnalyzeFlowRequestEntity
Packages that use AnalyzeFlowRequestEntity
-
Uses of AnalyzeFlowRequestEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return AnalyzeFlowRequestEntityModifier and TypeMethodDescriptionSwaggerResourceApi.getAnalyzeFlowRequest
(String id, String requestId) Gets the current status of a flow analysis request.SwaggerResourceApi.removeAnalyzeFlowRequest
(String id, String requestId) Cancels a flow analysis request.SwaggerResourceApi.submitAnalyzeFlowRequest
(String id) Executes a flow analysis for components within a given process group -
Uses of AnalyzeFlowRequestEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return AnalyzeFlowRequestEntityModifier and TypeMethodDescriptionAnalyzeFlowRequestEntity.analyzeFlowRequest
(AnalyzeFlowRequestDTO analyzeFlowRequest)