private static class ListDatabaseTables.AttributeTableListingWriter extends Object implements ListDatabaseTables.TableListingWriter
| Modifier and Type | Field and Description |
|---|---|
private ProcessSession |
session |
| Constructor and Description |
|---|
AttributeTableListingWriter(ProcessSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToListing(Map<String,String> tableInformation,
String transitUri) |
void |
beginListing() |
void |
finishListing() |
void |
finishListingExceptionally(Exception cause) |
private final ProcessSession session
public AttributeTableListingWriter(ProcessSession session)
public void beginListing()
beginListing in interface ListDatabaseTables.TableListingWriterpublic void addToListing(Map<String,String> tableInformation, String transitUri)
addToListing in interface ListDatabaseTables.TableListingWriterpublic void finishListing()
finishListing in interface ListDatabaseTables.TableListingWriterpublic void finishListingExceptionally(Exception cause)
finishListingExceptionally in interface ListDatabaseTables.TableListingWriterCopyright © 2023 Apache NiFi Project. All rights reserved.