| Package | Description |
|---|---|
| org.graylog2.bundles | |
| org.graylog2.plugin.streams | |
| org.graylog2.streams |
| Modifier and Type | Method and Description |
|---|---|
StreamRuleType |
StreamRule.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamRule.setType(StreamRuleType type) |
| Modifier and Type | Method and Description |
|---|---|
static StreamRuleType |
StreamRuleType.fromInteger(int numeric) |
static StreamRuleType |
StreamRuleType.fromName(String name) |
StreamRuleType |
StreamRule.getType() |
static StreamRuleType |
StreamRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamRuleType[] |
StreamRuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamRule.setType(StreamRuleType type) |
| Modifier and Type | Method and Description |
|---|---|
StreamRuleType |
StreamRuleImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
static StreamRuleMatcher |
StreamRuleMatcherFactory.build(StreamRuleType ruleType) |
void |
StreamRuleImpl.setType(StreamRuleType type) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.