public class OCIMetric extends Object
Constructor and Description |
---|
OCIMetric(double overallTime,
String key,
Exception e,
String bucketName,
int retryAttempts,
int retry503Count,
int retry429Count) |
OCIMetric(double overallTime,
String key,
Exception e,
String bucketName,
int retryAttempts,
int retry503Count,
int retry429Count,
boolean isCoalesced) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName() |
int |
getErrorStatusCode() |
boolean |
getIsCoalesced() |
String |
getKey() |
double |
getOverallTime() |
long |
getRecordedTime() |
int |
getRetry429Count() |
int |
getRetry503Count() |
int |
getRetryAttempts() |
boolean |
isError() |
String |
toString() |
public OCIMetric(double overallTime, String key, Exception e, String bucketName, int retryAttempts, int retry503Count, int retry429Count)
public String getKey()
public double getOverallTime()
public boolean isError()
public long getRecordedTime()
public String getBucketName()
public int getErrorStatusCode()
public int getRetryAttempts()
public int getRetry503Count()
public int getRetry429Count()
public boolean getIsCoalesced()
Copyright © 2016–2025. All rights reserved.