| 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 |
|---|---|
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.
|
Stream<IndexFieldTypesDTO> |
IndexFieldTypesService.streamAll() |
Stream<IndexFieldTypesDTO> |
IndexFieldTypesService.streamForFieldNames(Collection<String> fieldNames) |
Stream<IndexFieldTypesDTO> |
IndexFieldTypesService.streamForFieldNamesAndIndices(Collection<String> fieldNames,
Collection<String> indexNames) |
Stream<IndexFieldTypesDTO> |
IndexFieldTypesService.streamForIndexSet(String indexSetId) |
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–2018 Graylog, Inc.. All rights reserved.