public abstract static class FieldTypes.Type extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldTypes.Type.Builder |
| Constructor and Description |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
static FieldTypes.Type.Builder |
builder() |
static FieldTypes.Type |
createType(String type,
Set<String> properties) |
abstract com.google.common.collect.ImmutableSet<String> |
indexNames() |
abstract com.google.common.collect.ImmutableSet<String> |
properties() |
abstract FieldTypes.Type.Builder |
toBuilder() |
abstract String |
type() |
FieldTypes.Type |
withIndexNames(Set<String> indexNames) |
public abstract String type()
public abstract com.google.common.collect.ImmutableSet<String> properties()
public abstract com.google.common.collect.ImmutableSet<String> indexNames()
public static FieldTypes.Type.Builder builder()
public static FieldTypes.Type createType(String type, Set<String> properties)
public abstract FieldTypes.Type.Builder toBuilder()
public FieldTypes.Type withIndexNames(Set<String> indexNames)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.