| Package | Description |
|---|---|
| org.apache.avro.compiler.specific |
| Modifier and Type | Field and Description |
|---|---|
static SpecificCompiler.DateTimeLogicalTypeImplementation |
SpecificCompiler.DateTimeLogicalTypeImplementation.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
SpecificCompiler.DateTimeLogicalTypeImplementation |
ProtocolTask.getDateTimeLogicalTypeImplementation()
Get the date/time logical type type (either JODA or JSR310)
|
SpecificCompiler.DateTimeLogicalTypeImplementation |
SpecificCompiler.getDateTimeLogicalTypeImplementation() |
static SpecificCompiler.DateTimeLogicalTypeImplementation |
SpecificCompiler.DateTimeLogicalTypeImplementation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecificCompiler.DateTimeLogicalTypeImplementation[] |
SpecificCompiler.DateTimeLogicalTypeImplementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolTask.setDateTimeLogicalTypeImplementation(SpecificCompiler.DateTimeLogicalTypeImplementation dateTimeLogicalTypeImplementation)
Sets the date/time logical type type (either JODA or JSR310)
|
| Constructor and Description |
|---|
SpecificCompiler(org.apache.avro.Protocol protocol,
SpecificCompiler.DateTimeLogicalTypeImplementation dateTimeLogicalTypeImplementation) |
SpecificCompiler(org.apache.avro.Schema schema,
SpecificCompiler.DateTimeLogicalTypeImplementation dateTimeLogicalTypeImplementation) |
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.