public class PulsarTableHandle extends Object implements io.prestosql.spi.connector.ConnectorTableHandle
| Constructor and Description |
|---|
PulsarTableHandle(String connectorId,
String schemaName,
String tableName,
String topicName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConnectorId() |
String |
getSchemaName() |
String |
getTableName() |
String |
getTopicName() |
int |
hashCode() |
io.prestosql.spi.connector.SchemaTableName |
toSchemaTableName() |
String |
toString() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.