| Package | Description |
|---|---|
| org.graylog2.configuration.validators | |
| org.graylog2.storage |
| Modifier and Type | Method and Description |
|---|---|
abstract SearchVersion.Distribution |
SearchVersionRange.distribution() |
| Modifier and Type | Method and Description |
|---|---|
static SearchVersionRange |
SearchVersionRange.of(SearchVersion.Distribution distribution,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
abstract SearchVersion.Distribution |
SearchVersion.distribution() |
static SearchVersion.Distribution |
SearchVersion.Distribution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchVersion.Distribution[] |
SearchVersion.Distribution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchVersion |
SearchVersion.create(SearchVersion.Distribution distribution,
com.github.zafarkhaja.semver.Version version) |
boolean |
SearchVersion.satisfies(SearchVersion.Distribution distribution,
String expression) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.