Uses of Enum Class
com.yahoo.documentapi.metrics.DocumentOperationType
Packages that use DocumentOperationType
-
Uses of DocumentOperationType in com.yahoo.documentapi.metrics
Methods in com.yahoo.documentapi.metrics that return DocumentOperationTypeModifier and TypeMethodDescriptionstatic DocumentOperationTypeDocumentOperationType.fromMessage(com.yahoo.messagebus.Message msg) static DocumentOperationTypeReturns the enum constant of this class with the specified name.static DocumentOperationType[]DocumentOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.documentapi.metrics with parameters of type DocumentOperationTypeModifier and TypeMethodDescriptionvoidDocumentApiMetrics.report(DocumentOperationType type, Instant start, DocumentOperationStatus... status) voidDocumentApiMetrics.reportFailure(DocumentOperationType documentOperationType, DocumentOperationStatus documentOperationStatus) voidDocumentApiMetrics.reportSuccessful(DocumentOperationType documentOperationType, double latencyInSeconds)