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
-
Constructor Summary
ConstructorDescriptionTableReference
(String catalog, List<String> namespace, String name) TableReference
(org.apache.avro.Schema avroSchema) -
Method Summary
Modifier and TypeMethodDescriptioncatalog()
boolean
get
(int i) org.apache.avro.Schema
int
hashCode()
static TableReference
of
(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:
getSchema
in interfaceorg.apache.avro.generic.GenericContainer
-
put
- Specified by:
put
in interfaceorg.apache.avro.generic.IndexedRecord
-
get
- Specified by:
get
in interfaceorg.apache.avro.generic.IndexedRecord
-
equals
-
hashCode
public int hashCode()
-