Uses of Interface
org.graylog2.plugin.database.Persisted
Packages that use Persisted
Package
Description
-
Uses of Persisted in org.graylog2.bootstrap.preflight
Classes in org.graylog2.bootstrap.preflight that implement Persisted -
Uses of Persisted in org.graylog2.cluster
Subinterfaces of Persisted in org.graylog2.clusterClasses in org.graylog2.cluster that implement Persisted -
Uses of Persisted in org.graylog2.database
Classes in org.graylog2.database that implement PersistedMethods in org.graylog2.database with type parameters of type PersistedModifier and TypeMethodDescriptionprotected <T extends Persisted>
com.mongodb.DBCollectionPersistedServiceImpl.collection(Class<T> modelClass) protected <T extends Persisted>
com.mongodb.DBCollectionPersistedServiceImpl.collection(T model) protected <T extends Persisted>
long<T extends Persisted>
intPersistedServiceImpl.destroy(T model) <T extends Persisted>
intPersistedServiceImpl.destroyAll(Class<T> modelClass) protected <T extends Persisted>
intPersistedServiceImpl.destroyAll(Class<T> modelClass, com.mongodb.DBObject query) protected <T extends Persisted>
voidPersistedServiceImpl.embed(T model, String key, EmbeddedPersistable o) protected <T extends Persisted>
com.mongodb.DBObjectprotected <T extends Persisted>
com.mongodb.DBObjectprotected <T extends Persisted>
com.mongodb.DBObjectprotected <T extends Persisted>
com.mongodb.DBObjectPersistedServiceImpl.query(Class<T> modelClass, com.mongodb.DBObject query, com.mongodb.DBObject sort) PersistedServiceImpl.query(Class<T> modelClass, com.mongodb.DBObject query, com.mongodb.DBObject sort, int limit, int offset) protected <T extends Persisted>
voidPersistedServiceImpl.removeEmbedded(T model, String key, String searchId) protected <T extends Persisted>
voidPersistedServiceImpl.removeEmbedded(T model, String arrayKey, String key, String searchId) PersistedServiceImpl.save(T model) PersistedServiceImpl.saveWithoutValidation(T model) protected <T extends Persisted>
longPersistedServiceImpl.totalCount(Class<T> modelClass) <T extends Persisted>
Map<String,List<ValidationResult>> PersistedServiceImpl.validate(T model) <T extends Persisted>
Map<String,List<ValidationResult>> -
Uses of Persisted in org.graylog2.indexer
Subinterfaces of Persisted in org.graylog2.indexerClasses in org.graylog2.indexer that implement Persisted -
Uses of Persisted in org.graylog2.inputs
Subinterfaces of Persisted in org.graylog2.inputsClasses in org.graylog2.inputs that implement PersistedMethods in org.graylog2.inputs with type parameters of type PersistedModifier and TypeMethodDescription<T extends Persisted>
intInputServiceImpl.destroy(T model) InputServiceImpl.save(T model) InputService.saveWithoutEvents(T model) InputServiceImpl.saveWithoutEvents(T model) InputServiceImpl.saveWithoutValidation(T model) -
Uses of Persisted in org.graylog2.notifications
Subinterfaces of Persisted in org.graylog2.notificationsClasses in org.graylog2.notifications that implement Persisted -
Uses of Persisted in org.graylog2.plugin.database
Methods in org.graylog2.plugin.database with type parameters of type PersistedModifier and TypeMethodDescription<T extends Persisted>
intPersistedService.destroy(T model) <T extends Persisted>
intPersistedService.destroyAll(Class<T> modelClass) PersistedService.save(T model) PersistedService.saveWithoutValidation(T model) <T extends Persisted>
Map<String,List<ValidationResult>> PersistedService.validate(T model) <T extends Persisted>
Map<String,List<ValidationResult>> -
Uses of Persisted in org.graylog2.plugin.database.users
Subinterfaces of Persisted in org.graylog2.plugin.database.users -
Uses of Persisted in org.graylog2.plugin.streams
Subinterfaces of Persisted in org.graylog2.plugin.streams -
Uses of Persisted in org.graylog2.security
Subinterfaces of Persisted in org.graylog2.securityClasses in org.graylog2.security that implement PersistedMethods in org.graylog2.security with type parameters of type Persisted -
Uses of Persisted in org.graylog2.streams
Classes in org.graylog2.streams that implement PersistedModifier and TypeClassDescriptionclassRepresenting a single stream from the streams collection.classRepresenting the rules of a single stream. -
Uses of Persisted in org.graylog2.system.activities
Subinterfaces of Persisted in org.graylog2.system.activitiesClasses in org.graylog2.system.activities that implement Persisted -
Uses of Persisted in org.graylog2.users
Classes in org.graylog2.users that implement PersistedMethods in org.graylog2.users with type parameters of type Persisted