| Package | Description |
|---|---|
| org.graylog2.indexer.fieldtypes |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldTypes |
FieldTypes.Builder.build() |
static FieldTypes |
FieldTypes.create(String fieldName,
Set<FieldTypes.Type> types) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldTypes> |
FieldTypeLookup.get(Collection<String> fieldNames)
Returns a map of field names to
FieldTypes objects. |
Map<String,FieldTypes> |
MongoFieldTypeLookup.get(Collection<String> fieldNames)
Returns a map of field names to
FieldTypes objects. |
Map<String,FieldTypes> |
FieldTypeLookup.get(Collection<String> fieldNames,
Collection<String> indexNames)
Returns a map of field names to the corresponding field types.
|
Map<String,FieldTypes> |
MongoFieldTypeLookup.get(Collection<String> fieldNames,
Collection<String> indexNames)
Returns a map of field names to the corresponding field types.
|
Optional<FieldTypes> |
FieldTypeLookup.get(String fieldName)
Returns the
FieldTypes object for the given message field name. |
Optional<FieldTypes> |
MongoFieldTypeLookup.get(String fieldName)
Returns the
FieldTypes object for the given message field name. |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.