public class ClusterTestHelper extends Object
Constructor and Description |
---|
ClusterTestHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
firstNodeUrl() |
static List<String> |
getNodeUrls() |
static String |
lastNodeUrl() |
static <T> void |
waitUntil(Supplier<T> condition,
org.hamcrest.Matcher<T> matcher) |
static <T> void |
waitUntil(Supplier<T> condition,
org.hamcrest.Matcher<T> matcher,
long timeout) |
static void |
waitUntilSuccess(Runnable task) |
public static String firstNodeUrl()
public static String lastNodeUrl()
public static <T> void waitUntil(Supplier<T> condition, org.hamcrest.Matcher<T> matcher)
public static <T> void waitUntil(Supplier<T> condition, org.hamcrest.Matcher<T> matcher, long timeout)
public static void waitUntilSuccess(Runnable task)
Copyright © 2021 Atlassian. All rights reserved.