public class TransactionsSystemTable extends Object implements SystemTable
SystemTable.Distribution| Modifier and Type | Field and Description |
|---|---|
static SchemaTableName |
TRANSACTIONS_TABLE_NAME |
| Constructor and Description |
|---|
TransactionsSystemTable(TypeManager typeManager,
TransactionManager transactionManager) |
| 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 TRANSACTIONS_TABLE_NAME
@Inject public TransactionsSystemTable(TypeManager typeManager, TransactionManager transactionManager)
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–2019. All rights reserved.