| Modifier and Type | Interface and Description |
|---|---|
interface |
Alert |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Node |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dashboard |
| Modifier and Type | Class and Description |
|---|---|
class |
DashboardImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistedImpl |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Persisted> |
PersistedServiceImpl.collection(Class<T> modelClass) |
protected <T extends Persisted> |
PersistedServiceImpl.collection(T model) |
protected <T extends Persisted> |
PersistedServiceImpl.count(Class<T> modelClass,
com.mongodb.DBObject query) |
<T extends Persisted> |
PersistedServiceImpl.destroy(T model) |
<T extends Persisted> |
PersistedServiceImpl.destroyAll(Class<T> modelClass) |
protected <T extends Persisted> |
PersistedServiceImpl.destroyAll(Class<T> modelClass,
com.mongodb.DBObject query) |
protected <T extends Persisted> |
PersistedServiceImpl.embed(T model,
String key,
EmbeddedPersistable o) |
protected <T extends Persisted> |
PersistedServiceImpl.findOne(Class<T> model,
com.mongodb.DBObject query) |
protected <T extends Persisted> |
PersistedServiceImpl.findOne(Class<T> model,
com.mongodb.DBObject query,
com.mongodb.DBObject sort) |
protected <T extends Persisted> |
PersistedServiceImpl.get(Class<T> modelClass,
org.bson.types.ObjectId id) |
protected <T extends Persisted> |
PersistedServiceImpl.get(Class<T> modelClass,
String id) |
protected <T extends Persisted> |
PersistedServiceImpl.query(Class<T> modelClass,
com.mongodb.DBObject query) |
protected <T extends Persisted> |
PersistedServiceImpl.query(Class<T> modelClass,
com.mongodb.DBObject query,
com.mongodb.DBObject sort) |
protected <T extends Persisted> |
PersistedServiceImpl.query(Class<T> modelClass,
com.mongodb.DBObject query,
com.mongodb.DBObject sort,
int limit,
int offset) |
protected <T extends Persisted> |
PersistedServiceImpl.removeEmbedded(T model,
String key,
String searchId) |
protected <T extends Persisted> |
PersistedServiceImpl.removeEmbedded(T model,
String arrayKey,
String key,
String searchId) |
<T extends Persisted> |
PersistedServiceImpl.save(T model) |
<T extends Persisted> |
PersistedServiceImpl.saveWithoutValidation(T model) |
protected <T extends Persisted> |
PersistedServiceImpl.totalCount(Class<T> modelClass) |
<T extends Persisted> |
PersistedServiceImpl.validate(T model) |
<T extends Persisted> |
PersistedServiceImpl.validate(T model,
Map<String,Object> fields) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexFailure |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexFailureImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Input |
| Modifier and Type | Class and Description |
|---|---|
class |
InputImpl |
| Modifier and Type | Method and Description |
|---|---|
<T extends Persisted> |
InputServiceImpl.destroy(T model) |
<T extends Persisted> |
InputServiceImpl.save(T model) |
<T extends Persisted> |
InputServiceImpl.saveWithoutValidation(T model) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Notification |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationImpl |
| Modifier and Type | Method and Description |
|---|---|
<T extends Persisted> |
PersistedService.destroy(T model) |
<T extends Persisted> |
PersistedService.destroyAll(Class<T> modelClass) |
<T extends Persisted> |
PersistedService.save(T model) |
<T extends Persisted> |
PersistedService.saveWithoutValidation(T model) |
<T extends Persisted> |
PersistedService.validate(T model) |
<T extends Persisted> |
PersistedService.validate(T model,
Map<String,Object> fields) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
User |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Stream |
interface |
StreamRule |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SavedSearch |
| Modifier and Type | Class and Description |
|---|---|
class |
SavedSearchImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessToken |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenImpl |
class |
MongoDbSession |
| Modifier and Type | Class and Description |
|---|---|
class |
LdapSettingsImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LdapSettings |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamImpl
Representing a single stream from the streams collection.
|
class |
StreamRuleImpl
Representing the rules of a single stream.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemMessageImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl |
static class |
UserImpl.LocalAdminUser |
| Modifier and Type | Method and Description |
|---|---|
<T extends Persisted> |
UserServiceImpl.save(T model) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.