Uses of Class
com.amazonaws.util.TimingInfo

Packages that use TimingInfo
com.amazonaws.handlers   
com.amazonaws.services.sqs Synchronous and asynchronous client classes for accessing AmazonSQS. 
com.amazonaws.util   
 

Uses of TimingInfo in com.amazonaws.handlers
 

Methods in com.amazonaws.handlers with parameters of type TimingInfo
 void RequestHandler.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).
 void AbstractRequestHandler.afterResponse(Request<?> request, Object response, TimingInfo timingInfo)
          Deprecated.  
 

Uses of TimingInfo in com.amazonaws.services.sqs
 

Methods in com.amazonaws.services.sqs with parameters of type TimingInfo
 void MessageMD5ChecksumHandler.afterResponse(Request<?> request, Object response, TimingInfo timingInfo)
           
 

Uses of TimingInfo in com.amazonaws.util
 

Fields in com.amazonaws.util declared as TimingInfo
protected  TimingInfo AWSRequestMetrics.timingInfo
           
 

Methods in com.amazonaws.util that return TimingInfo
 TimingInfo TimingInfo.endTiming()
           
 TimingInfo TimingInfo.getLastSubMeasurement(String subMeasurementName)
           
 TimingInfo TimingInfo.getSubMeasurement(String subMeasurementName)
           
 TimingInfo TimingInfo.getSubMeasurement(String subMesurementName, int index)
           
 TimingInfo AWSRequestMetrics.getTimingInfo()
           
static TimingInfo TimingInfo.newTimingInfoFullSupport(long startTimeNano, long endTimeNano)
          Returns a TimingInfoFullSupport based on the given start and end time in nanosecond, ignoring the wall clock time.
static TimingInfo TimingInfo.newTimingInfoFullSupport(long startEpochTimeMilli, long startTimeNano, long endTimeNano)
          Returns a TimingInfoFullSupport based on the given start time since epoch in millisecond, and the given start and end time in nanosecond.
static TimingInfo TimingInfo.startTiming()
          Captures the current wall clock time (since epoch in millisecond) and the current time (in nanosecond) used for timing measurement.
static TimingInfo TimingInfo.startTimingFullSupport()
          Captures the current wall clock time (since epoch in millisecond) and the current time (in nanosecond) used for timing measurement.
static TimingInfo TimingInfo.startTimingFullSupport(long startTimeNano)
          Captures the given start time in nanosecond, ignoring the wall clock time.
static TimingInfo TimingInfo.unmodifiableTimingInfo(long startTimeNano, Long endTimeNano)
          Returns an instance of TimingInfo that is not modifiable, given the start and end nano times.
static TimingInfo TimingInfo.unmodifiableTimingInfo(long startEpochTimeMilli, long startTimeNano, Long endTimeNano)
          Returns an instance of TimingInfo that is not modifiable.
 

Methods in com.amazonaws.util that return types with arguments of type TimingInfo
 List<TimingInfo> TimingInfo.getAllSubMeasurements(String subMeasurementName)
           
 Map<String,List<TimingInfo>> TimingInfo.getSubMeasurementsByName()
           
 

Methods in com.amazonaws.util with parameters of type TimingInfo
 void TimingInfo.addSubMeasurement(String subMeasurementName, TimingInfo timingInfo)
           
 

Constructors in com.amazonaws.util with parameters of type TimingInfo
AWSRequestMetrics(TimingInfo timingInfo)
           
 



Copyright © 2016. All rights reserved.