public interface FieldTypeLookup
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldTypes> |
get(Collection<String> fieldNames)
Returns a map of field names to
FieldTypes objects. |
Map<String,FieldTypes> |
get(Collection<String> fieldNames,
Collection<String> indexNames)
Returns a map of field names to the corresponding field types.
|
Optional<FieldTypes> |
get(String fieldName)
Returns the
FieldTypes object for the given message field name. |
Optional<FieldTypes> get(String fieldName)
FieldTypes object for the given message field name.fieldName - name of the field to get the type forMap<String,FieldTypes> get(Collection<String> fieldNames)
FieldTypes objects.fieldNames - a collection of field names to get the types forMap<String,FieldTypes> get(Collection<String> fieldNames, Collection<String> indexNames)
fieldNames - a collection of field names to get the types forindexNames - a collection of index names to filter the resultsCopyright © 2012–2021 Graylog, Inc.. All rights reserved.