| Modifier and Type | Method and Description |
|---|---|
abstract List<ResultMessageSummary> |
SimulationResponse.messages() |
| Modifier and Type | Method and Description |
|---|---|
static SimulationResponse |
SimulationResponse.create(List<ResultMessageSummary> messages,
List<PipelineInterpreterTrace> simulationTrace,
long tookMicroseconds) |
abstract SimulationResponse.Builder |
SimulationResponse.Builder.messages(List<ResultMessageSummary> messages) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ResultMessageSummary> |
MessageList.Result.messages() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessageList.Result.Builder |
MessageList.Result.Builder.messages(List<ResultMessageSummary> messages) |
| Modifier and Type | Method and Description |
|---|---|
abstract ResultMessageSummary |
ResultMessageSummary.Builder.build() |
static ResultMessageSummary |
ResultMessageSummary.create(com.google.common.collect.Multimap<String,com.google.common.collect.Range<Integer>> highlightRanges,
Map<String,Object> message,
String index) |
static ResultMessageSummary |
ResultMessageSummary.create(com.google.common.collect.Multimap<String,com.google.common.collect.Range<Integer>> highlightRanges,
Map<String,Object> message,
String index,
DecorationStats decorationStats) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ResultMessageSummary> |
SearchResource.resultMessageListtoValueList(List<ResultMessage> resultMessages) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ResultMessageSummary> |
SearchResponse.messages() |
| Modifier and Type | Method and Description |
|---|---|
static SearchResponse |
SearchResponse.create(String query,
String builtQuery,
Set<IndexRangeSummary> usedIndices,
List<ResultMessageSummary> messages,
Set<String> fields,
long time,
long totalResults,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
abstract SearchResponse.Builder |
SearchResponse.Builder.messages(List<ResultMessageSummary> messages) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.