Uses of Class
com.amazonaws.util.TimingInfo
Packages that use TimingInfo
Package
Description
-
Uses of TimingInfo in com.amazonaws.handlers
Methods in com.amazonaws.handlers with parameters of type TimingInfoModifier and TypeMethodDescriptionvoidAbstractRequestHandler.afterResponse(Request<?> request, Object response, TimingInfo timingInfo) Deprecated.voidRequestHandler.afterResponse(Request<?> request, Object response, TimingInfo timingInfo) Deprecated.Runs any additional processing logic on the specified request (after is has been executed by the client runtime). -
Uses of TimingInfo in com.amazonaws.metrics.internal.cloudwatch.spi
Methods in com.amazonaws.metrics.internal.cloudwatch.spi with parameters of type TimingInfoModifier and TypeMethodDescriptionstatic longRequestMetricTransformer.Utils.endTimeMilli(TimingInfo ti) static DateRequestMetricTransformer.Utils.endTimestamp(TimingInfo ti) -
Uses of TimingInfo in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs with parameters of type TimingInfoModifier and TypeMethodDescriptionvoidMessageMD5ChecksumHandler.afterResponse(Request<?> request, Object response, TimingInfo timingInfo) -
Uses of TimingInfo in com.amazonaws.util
Fields in com.amazonaws.util declared as TimingInfoMethods in com.amazonaws.util that return TimingInfoModifier and TypeMethodDescriptionTimingInfo.endTiming()TimingInfo.getLastSubMeasurement(String subMeasurementName) TimingInfo.getSubMeasurement(String subMeasurementName) TimingInfo.getSubMeasurement(String subMesurementName, int index) final TimingInfoAWSRequestMetrics.getTimingInfo()static TimingInfoTimingInfo.newTimingInfoFullSupport(long startTimeNano, long endTimeNano) Returns aTimingInfoFullSupportbased on the given start and end time in nanosecond, ignoring the wall clock time.static TimingInfoTimingInfo.newTimingInfoFullSupport(long startEpochTimeMilli, long startTimeNano, long endTimeNano) Returns aTimingInfoFullSupportbased on the given start time since epoch in millisecond, and the given start and end time in nanosecond.static TimingInfoTimingInfo.startTiming()Captures the current wall clock time (since epoch in millisecond) and the current time (in nanosecond) used for timing measurement.static TimingInfoTimingInfo.startTimingFullSupport()Captures the current wall clock time (since epoch in millisecond) and the current time (in nanosecond) used for timing measurement.static TimingInfoTimingInfo.startTimingFullSupport(long startTimeNano) Captures the given start time in nanosecond, ignoring the wall clock time.static TimingInfoTimingInfo.unmodifiableTimingInfo(long startEpochTimeMilli, long startTimeNano, Long endTimeNano) Returns an instance ofTimingInfothat is not modifiable.static TimingInfoTimingInfo.unmodifiableTimingInfo(long startTimeNano, Long endTimeNano) Returns an instance ofTimingInfothat is not modifiable, given the start and end nano times.Methods in com.amazonaws.util that return types with arguments of type TimingInfoModifier and TypeMethodDescriptionTimingInfo.getAllSubMeasurements(String subMeasurementName) Map<String, List<TimingInfo>> TimingInfo.getSubMeasurementsByName()Methods in com.amazonaws.util with parameters of type TimingInfoModifier and TypeMethodDescriptionvoidTimingInfo.addSubMeasurement(String subMeasurementName, TimingInfo timingInfo) Constructors in com.amazonaws.util with parameters of type TimingInfo