public abstract class ResultMessageSummary extends Object
| Constructor and Description |
|---|
ResultMessageSummary() |
| Modifier and Type | Method and Description |
|---|---|
static ResultMessageSummary |
create(com.google.common.collect.Multimap<String,com.google.common.collect.Range<Integer>> highlightRanges,
Map<String,Object> message,
String index) |
abstract com.google.common.collect.Multimap<String,com.google.common.collect.Range<Integer>> |
highlightRanges() |
abstract String |
index() |
abstract Map<String,Object> |
message() |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.