public abstract class IndexingRequest extends Object
| Constructor and Description |
|---|
IndexingRequest() |
| Modifier and Type | Method and Description |
|---|---|
static IndexingRequest |
create(@NotNull IndexSet indexSet,
@NotNull Indexable message) |
abstract IndexSet |
indexSet() |
abstract Indexable |
message() |
public abstract IndexSet indexSet()
public abstract Indexable message()
public static IndexingRequest create(@NotNull @NotNull IndexSet indexSet, @NotNull @NotNull Indexable message)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.