@Beta public final class FormatSpecification extends Object
RecordFormat, including the class, schema, and settings to use for the format.| Constructor and Description |
|---|
FormatSpecification(String name,
Schema schema) |
FormatSpecification(String name,
Schema schema,
Map<String,String> settings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Schema |
getSchema() |
Map<String,String> |
getSettings() |
int |
hashCode() |
String |
toString() |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.