public abstract static class PersistToStreamsStorageHandler.Config extends Object implements EventStorageHandler.Config
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistToStreamsStorageHandler.Config.Builder |
EventStorageHandler.Config.FallbackEventStorageHandlerConfig| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_NAME |
TYPE_FIELD| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
static PersistToStreamsStorageHandler.Config.Builder |
builder() |
static PersistToStreamsStorageHandler.Config |
createWithDefaultEventsStream() |
abstract com.google.common.collect.ImmutableList<String> |
streams() |
abstract PersistToStreamsStorageHandler.Config.Builder |
toBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittypepublic static final String TYPE_NAME
public abstract com.google.common.collect.ImmutableList<String> streams()
public static PersistToStreamsStorageHandler.Config.Builder builder()
public static PersistToStreamsStorageHandler.Config createWithDefaultEventsStream()
public abstract PersistToStreamsStorageHandler.Config.Builder toBuilder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.