public class IndexFailureContext extends FailureContext
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexFailureContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IndexFailureContext.Builder |
builder() |
String |
getIndexName() |
List<Object> |
getUncommittedOperations() |
getFailingOperation, getThrowablepublic static IndexFailureContext.Builder builder()
public String getIndexName()
null.public List<Object> getUncommittedOperations()
null, but may be empty.
These operations may not have been applied to the index.
Use Object.toString() to get a textual representation of each operation.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.