| Package | Description |
|---|---|
| org.graylog2.lookup.db | |
| org.graylog2.lookup.dto | |
| org.graylog2.rest.models.system.lookup |
| Modifier and Type | Method and Description |
|---|---|
CacheDto |
DBCacheService.save(CacheDto table) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CacheDto> |
DBCacheService.findByIds(Set<String> idSet) |
PaginatedList<CacheDto> |
DBCacheService.findPaginated(org.mongojack.DBQuery.Query query,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage) |
Optional<CacheDto> |
DBCacheService.get(String idOrName) |
Stream<CacheDto> |
DBCacheService.streamAll() |
| Modifier and Type | Method and Description |
|---|---|
CacheDto |
DBCacheService.save(CacheDto table) |
| Modifier and Type | Method and Description |
|---|---|
abstract CacheDto |
CacheDto.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
CacheDto |
CacheApi.toDto() |
| Modifier and Type | Method and Description |
|---|---|
static CacheApi |
CacheApi.fromDto(CacheDto dto) |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.