| Package | Description |
|---|---|
| org.graylog2.contentpacks.facades | |
| org.graylog2.lookup.db | |
| org.graylog2.lookup.dto | |
| org.graylog2.rest.models.system.lookup |
| Modifier and Type | Method and Description |
|---|---|
NativeEntity<CacheDto> |
LookupCacheFacade.createNativeEntity(Entity entity,
Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities,
String username) |
Optional<NativeEntity<CacheDto>> |
LookupCacheFacade.findExisting(Entity entity,
Map<String,ValueReference> parameters) |
Optional<NativeEntity<CacheDto>> |
LookupCacheFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityExcerpt |
LookupCacheFacade.createExcerpt(CacheDto cacheDto) |
void |
LookupCacheFacade.delete(CacheDto nativeEntity) |
| Modifier and Type | Method and Description |
|---|---|
CacheDto |
DBCacheService.save(CacheDto table) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CacheDto> |
DBCacheService.findAll() |
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) |
| 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–2021 Graylog, Inc.. All rights reserved.