public interface SearchIndexingPlanExecutionReport
| Modifier and Type | Method and Description |
|---|---|
List<EntityReference> |
failingEntities() |
default List<EntityReference> |
getFailingEntities()
Deprecated.
Use
failingEntities() instead. |
default Optional<Throwable> |
getThrowable()
Deprecated.
Use
throwable() instead. |
Optional<Throwable> |
throwable() |
Optional<Throwable> throwable()
Exception or Error thrown when indexing failed,
or Optional.empty() if indexing succeeded.@Deprecated default Optional<Throwable> getThrowable()
throwable() instead.Exception or Error thrown when indexing failed,
or Optional.empty() if indexing succeeded.List<EntityReference> failingEntities()
null, but may be empty.@Deprecated default List<EntityReference> getFailingEntities()
failingEntities() instead.null, but may be empty.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.