Uses of Interface
org.graylog2.database.MongoEntity
Packages that use MongoEntity
Package
Description
-
Uses of MongoEntity in org.graylog.events.notifications
Classes in org.graylog.events.notifications that implement MongoEntity -
Uses of MongoEntity in org.graylog.events.processor
Classes in org.graylog.events.processor that implement MongoEntity -
Uses of MongoEntity in org.graylog.plugins.pipelineprocessor.db
Classes in org.graylog.plugins.pipelineprocessor.db that implement MongoEntity -
Uses of MongoEntity in org.graylog.plugins.views.favorites
Classes in org.graylog.plugins.views.favorites that implement MongoEntity -
Uses of MongoEntity in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.savedsearch
-
Uses of MongoEntity in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.search
Classes in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.search that implement MongoEntity -
Uses of MongoEntity in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.view
Classes in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.view that implement MongoEntity -
Uses of MongoEntity in org.graylog.plugins.views.search
Classes in org.graylog.plugins.views.search that implement MongoEntity -
Uses of MongoEntity in org.graylog.plugins.views.search.export
Subinterfaces of MongoEntity in org.graylog.plugins.views.search.exportClasses in org.graylog.plugins.views.search.export that implement MongoEntityModifier and TypeClassDescriptionclassclassclass -
Uses of MongoEntity in org.graylog.plugins.views.search.views
Classes in org.graylog.plugins.views.search.views that implement MongoEntity -
Uses of MongoEntity in org.graylog.plugins.views.startpage.lastOpened
Classes in org.graylog.plugins.views.startpage.lastOpened that implement MongoEntity -
Uses of MongoEntity in org.graylog.plugins.views.startpage.recentActivities
Classes in org.graylog.plugins.views.startpage.recentActivities that implement MongoEntity -
Uses of MongoEntity in org.graylog.scheduler
Classes in org.graylog.scheduler that implement MongoEntity -
Uses of MongoEntity in org.graylog2.cluster.nodes
Classes in org.graylog2.cluster.nodes that implement MongoEntity -
Uses of MongoEntity in org.graylog2.database
Methods in org.graylog2.database with type parameters of type MongoEntityModifier and TypeMethodDescription<T extends MongoEntity>
com.mongodb.client.MongoCollection<T>MongoCollections.collection(String collectionName, Class<T> valueType) Get a MongoCollection configured to use Jackson for serialization/deserialization of objects.<T extends MongoEntity>
MongoPaginationHelper<T>MongoCollections.paginationHelper(com.mongodb.client.MongoCollection<T> collection) Provides a helper to perform find operations on a collection that yield pages of documents.<T extends MongoEntity>
MongoPaginationHelper<T>MongoCollections.paginationHelper(String collectionName, Class<T> valueType) Provides a helper to perform find operations on a collection that yield pages of documents.<T extends MongoEntity>
MongoUtils<T>MongoCollections.utils(com.mongodb.client.MongoCollection<T> collection) Provides utility methods like getting documents by ID, etc.<T extends MongoEntity>
MongoUtils<T>Provides utility methods like getting documents by ID, etc. -
Uses of MongoEntity in org.graylog2.database.entities
Classes in org.graylog2.database.entities that implement MongoEntityModifier and TypeClassDescriptionclassEntity base class, which can be used to enforce that each entity implementation has the required id and _scope fields. -
Uses of MongoEntity in org.graylog2.database.pagination
Classes in org.graylog2.database.pagination with type parameters of type MongoEntityModifier and TypeClassDescriptionclassDefaultMongoPaginationHelper<T extends MongoEntity>Default implementation for pagination support.interfaceMongoPaginationHelper<T extends MongoEntity>A utility class that provides paged access to a MongoDB collection. -
Uses of MongoEntity in org.graylog2.database.utils
Classes in org.graylog2.database.utils with type parameters of type MongoEntityModifier and TypeClassDescriptionclassMongoUtils<T extends MongoEntity>Utility methods to interact with MongoDB collections of document types that extendMongoEntity. -
Uses of MongoEntity in org.graylog2.indexer.datanode
Classes in org.graylog2.indexer.datanode that implement MongoEntity -
Uses of MongoEntity in org.graylog2.indexer.indexset.profile
Classes in org.graylog2.indexer.indexset.profile that implement MongoEntityModifier and TypeClassDescriptionfinal recordRepresents profile as it is stored in Mongo. -
Uses of MongoEntity in org.graylog2.indexer.indexset.template
Classes in org.graylog2.indexer.indexset.template that implement MongoEntityModifier and TypeClassDescriptionfinal recordRepresents template as it is stored in Mongo. -
Uses of MongoEntity in org.graylog2.lookup.dto
Classes in org.graylog2.lookup.dto that implement MongoEntity -
Uses of MongoEntity in org.graylog2.streams.filters
Classes in org.graylog2.streams.filters that implement MongoEntity -
Uses of MongoEntity in org.graylog2.system.traffic
Classes in org.graylog2.system.traffic that implement MongoEntity