private static class OracleConnectorConfig.SystemTablesPredicate extends Object implements Tables.TableFilter
Tables.TableFilter that excludes all Oracle system tables.| Modifier and Type | Field and Description |
|---|---|
private Configuration |
config |
| Constructor and Description |
|---|
SystemTablesPredicate(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
isExcludedSchema(TableId id) |
private boolean |
isFlushTable(TableId id) |
boolean |
isIncluded(TableId t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromPredicate, includeAllprivate final Configuration config
SystemTablesPredicate(Configuration config)
public boolean isIncluded(TableId t)
isIncluded in interface Tables.TableFilterisIncluded in interface DataCollectionFilters.DataCollectionFilter<TableId>private boolean isExcludedSchema(TableId id)
private boolean isFlushTable(TableId id)
Copyright © 2021 JBoss by Red Hat. All rights reserved.