public final class Waiters extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
sleep(long millis) |
static void |
sleep(long millis,
String reason) |
static void |
sleep(long millis,
String reason,
Waiter.LogPoint logPoint) |
static void |
sleep(TimeUnit timeUnit,
long t) |
static void |
sleep(TimeUnit timeUnit,
long t,
String reason) |
static void |
sleep(TimeUnit timeUnit,
long t,
String reason,
Waiter.LogPoint logPoint) |
public static void sleep(TimeUnit timeUnit, long t)
public static void sleep(TimeUnit timeUnit, long t, String reason, Waiter.LogPoint logPoint)
public static void sleep(long millis)
public static void sleep(long millis,
String reason)
public static void sleep(long millis,
String reason,
Waiter.LogPoint logPoint)
Copyright © 2023. All rights reserved.