| Package | Description |
|---|---|
| org.graylog2.lookup.db | |
| org.graylog2.lookup.dto | |
| org.graylog2.lookup.events | |
| org.graylog2.rest.models.system.lookup |
| Modifier and Type | Method and Description |
|---|---|
LookupTableDto |
DBLookupTableService.save(LookupTableDto table) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LookupTableDto> |
DBLookupTableService.findAll() |
Collection<LookupTableDto> |
DBLookupTableService.findByCacheIds(Collection<String> cacheIds) |
Collection<LookupTableDto> |
DBLookupTableService.findByDataAdapterIds(Collection<String> dataAdapterIds) |
PaginatedList<LookupTableDto> |
DBLookupTableService.findPaginated(org.mongojack.DBQuery.Query query,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage) |
Optional<LookupTableDto> |
DBLookupTableService.get(String idOrName) |
| Modifier and Type | Method and Description |
|---|---|
LookupTableDto |
DBLookupTableService.save(LookupTableDto table) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBLookupTableService.forEach(Consumer<? super LookupTableDto> action) |
| Modifier and Type | Method and Description |
|---|---|
abstract LookupTableDto |
LookupTableDto.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static LookupTablesDeleted |
LookupTablesDeleted.create(LookupTableDto dto) |
static LookupTablesUpdated |
LookupTablesUpdated.create(LookupTableDto dto) |
| Modifier and Type | Method and Description |
|---|---|
static LookupTablesDeleted |
LookupTablesDeleted.create(Collection<LookupTableDto> dtos) |
static LookupTablesUpdated |
LookupTablesUpdated.create(Collection<LookupTableDto> dtos) |
| Modifier and Type | Method and Description |
|---|---|
LookupTableDto |
LookupTableApi.toDto() |
| Modifier and Type | Method and Description |
|---|---|
static LookupTableApi |
LookupTableApi.fromDto(LookupTableDto dto) |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.