Uses of Class
org.graylog2.plugin.indexer.searches.timeranges.AbsoluteRange
Packages that use AbsoluteRange
Package
Description
-
Uses of AbsoluteRange in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that return AbsoluteRangeMethods in org.graylog.events.processor.aggregation with parameters of type AbsoluteRangeModifier and TypeMethodDescriptionabstract AggregationResult.BuilderAggregationResult.Builder.effectiveTimerange(AbsoluteRange effectiveTimerange) -
Uses of AbsoluteRange in org.graylog.plugins.views.search.engine
Methods in org.graylog.plugins.views.search.engine that return AbsoluteRangeModifier and TypeMethodDescriptionabstract AbsoluteRangeQueryExecutionStats.effectiveTimeRange()default AbsoluteRangeQueryBackend.effectiveTimeRangeForResult(Query query, QueryResult queryResult) Methods in org.graylog.plugins.views.search.engine with parameters of type AbsoluteRangeModifier and TypeMethodDescriptionabstract QueryExecutionStats.BuilderQueryExecutionStats.Builder.effectiveTimeRange(AbsoluteRange effectiveTimeRange) -
Uses of AbsoluteRange in org.graylog.plugins.views.search.events
Methods in org.graylog.plugins.views.search.events that return AbsoluteRangeMethods in org.graylog.plugins.views.search.events with parameters of type AbsoluteRangeModifier and TypeMethodDescriptionabstract MessagesExportEvent.BuilderMessagesExportEvent.Builder.timeRange(AbsoluteRange timeRange) -
Uses of AbsoluteRange in org.graylog.plugins.views.search.export
Methods in org.graylog.plugins.views.search.export that return AbsoluteRangeModifier and TypeMethodDescriptionstatic AbsoluteRangeExportMessagesCommand.defaultTimeRange()abstract AbsoluteRangeExportMessagesCommand.timeRange()Methods in org.graylog.plugins.views.search.export that return types with arguments of type AbsoluteRangeMethods in org.graylog.plugins.views.search.export with parameters of type AbsoluteRangeModifier and TypeMethodDescriptionabstract ResultFormat.BuilderResultFormat.Builder.timerange(AbsoluteRange timeRange) abstract ExportMessagesCommand.BuilderExportMessagesCommand.Builder.timeRange(AbsoluteRange timeRange) -
Uses of AbsoluteRange in org.graylog.plugins.views.search.rest.scriptingapi.response
Methods in org.graylog.plugins.views.search.rest.scriptingapi.response that return AbsoluteRangeModifier and TypeMethodDescriptionMetadata.effectiveTimerange()Returns the value of theeffectiveTimerangerecord component.Constructors in org.graylog.plugins.views.search.rest.scriptingapi.response with parameters of type AbsoluteRangeModifierConstructorDescriptionMetadata(AbsoluteRange effectiveTimerange) Creates an instance of aMetadatarecord class. -
Uses of AbsoluteRange in org.graylog.plugins.views.search.searchtypes
Methods in org.graylog.plugins.views.search.searchtypes that return AbsoluteRangeMethods in org.graylog.plugins.views.search.searchtypes with parameters of type AbsoluteRangeModifier and TypeMethodDescriptionabstract MessageList.Result.BuilderMessageList.Result.Builder.effectiveTimerange(AbsoluteRange effectiveTimerange) -
Uses of AbsoluteRange in org.graylog.plugins.views.search.searchtypes.pivot
Methods in org.graylog.plugins.views.search.searchtypes.pivot that return AbsoluteRangeMethods in org.graylog.plugins.views.search.searchtypes.pivot with parameters of type AbsoluteRangeModifier and TypeMethodDescriptionabstract PivotResult.BuilderPivotResult.Builder.effectiveTimerange(AbsoluteRange effectiveTimerange) -
Uses of AbsoluteRange in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities with parameters of type AbsoluteRangeModifier and TypeMethodDescriptionstatic AbsoluteRangeEntityAbsoluteRangeEntity.of(AbsoluteRange absoluteRange) -
Uses of AbsoluteRange in org.graylog2.plugin
Methods in org.graylog2.plugin that return types with arguments of type AbsoluteRangeModifier and TypeMethodDescriptionstatic Optional<AbsoluteRange>Tools.extractHistogramBoundaries(String query) -
Uses of AbsoluteRange in org.graylog2.plugin.dashboards.widgets
Constructors in org.graylog2.plugin.dashboards.widgets with parameters of type AbsoluteRangeModifierConstructorDescriptionComputationResult(Object result, long tookMs, AbsoluteRange computationTimeRange) -
Uses of AbsoluteRange in org.graylog2.plugin.indexer.searches.timeranges
Methods in org.graylog2.plugin.indexer.searches.timeranges that return AbsoluteRangeModifier and TypeMethodDescriptionabstract AbsoluteRangeAbsoluteRange.Builder.build()static AbsoluteRangestatic AbsoluteRangeAbsoluteRange.create(org.joda.time.DateTime from, org.joda.time.DateTime to)