| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.binder.LinkedBindingBuilder<ExportBackend> |
ViewsModule.bindExportBackend(Version supportedVersion) |
protected com.google.inject.multibindings.MapBinder<String,QueryBackend<? extends GeneratedQueryContext>> |
ViewsModule.queryBackendBinder(Version version) |
protected com.google.inject.binder.ScopedBindingBuilder |
ViewsModule.registerQueryBackend(Version version,
String name,
Class<? extends QueryBackend<? extends GeneratedQueryContext>> implementation) |
| Constructor and Description |
|---|
V20200730000000_AddGl2MessageIdFieldAliasForEvents(Version elasticsearchVersion,
ClusterConfigService clusterConfigService,
V20200730000000_AddGl2MessageIdFieldAliasForEvents.ElasticsearchAdapter elasticsearch,
ElasticsearchConfiguration elasticsearchConfig) |
| Constructor and Description |
|---|
ExportBackendProvider(Version version,
Map<Version,javax.inject.Provider<ExportBackend>> pluginBindings) |
| Constructor and Description |
|---|
ExportBackendProvider(Version version,
Map<Version,javax.inject.Provider<ExportBackend>> pluginBindings) |
| Modifier and Type | Field and Description |
|---|---|
protected static Version |
CmdLineTool.version |
| Modifier and Type | Method and Description |
|---|---|
Version |
MajorVersionConverter.convertFrom(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
MajorVersionConverter.convertTo(Version value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchVersionValidator.validate(String name,
Version value) |
| Modifier and Type | Method and Description |
|---|---|
static GraylogVersionConstraint |
GraylogVersionConstraint.of(Version version) |
| Constructor and Description |
|---|
ESVersionCheckPeriodical(Version elasticsearchVersion,
Version versionOverride,
List<URI> elasticsearchHosts,
VersionProbe versionProbe,
NotificationService notificationService) |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.CURRENT_CLASSPATH
Reads the current version from the classpath, using version.properties and git.properties.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.from(int major,
int minor,
int patch)
Build valid
Version from major, minor, and patch version ("X.Y.Z"). |
static Version |
Version.from(int major,
int minor,
int patch,
String preRelease)
Build valid
Version from major, minor, and patch version ("X.Y.Z"). |
static Version |
Version.from(int major,
int minor,
int patch,
String preRelease,
String buildMetadata)
Build valid
Version from major, minor, and patch version ("X.Y.Z"). |
static Version |
Version.fromClasspathProperties(Class<?> clazz,
String path,
String propertyName,
String gitPath,
String gitPropertyName,
Version defaultVersion)
Try to read the version from
path (propertyName property)
and gitPath (gitPropertyName property) from the classpath. |
static Version |
Version.fromClasspathProperties(String path,
String propertyName,
String gitPath,
String gitPropertyName,
Version defaultVersion)
Try to read the version from
path (propertyName property)
and gitPath (gitPropertyName property) from the classpath. |
static Version |
Version.fromClasspathProperties(String path,
String gitPath,
Version defaultVersion)
Try to read the version from
path (project.version property)
and gitPath (git.commit.id property) from the classpath. |
static Version |
Version.fromClasspathProperties(Version defaultVersion)
Try to read the version from version.properties (
project.version property)
and git.properties (git.commit.id property) from the classpath. |
static Version |
Version.fromPluginProperties(Class<?> pluginClass,
String path,
String propertyName,
String gitPath,
String gitPropertyName,
Version defaultVersion)
Try to read the version from the graylog-plugin.properties file included in a plugin
and git.properties (
git.commit.id property) from the classpath.. |
static Version |
Version.fromPluginProperties(Class<?> pluginClass,
String path,
String propertyName,
Version defaultVersion)
Try to read the version from the graylog-plugin.properties file included in a plugin.
|
Version |
PluginMetaData.getRequiredVersion() |
Version |
PluginMetaData.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> com.google.inject.binder.LinkedBindingBuilder<T> |
VersionAwareModule.bindForVersion(Version supportedVersion,
Class<T> interfaceClass) |
protected <T> com.google.inject.binder.LinkedBindingBuilder<T> |
VersionAwareModule.bindForVersion(Version supportedVersion,
com.google.inject.TypeLiteral<T> interfaceClass) |
int |
Version.compareTo(Version that) |
static Version |
Version.fromClasspathProperties(Class<?> clazz,
String path,
String propertyName,
String gitPath,
String gitPropertyName,
Version defaultVersion)
Try to read the version from
path (propertyName property)
and gitPath (gitPropertyName property) from the classpath. |
static Version |
Version.fromClasspathProperties(String path,
String propertyName,
String gitPath,
String gitPropertyName,
Version defaultVersion)
Try to read the version from
path (propertyName property)
and gitPath (gitPropertyName property) from the classpath. |
static Version |
Version.fromClasspathProperties(String path,
String gitPath,
Version defaultVersion)
Try to read the version from
path (project.version property)
and gitPath (git.commit.id property) from the classpath. |
static Version |
Version.fromClasspathProperties(Version defaultVersion)
Try to read the version from version.properties (
project.version property)
and git.properties (git.commit.id property) from the classpath. |
static Version |
Version.fromPluginProperties(Class<?> pluginClass,
String path,
String propertyName,
String gitPath,
String gitPropertyName,
Version defaultVersion)
Try to read the version from the graylog-plugin.properties file included in a plugin
and git.properties (
git.commit.id property) from the classpath.. |
static Version |
Version.fromPluginProperties(Class<?> pluginClass,
String path,
String propertyName,
Version defaultVersion)
Try to read the version from the graylog-plugin.properties file included in a plugin.
|
boolean |
Version.greaterMinor(Version other)
Deprecated.
|
boolean |
Version.sameOrHigher(Version other) |
| Modifier and Type | Field and Description |
|---|---|
static Version |
ServerVersion.VERSION |
| Modifier and Type | Method and Description |
|---|---|
Version |
UnsupportedElasticsearchException.getElasticsearchMajorVersion() |
| Constructor and Description |
|---|
UnsupportedElasticsearchException(Version elasticsearchMajorVersion) |
VersionAwareProvider(Version elasticsearchVersion,
Map<Version,javax.inject.Provider<T>> pluginBindings) |
| Constructor and Description |
|---|
VersionAwareProvider(Version elasticsearchVersion,
Map<Version,javax.inject.Provider<T>> pluginBindings) |
| Modifier and Type | Method and Description |
|---|---|
Version |
ElasticsearchVersionProvider.get() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Version> |
VersionProbe.probe(Collection<URI> hosts) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.