| Package | Description |
|---|---|
| org.graylog2.indexer.fieldtypes |
| Modifier and Type | Method and Description |
|---|---|
abstract IndexFieldTypesDTO |
IndexFieldTypesDTO.Builder.build() |
static IndexFieldTypesDTO |
IndexFieldTypesDTO.create(String indexSetId,
String indexName,
Set<FieldTypeDTO> fields) |
IndexFieldTypesDTO |
IndexFieldTypesService.save(IndexFieldTypesDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findAll() |
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findForFieldNames(Collection<String> fieldNames) |
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findForFieldNamesAndIndices(Collection<String> fieldNames,
Collection<String> indexNames) |
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findForIndexSet(String indexSetId) |
Optional<IndexFieldTypesDTO> |
IndexFieldTypesService.get(String idOrIndexName) |
Set<IndexFieldTypesDTO> |
IndexFieldTypePoller.poll(IndexSet indexSet,
Set<IndexFieldTypesDTO> existingIndexTypes)
Returns the index field types for the given index set.
|
Optional<IndexFieldTypesDTO> |
IndexFieldTypePoller.pollIndex(String indexName,
String indexSetId)
Returns the index field types for the given index.
|
Optional<IndexFieldTypesDTO> |
IndexFieldTypesService.upsert(IndexFieldTypesDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldTypesDTO |
IndexFieldTypesService.save(IndexFieldTypesDTO dto) |
Optional<IndexFieldTypesDTO> |
IndexFieldTypesService.upsert(IndexFieldTypesDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
Set<IndexFieldTypesDTO> |
IndexFieldTypePoller.poll(IndexSet indexSet,
Set<IndexFieldTypesDTO> existingIndexTypes)
Returns the index field types for the given index set.
|
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.