Modifier and Type | Method and Description |
---|---|
EventContext |
IndexSchemaContext.getEventContext() |
Modifier and Type | Method and Description |
---|---|
static EventContext |
EventContexts.fromBackendName(String name) |
static EventContext |
EventContexts.fromIndexFieldAbsolutePath(String absolutePath) |
static EventContext |
EventContexts.fromIndexName(String name) |
static EventContext |
EventContexts.fromIndexNames(Set<String> indexNames) |
static EventContext |
EventContexts.fromIndexNames(String... indexNames) |
static EventContext |
EventContexts.fromType(MappableTypeModel typeModel) |
static EventContext |
EventContexts.getDefault() |
static EventContext |
EventContexts.indexSchemaRoot() |
Modifier and Type | Method and Description |
---|---|
ContextualFailureCollector |
FailureCollector.withContext(EventContext context) |
Modifier and Type | Method and Description |
---|---|
static EventContext |
PojoEventContexts.fromAnnotation(Annotation annotation) |
static EventContext |
PojoEventContexts.fromPath(PojoModelPath unboundPath) |
static EventContext |
PojoEventContexts.fromType(PojoRawTypeModel<?> typeModel) |
Modifier and Type | Method and Description |
---|---|
EventContext |
EventContext.append(EventContext other) |
static EventContext |
EventContext.concat(EventContext first,
EventContext... others) |
static EventContext |
EventContext.create(EventContextElement firstElement,
EventContextElement... otherElements) |
EventContext |
SearchException.getContext() |
Modifier and Type | Method and Description |
---|---|
EventContext |
EventContext.append(EventContext other) |
static EventContext |
EventContext.concat(EventContext first,
EventContext... others) |
static EventContext |
EventContext.concat(EventContext first,
EventContext... others) |
Constructor and Description |
---|
SearchException(String message,
EventContext context) |
SearchException(String message,
Throwable cause,
EventContext context) |
SearchException(Throwable cause,
EventContext context) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.