Class RevocationCheckTelemetryData
- java.lang.Object
-
- net.snowflake.client.jdbc.telemetry.RevocationCheckTelemetryData
-
@SnowflakeJdbcInternalApi public class RevocationCheckTelemetryData extends Object
-
-
Constructor Summary
Constructors Constructor Description RevocationCheckTelemetryData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TelemetryDatabuildTelemetry()voidsetCrlBytes(long crlBytes)voidsetCrlUrl(String crlUrl)voidsetNumberOfRevokedCertificates(int numberOfRevokedCertificates)voidsetTimeDownloadingCrl(long timeDownloadingCrl)voidsetTimeParsingCrl(long timeParsingCrl)
-
-
-
Method Detail
-
setTimeParsingCrl
public void setTimeParsingCrl(long timeParsingCrl)
-
setTimeDownloadingCrl
public void setTimeDownloadingCrl(long timeDownloadingCrl)
-
setCrlUrl
public void setCrlUrl(String crlUrl)
-
setCrlBytes
public void setCrlBytes(long crlBytes)
-
setNumberOfRevokedCertificates
public void setNumberOfRevokedCertificates(int numberOfRevokedCertificates)
-
buildTelemetry
public TelemetryData buildTelemetry()
-
-