Uses of Class
org.conscrypt.ct.LogStore.State
-
Packages that use LogStore.State Package Description org.conscrypt.ct org.conscrypt.metrics -
-
Uses of LogStore.State in org.conscrypt.ct
Methods in org.conscrypt.ct that return LogStore.State Modifier and Type Method Description LogStore.StateLogStore. getState()static LogStore.StateLogStore.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogStore.State[]LogStore.State. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogStore.State in org.conscrypt.metrics
Methods in org.conscrypt.metrics with parameters of type LogStore.State Modifier and Type Method Description private static intStatsLogImpl. logStoreStateToMetricsState(LogStore.State state)
-