Package org.graylog2.indexer.fieldtypes
Class FieldTypes.Type
java.lang.Object
org.graylog2.indexer.fieldtypes.FieldTypes.Type
- Enclosing class:
- FieldTypes
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldTypes.Type.Builderbuilder()static FieldTypes.TypecreateType(String type, Set<String> properties) abstract com.google.common.collect.ImmutableSet<String>abstract com.google.common.collect.ImmutableSet<String>abstract FieldTypes.Type.Builderabstract Stringtype()withIndexNames(Set<String> indexNames)
-
Constructor Details
-
Type
public Type()
-
-
Method Details
-
type
-
properties
-
indexNames
-
builder
-
createType
-
toBuilder
-
withIndexNames
-