Uses of Class
org.graylog2.database.NotFoundException
Packages that use NotFoundException
Package
Description
-
Uses of NotFoundException in org.graylog.events.notifications
Methods in org.graylog.events.notifications that throw NotFoundExceptionModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<MessageSummary>EventBacklogService.getMessagesForEvent(EventDto eventDto, long backlogSize) booleanDBNotificationGracePeriodService.inGracePeriod(EventDto event, String notificationId, long grace) -
Uses of NotFoundException in org.graylog.plugins.pipelineprocessor.db
Methods in org.graylog.plugins.pipelineprocessor.db that throw NotFoundExceptionModifier and TypeMethodDescriptionPipelineService.loadByName(String name) RuleService.loadByName(String name) -
Uses of NotFoundException in org.graylog.plugins.pipelineprocessor.db.memory
Methods in org.graylog.plugins.pipelineprocessor.db.memory that throw NotFoundExceptionModifier and TypeMethodDescriptionInMemoryPipelineService.loadByName(String name) InMemoryRuleService.loadByName(String name) -
Uses of NotFoundException in org.graylog.plugins.pipelineprocessor.db.mongodb
Methods in org.graylog.plugins.pipelineprocessor.db.mongodb that throw NotFoundExceptionModifier and TypeMethodDescriptionMongoDbPipelineService.loadByName(String name) MongoDbRuleService.loadByName(String name) -
Uses of NotFoundException in org.graylog.plugins.pipelineprocessor.rest
Methods in org.graylog.plugins.pipelineprocessor.rest that throw NotFoundExceptionModifier and TypeMethodDescriptionPipelineConnectionsResource.connectPipelines(@NotNull PipelineConnections connection) PipelineConnectionsResource.connectStreams(@NotNull PipelineReverseConnections connection) voidvoidPipelineConnectionsResource.getAll()PipelineConnectionsResource.getPipelinesForStream(String streamId) RuleResource.simulate(@NotNull SimulateRuleRequest request) SimulatorResource.simulate(@NotNull SimulationRequest request) PipelineResource.update(String id, @NotNull PipelineSource update) RuleResource.update(String id, @NotNull RuleSource update) -
Uses of NotFoundException in org.graylog.plugins.sidecar.services
Methods in org.graylog.plugins.sidecar.services that throw NotFoundExceptionModifier and TypeMethodDescriptionSidecarService.applyManualAssignments(String sidecarNodeId, List<ConfigurationAssignment> assignments) -
Uses of NotFoundException in org.graylog2.cluster
Subclasses of NotFoundException in org.graylog2.cluster -
Uses of NotFoundException in org.graylog2.decorators
Methods in org.graylog2.decorators that throw NotFoundException -
Uses of NotFoundException in org.graylog2.grok
Methods in org.graylog2.grok that throw NotFoundExceptionModifier and TypeMethodDescription -
Uses of NotFoundException in org.graylog2.indexer.ranges
Methods in org.graylog2.indexer.ranges that throw NotFoundExceptionModifier and TypeMethodDescription -
Uses of NotFoundException in org.graylog2.inputs
Methods in org.graylog2.inputs that throw NotFoundExceptionModifier and TypeMethodDescriptionInputService.findForThisNode(String nodeId, String id) InputServiceImpl.findForThisNode(String nodeId, String id) InputService.findForThisNodeOrGlobal(String nodeId, String id) InputServiceImpl.findForThisNodeOrGlobal(String nodeId, String id) InputService.getExtractor(Input input, String extractorId) InputServiceImpl.getExtractor(Input input, String extractorId) -
Uses of NotFoundException in org.graylog2.rest
Methods in org.graylog2.rest with parameters of type NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseNotFoundExceptionMapper.toResponse(NotFoundException exception) -
Uses of NotFoundException in org.graylog2.rest.resources.entities.preferences
Methods in org.graylog2.rest.resources.entities.preferences that throw NotFoundExceptionModifier and TypeMethodDescriptionEntityListPreferencesResource.get(@NotEmpty String entityListId, UserContext userContext) -
Uses of NotFoundException in org.graylog2.rest.resources.roles
Methods in org.graylog2.rest.resources.roles that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsevoidRolesResource.getMembers(String name) RolesResource.listAll()javax.ws.rs.core.ResponseRolesResource.removeMember(String rolename, String username) RolesResource.update(String name, RoleResponse roleRepresentation) -
Uses of NotFoundException in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search that throw NotFoundException -
Uses of NotFoundException in org.graylog2.rest.resources.streams
Methods in org.graylog2.rest.resources.streams that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseStreamResource.cloneStream(String streamId, @Valid @NotNull CloneStreamRequest cr, UserContext userContext) voidStreamResource.delete(String streamId, UserContext userContext) voidvoidStreamResource.resume(@NotEmpty String streamId, UserContext userContext) StreamResource.testMatch(String streamId, @NotNull Map<String, Map<String, Object>> serialisedMessage) StreamResource.update(String streamId, @Valid @NotNull UpdateStreamRequest cr, UserContext userContext) -
Uses of NotFoundException in org.graylog2.rest.resources.streams.outputs
Methods in org.graylog2.rest.resources.streams.outputs that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseStreamOutputResource.add(String streamid, @Valid @NotNull AddOutputRequest aor) void -
Uses of NotFoundException in org.graylog2.rest.resources.streams.rules
Methods in org.graylog2.rest.resources.streams.rules that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseStreamRuleResource.create(String streamId, @Valid @NotNull CreateStreamRuleRequest cr) voidStreamRuleInputsResource.list()StreamRuleResource.update(String streamid, String streamRuleId, @Valid @NotNull CreateStreamRuleRequest cr) StreamRuleResource.updateDeprecated(String streamid, String streamRuleId, @Valid @NotNull CreateStreamRuleRequest cr) Deprecated. -
Uses of NotFoundException in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system that throw NotFoundExceptionModifier and TypeMethodDescriptionGrokResource.listPattern(String patternId) voidGrokResource.removePattern(String patternId) -
Uses of NotFoundException in org.graylog2.rest.resources.system.inputs
Methods in org.graylog2.rest.resources.system.inputs that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseExtractorsResource.create(String inputId, @Valid @NotNull CreateExtractorRequest cer) javax.ws.rs.core.ResponseStaticFieldsResource.create(String inputId, @Valid @NotNull CreateStaticFieldRequest csfr) voidvoidExtractorsResource.order(String inputPersistId, OrderExtractorsRequest oer) voidvoidExtractorsResource.update(String inputId, String extractorId, @Valid @NotNull CreateExtractorRequest cer) javax.ws.rs.core.ResponseInputsResource.update(@Valid @NotNull InputCreateRequest lr, String inputId) -
Uses of NotFoundException in org.graylog2.rest.resources.system.outputs
Methods in org.graylog2.rest.resources.system.outputs that throw NotFoundException -
Uses of NotFoundException in org.graylog2.streams
Methods in org.graylog2.streams that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidStreamServiceImpl.load(org.bson.types.ObjectId id) -
Uses of NotFoundException in org.graylog2.users
Methods in org.graylog2.users that throw NotFoundExceptionModifier and TypeMethodDescriptionRoleService.loadAllIdMap()RoleServiceImpl.loadAllIdMap()RoleService.loadAllLowercaseNameMap()RoleServiceImpl.loadAllLowercaseNameMap()