| Package | Description |
|---|---|
| org.graylog2.indexer.fieldtypes |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldTypeDTO |
FieldTypeDTO.Builder.build() |
static FieldTypeDTO |
FieldTypeDTO.create(String fieldName,
String physicalType) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<FieldTypeDTO> |
IndexFieldTypesDTO.fields() |
Optional<Set<FieldTypeDTO>> |
IndexFieldTypePollerAdapter.pollIndex(String indexName,
com.codahale.metrics.Timer pollTimer) |
| Modifier and Type | Method and Description |
|---|---|
static IndexFieldTypesDTO |
IndexFieldTypesDTO.create(String indexSetId,
String indexName,
Set<FieldTypeDTO> fields) |
IndexFieldTypesDTO.Builder |
IndexFieldTypesDTO.Builder.fields(Set<FieldTypeDTO> fields) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.