JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Index
Help
Search
AWS SDK for Java 1.x API Reference - 1.12.485
Submit feedback...
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.amazonaws.internal
Interface MetricAware
All Known Implementing Classes:
AbstractRepeatableCipherInputStream
,
AdjustedRangeInputStream
,
AwsChunkedEncodingInputStream
,
ByteRangeCapturingInputStream
,
CipherLiteInputStream
,
CountingInputStream
,
CRC32ChecksumCalculatingInputStream
,
DigestValidationInputStream
,
InputSubstream
,
LengthCheckInputStream
,
MD5DigestCalculatingInputStream
,
MetricFilterInputStream
,
ProgressInputStream
,
ReleasableInputStream
,
RenewableCipherLiteInputStream
,
RepeatableFileInputStream
,
RepeatableInputStream
,
ResettableInputStream
,
S3AbortableInputStream
,
S3ObjectInputStream
,
SdkBufferedInputStream
,
SdkDigestInputStream
,
SdkFilterInputStream
,
SdkFilterOutputStream
,
SdkInputStream
,
SelectRecordsInputStream
,
ServiceClientHolderInputStream
,
TreeHashInputStream
public interface
MetricAware
Used to check if any metrics gathering activity is already turned on in one of the underlying wrapped objects.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isMetricActivated
()
Returns true if this object or one of it's inner wrapped objects has metrics gathering activity turned on; false otherwise.
Method Detail
isMetricActivated
boolean isMetricActivated()
Returns true if this object or one of it's inner wrapped objects has metrics gathering activity turned on; false otherwise.
Skip navigation links
Overview
Package
Class
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method