Package | Description |
---|---|
org.graylog2.rest.models.system.lookup | |
org.graylog2.rest.resources.system.lookup |
Modifier and Type | Method and Description |
---|---|
abstract CacheApi |
CacheApi.Builder.build() |
static CacheApi |
CacheApi.fromDto(CacheDto dto) |
Modifier and Type | Method and Description |
---|---|
CacheApi |
LookupTableResource.createCache(CacheApi newCache) |
CacheApi |
LookupTableResource.deleteCache(@NotEmpty String idOrName) |
CacheApi |
LookupTableResource.getCache(@NotEmpty String idOrName) |
CacheApi |
LookupTableResource.updateCache(@NotEmpty String idOrName,
CacheApi toUpdate) |
Modifier and Type | Method and Description |
---|---|
CacheApi |
LookupTableResource.createCache(CacheApi newCache) |
CacheApi |
LookupTableResource.updateCache(@NotEmpty String idOrName,
CacheApi toUpdate) |
ValidationResult |
LookupTableResource.validateCache(@Valid CacheApi toValidate) |
Constructor and Description |
---|
CachesPage(String query,
PaginatedList.PaginationInfo paginationInfo,
List<CacheApi> caches) |
LookupTablePage(String query,
PaginatedList.PaginationInfo paginationInfo,
List<LookupTableApi> lookupTables,
Collection<CacheApi> caches,
Collection<DataAdapterApi> dataAdapters) |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.