Class TableReference
java.lang.Object
org.apache.iceberg.connect.events.TableReference
- All Implemented Interfaces:
 org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
Element representing a table identifier, with namespace and name.
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionTableReference(String catalog, List<String> namespace, String name) TableReference(org.apache.avro.Schema avroSchema)  - 
Method Summary
Modifier and TypeMethodDescriptioncatalog()booleanget(int i) org.apache.avro.SchemainthashCode()static TableReferenceof(String catalog, TableIdentifier tableIdentifier) void 
- 
Field Details
- 
ICEBERG_SCHEMA
 
 - 
 - 
Constructor Details
- 
TableReference
public TableReference(org.apache.avro.Schema avroSchema)  - 
TableReference
 
 - 
 - 
Method Details
- 
of
 - 
catalog
 - 
identifier
 - 
getSchema
public org.apache.avro.Schema getSchema()- Specified by:
 getSchemain interfaceorg.apache.avro.generic.GenericContainer
 - 
put
- Specified by:
 putin interfaceorg.apache.avro.generic.IndexedRecord
 - 
get
- Specified by:
 getin interfaceorg.apache.avro.generic.IndexedRecord
 - 
equals
 - 
hashCode
public int hashCode() 
 -