public class SchemaContainer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaContainer.Version
Schema container version holder contains version in int representation.
|
| Constructor and Description |
|---|
SchemaContainer(String table,
String schema,
Map<String,String> properties) |
SchemaContainer(String table,
String schema,
Map<String,String> properties,
Integer version) |
SchemaContainer(String table,
TupleMetadata schema,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
TupleMetadata |
getSchema() |
String |
getTable() |
SchemaContainer.Version |
getVersion() |
Integer |
getVersionValue() |
String |
toString() |
public SchemaContainer(String table, TupleMetadata schema, Integer version)
public SchemaContainer(String table, String schema, Map<String,String> properties) throws IOException
IOExceptionpublic SchemaContainer(String table, String schema, Map<String,String> properties, Integer version) throws IOException
IOExceptionpublic String getTable()
public TupleMetadata getSchema()
public Integer getVersionValue()
public SchemaContainer.Version getVersion()
Copyright © 2021 The Apache Software Foundation. All rights reserved.