public class ExampleSystemTable extends Object implements SystemTable
SystemTable.Distribution| Modifier and Type | Field and Description |
|---|---|
static SchemaTableName |
NAME |
| Constructor and Description |
|---|
ExampleSystemTable() |
| Modifier and Type | Method and Description |
|---|---|
RecordCursor |
cursor(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
TupleDomain<Integer> constraint) |
SystemTable.Distribution |
getDistribution() |
ConnectorTableMetadata |
getTableMetadata() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpageSourcepublic static final SchemaTableName NAME
public SystemTable.Distribution getDistribution()
getDistribution in interface SystemTablepublic ConnectorTableMetadata getTableMetadata()
getTableMetadata in interface SystemTablepublic RecordCursor cursor(ConnectorTransactionHandle transactionHandle, ConnectorSession session, TupleDomain<Integer> constraint)
cursor in interface SystemTableCopyright © 2012–2020. All rights reserved.