public class Actions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Actions.Action |
static class |
Actions.ActionResult |
| Modifier and Type | Method and Description |
|---|---|
Actions |
addAction(Actions.Action action) |
static Actions |
newBuilder() |
int |
numActions() |
void |
run() |
public Actions addAction(Actions.Action action)
public static Actions newBuilder()
public int numActions()
public void run()
throws InterruptedException
InterruptedExceptionCopyright © 2017–2021 Apache Software Foundation. All rights reserved.