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) Deprecated.TableReference(org.apache.avro.Schema avroSchema) -
Method Summary
Modifier and TypeMethodDescriptioncatalog()booleanget(int i) org.apache.avro.SchemainthashCode()static TableReferenceof(String catalog, TableIdentifier tableIdentifier) Deprecated.since 1.11.0, will be removed in 1.12.0; useof(String, TableIdentifier, UUID)static TableReferenceof(String catalog, TableIdentifier tableIdentifier, UUID tableUuid) voiduuid()
-
Field Details
-
ICEBERG_SCHEMA
-
-
Constructor Details
-
TableReference
public TableReference(org.apache.avro.Schema avroSchema) -
TableReference
Deprecated.since 1.11.0, will be removed in 1.12.0; useof(String, TableIdentifier, UUID).
-
-
Method Details
-
of
Deprecated.since 1.11.0, will be removed in 1.12.0; useof(String, TableIdentifier, UUID) -
of
-
catalog
-
uuid
-
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()
-
of(String, TableIdentifier, UUID).