| Package | Description |
|---|---|
| org.graylog2.bundles | |
| org.graylog2.plugin.streams | |
| org.graylog2.rest.resources.streams.requests | |
| org.graylog2.streams |
| Modifier and Type | Method and Description |
|---|---|
Stream.MatchingType |
Stream.getMatchingType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Stream.setMatchingType(Stream.MatchingType matchingType) |
| Modifier and Type | Field and Description |
|---|---|
static Stream.MatchingType |
Stream.MatchingType.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Stream.MatchingType |
Stream.getMatchingType() |
static Stream.MatchingType |
Stream.MatchingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stream.MatchingType |
Stream.MatchingType.valueOfOrDefault(String name) |
static Stream.MatchingType[] |
Stream.MatchingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stream.setMatchingType(Stream.MatchingType matchingType) |
| Modifier and Type | Method and Description |
|---|---|
abstract Stream.MatchingType |
CreateStreamRequest.matchingType() |
| Modifier and Type | Method and Description |
|---|---|
Stream.MatchingType |
StreamImpl.getMatchingType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamImpl.setMatchingType(Stream.MatchingType matchingType) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.