Uses of Enum Class
cn.com.anysdk.oss.monitor.OssOperationContext.OperationType
Packages that use OssOperationContext.OperationType
-
Uses of OssOperationContext.OperationType in cn.com.anysdk.oss.monitor
Methods in cn.com.anysdk.oss.monitor that return OssOperationContext.OperationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OssOperationContext.OperationType[]OssOperationContext.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.com.anysdk.oss.monitor with parameters of type OssOperationContext.OperationTypeModifier and TypeMethodDescriptiondoubleOssMonitorManager.getAverageOperationDuration(String provider, OssOperationContext.OperationType type) 获取平均操作时间longOssMonitorManager.getErrorCount(String provider, OssOperationContext.OperationType type) 获取错误计数longOssMonitorManager.getOperationCount(String provider, OssOperationContext.OperationType type) 获取操作计数