Class HttpUriRecognitionService
java.lang.Object
org.apache.skywalking.oap.server.ai.pipeline.services.HttpUriRecognitionService
- All Implemented Interfaces:
HttpUriRecognition,Service
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.skywalking.oap.server.ai.pipeline.services.api.HttpUriRecognition
HttpUriRecognition.HTTPUri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfeedRawData(String service, List<HttpUriRecognition.HTTPUri> unrecognizedURIs) Feed all data for the pattern recognition of HTTP URIsfetchAllPatterns(String service) Fetch all patterns of identified HTTP URIsboolean
-
Constructor Details
-
HttpUriRecognitionService
-
-
Method Details
-
isInitialized
public boolean isInitialized()- Specified by:
isInitializedin interfaceHttpUriRecognition- Returns:
- true if the service is initialized and active.
-
fetchAllPatterns
Description copied from interface:HttpUriRecognitionFetch all patterns of identified HTTP URIs- Specified by:
fetchAllPatternsin interfaceHttpUriRecognition- Parameters:
service- the name of the service- Returns:
- the list of patterns of HTTP URIs
-
feedRawData
Description copied from interface:HttpUriRecognitionFeed all data for the pattern recognition of HTTP URIs- Specified by:
feedRawDatain interfaceHttpUriRecognition- Parameters:
service- the name of the serviceunrecognizedURIs- the list of unrecognized URIs
-