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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionTableReference(String catalog, List<String> namespace, String name) TableReference(org.apache.avro.Schema avroSchema) 
- 
Method SummaryModifier and TypeMethodDescriptioncatalog()booleanget(int i) org.apache.avro.SchemainthashCode()static TableReferenceof(String catalog, TableIdentifier tableIdentifier) void
- 
Field Details- 
ICEBERG_SCHEMA
 
- 
- 
Constructor Details- 
TableReferencepublic TableReference(org.apache.avro.Schema avroSchema) 
- 
TableReference
 
- 
- 
Method Details- 
of
- 
catalog
- 
identifier
- 
getSchemapublic org.apache.avro.Schema getSchema()- Specified by:
- getSchemain interface- org.apache.avro.generic.GenericContainer
 
- 
put- Specified by:
- putin interface- org.apache.avro.generic.IndexedRecord
 
- 
get- Specified by:
- getin interface- org.apache.avro.generic.IndexedRecord
 
- 
equals
- 
hashCodepublic int hashCode()
 
-