Package ai.whylabs.services.whylogs.util

Types

Link copied to clipboard
object LoggingUtil
Link copied to clipboard
interface RetryOptions
Link copied to clipboard
abstract class SqliteManager : AutoCloseable

Utility base class for things that have to interface with sqlite.

Functions

Link copied to clipboard
fun ApiException.message(extra: String): String
Link copied to clipboard
inline suspend fun CoroutineScope.repeatUntilCancelled(log: Logger, block: () -> Unit)
Link copied to clipboard
inline fun waitUntil(block: () -> Boolean)

Thread.sleep until some condition is met. This shouldn't be used from coroutines, only java threads.

Properties

Link copied to clipboard
val defaultRetryPolicy: RetryPolicy<Throwable>