public static enum AvroSerdeUtils.AvroTableProperties extends Enum<AvroSerdeUtils.AvroTableProperties>
Enum Constant and Description |
---|
AVRO_SERDE_SCHEMA |
SCHEMA_DOC |
SCHEMA_LITERAL |
SCHEMA_NAME |
SCHEMA_NAMESPACE |
SCHEMA_RETRIEVER |
SCHEMA_URL |
Modifier and Type | Method and Description |
---|---|
String |
getPropName() |
static AvroSerdeUtils.AvroTableProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvroSerdeUtils.AvroTableProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvroSerdeUtils.AvroTableProperties SCHEMA_LITERAL
public static final AvroSerdeUtils.AvroTableProperties SCHEMA_URL
public static final AvroSerdeUtils.AvroTableProperties SCHEMA_NAMESPACE
public static final AvroSerdeUtils.AvroTableProperties SCHEMA_NAME
public static final AvroSerdeUtils.AvroTableProperties SCHEMA_DOC
public static final AvroSerdeUtils.AvroTableProperties AVRO_SERDE_SCHEMA
public static final AvroSerdeUtils.AvroTableProperties SCHEMA_RETRIEVER
public static AvroSerdeUtils.AvroTableProperties[] values()
for (AvroSerdeUtils.AvroTableProperties c : AvroSerdeUtils.AvroTableProperties.values()) System.out.println(c);
public static AvroSerdeUtils.AvroTableProperties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPropName()
Copyright © 2017 The Apache Software Foundation. All rights reserved.