Skip navigation links
A B C D E F G H I J L M N O P Q R S T V 

A

ACTION_HANDLER - Static variable in class org.apache.nifi.reporting.sql.util.QueryMetricsUtil
 
actionHandler - Variable in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
asQueryable(QueryProvider, SchemaPlus, String) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 

B

buildCachedStatement(String, ReportingContext) - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
BulletinEnumerator - Class in org.apache.nifi.reporting.sql.bulletins
 
BulletinEnumerator(ReportingContext, ComponentLog, int[]) - Constructor for class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
bulletinIterator - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
BulletinProjectTableScanRule - Class in org.apache.nifi.reporting.sql.bulletins
Planner rule that projects from a BulletinTableScan scan just the columns needed to satisfy a projection.
BulletinProjectTableScanRule() - Constructor for class org.apache.nifi.reporting.sql.bulletins.BulletinProjectTableScanRule
 
BulletinTable - Class in org.apache.nifi.reporting.sql.bulletins
 
BulletinTable(ReportingContext, ComponentLog) - Constructor for class org.apache.nifi.reporting.sql.bulletins.BulletinTable
Creates a Connection Status table.
bulletinTable - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinTableScan
 
BulletinTableScan - Class in org.apache.nifi.reporting.sql.bulletins
Relational expression representing a query for bulletin information.
BulletinTableScan(RelOptCluster, RelOptTable, BulletinTable, int[]) - Constructor for class org.apache.nifi.reporting.sql.bulletins.BulletinTableScan
 

C

CachedStatement - Class in org.apache.nifi.reporting.sql
 
CachedStatement(PreparedStatement, Connection) - Constructor for class org.apache.nifi.reporting.sql.CachedStatement
 
clearQueue(BlockingQueue<CachedStatement>) - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
close() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
close() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
close() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
close() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
close() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
close() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
close() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
close() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
close() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
close() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
close() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
close() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
close() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
close() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
closeQuietly(AutoCloseable...) - Method in interface org.apache.nifi.reporting.sql.MetricsQueryService
 
closeQuietly(AutoCloseable...) - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
componentMapHolder - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
connection - Variable in class org.apache.nifi.reporting.sql.CachedStatement
 
ConnectionStatusEnumerator - Class in org.apache.nifi.reporting.sql.connectionstatus
 
ConnectionStatusEnumerator(ReportingContext, ComponentLog, int[]) - Constructor for class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
connectionStatusIterator - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
connectionStatusIterator - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
connectionStatusIterator - Variable in class org.apache.nifi.reporting.sql.util.ConnectionStatusRecursiveIterator
 
ConnectionStatusPredictionsEnumerator - Class in org.apache.nifi.reporting.sql.connectionstatuspredictions
 
ConnectionStatusPredictionsEnumerator(ReportingContext, ComponentLog, int[]) - Constructor for class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
ConnectionStatusPredictionsProjectTableScanRule - Class in org.apache.nifi.reporting.sql.connectionstatuspredictions
Planner rule that projects from a ConnectionStatusPredictionsTableScan scan just the columns needed to satisfy a projection.
ConnectionStatusPredictionsProjectTableScanRule() - Constructor for class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsProjectTableScanRule
 
ConnectionStatusPredictionsTable - Class in org.apache.nifi.reporting.sql.connectionstatuspredictions
 
ConnectionStatusPredictionsTable(ReportingContext, ComponentLog) - Constructor for class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
Creates a Connection Status table.
connectionStatusPredictionsTable - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTableScan
 
ConnectionStatusPredictionsTableScan - Class in org.apache.nifi.reporting.sql.connectionstatuspredictions
Relational expression representing a snapshot (at scan time) of status for all connections in the flow.
ConnectionStatusPredictionsTableScan(RelOptCluster, RelOptTable, ConnectionStatusPredictionsTable, int[]) - Constructor for class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTableScan
 
ConnectionStatusProjectTableScanRule - Class in org.apache.nifi.reporting.sql.connectionstatus
Planner rule that projects from a ConnectionStatusTableScan scan just the columns needed to satisfy a projection.
ConnectionStatusProjectTableScanRule() - Constructor for class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusProjectTableScanRule
 
ConnectionStatusRecursiveIterator - Class in org.apache.nifi.reporting.sql.util
 
ConnectionStatusRecursiveIterator(ReportingContext) - Constructor for class org.apache.nifi.reporting.sql.util.ConnectionStatusRecursiveIterator
 
ConnectionStatusTable - Class in org.apache.nifi.reporting.sql.connectionstatus
 
ConnectionStatusTable(ReportingContext, ComponentLog) - Constructor for class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
Creates a Connection Status table.
connectionStatusTable - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTableScan
 
ConnectionStatusTableScan - Class in org.apache.nifi.reporting.sql.connectionstatus
Relational expression representing a snapshot (at scan time) of status for all connections in the flow.
ConnectionStatusTableScan(RelOptCluster, RelOptTable, ConnectionStatusTable, int[]) - Constructor for class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTableScan
 
context - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
context - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
context - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
context - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
context - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
context - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
context - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
context - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
context - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
context - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
context - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
context - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
context - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
context - Variable in class org.apache.nifi.reporting.sql.util.ConnectionStatusRecursiveIterator
 
copy(RelTraitSet, List<RelNode>) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTableScan
 
copy(RelTraitSet, List<RelNode>) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTableScan
 
copy(RelTraitSet, List<RelNode>) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTableScan
 
copy(RelTraitSet, List<RelNode>) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTableScan
 
copy(RelTraitSet, List<RelNode>) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTableScan
 
copy(RelTraitSet, List<RelNode>) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTableScan
 
copy(RelTraitSet, List<RelNode>) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTableScan
 
createConnection() - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
createRootSchema(CalciteConnection) - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
current() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
current() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
current() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
current() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
current() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
current() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
current() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
currentId - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
currentIndex - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
currentRow - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
currentRow - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
currentRow - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
currentRow - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
currentRow - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
currentRow - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
currentRow - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
currentRow - Variable in class org.apache.nifi.reporting.sql.util.ConnectionStatusRecursiveIterator
 

D

defaultPrecision - Variable in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
defaultScale - Variable in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
deriveRowType() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTableScan
 
deriveRowType() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTableScan
 
deriveRowType() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTableScan
 
deriveRowType() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTableScan
 
deriveRowType() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTableScan
 
deriveRowType() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTableScan
 
deriveRowType() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTableScan
 

E

enumerators - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
enumerators - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
enumerators - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
enumerators - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
enumerators - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
enumerators - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
enumerators - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
explainTerms(RelWriter) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTableScan
 
explainTerms(RelWriter) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTableScan
 
explainTerms(RelWriter) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTableScan
 
explainTerms(RelWriter) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTableScan
 
explainTerms(RelWriter) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTableScan
 
explainTerms(RelWriter) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTableScan
 
explainTerms(RelWriter) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTableScan
 

F

FETCH_SIZE - Static variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
fetchMetrics - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
fields - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
fields - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinTableScan
 
fields - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
fields - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTableScan
 
fields - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
fields - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTableScan
 
fields - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
fields - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTableScan
 
fields - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
fields - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTableScan
 
fields - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
fields - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTableScan
 
fields - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
fields - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceTableScan
 
filterColumns(Bulletin) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
filterColumns(ConnectionStatus) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
filterColumns(ConnectionStatus) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
filterColumns(JvmMetrics) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
filterColumns(ProcessGroupStatus, String) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
filterColumns(ProcessorStatus) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
filterColumns(ProvenanceEventRecord) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
fireRules(ReportingContext, PropertyContextActionHandler, RulesEngineService, String) - Method in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 

G

getConnection() - Method in class org.apache.nifi.reporting.sql.CachedStatement
 
getCurrentTime() - Method in interface org.apache.nifi.reporting.sql.QueryTimeAware
 
getElementType() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
getElementType() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
getElementType() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
getElementType() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
getElementType() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
getElementType() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
getElementType() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
getExpression(SchemaPlus, String, Class) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
getExpression(SchemaPlus, String, Class) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
getExpression(SchemaPlus, String, Class) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
getExpression(SchemaPlus, String, Class) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
getExpression(SchemaPlus, String, Class) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
getExpression(SchemaPlus, String, Class) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
getExpression(SchemaPlus, String, Class) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
getJdbcTableType() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
getJdbcTableType() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
getJdbcTableType() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
getJdbcTableType() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
getJdbcTableType() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
getJdbcTableType() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
getJdbcTableType() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
getLogger() - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
getNextConnectionStatus() - Method in class org.apache.nifi.reporting.sql.util.ConnectionStatusRecursiveIterator
 
getNextProcessGroupStatus() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
getNextProcessorStatus() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
getProjectFields(List<RexNode>) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinProjectTableScanRule
 
getProjectFields(List<RexNode>) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusProjectTableScanRule
 
getProjectFields(List<RexNode>) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsProjectTableScanRule
 
getProjectFields(List<RexNode>) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsProjectTableScanRule
 
getProjectFields(List<RexNode>) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusProjectTableScanRule
 
getProjectFields(List<RexNode>) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusProjectTableScanRule
 
getProjectFields(List<RexNode>) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceProjectTableScanRule
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
getRecordsRead() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
getRecordsRead() - Method in interface org.apache.nifi.reporting.sql.QueryResult
 
getResultSet() - Method in interface org.apache.nifi.reporting.sql.QueryResult
 
getResultSetRecordSet(QueryResult) - Method in interface org.apache.nifi.reporting.sql.MetricsQueryService
 
getResultSetRecordSet(QueryResult) - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
getRowType(RelDataTypeFactory) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
getRowType(RelDataTypeFactory) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
getSqlPlaceholder() - Method in enum org.apache.nifi.reporting.sql.util.TrackedQueryTime
 
getStatement() - Method in class org.apache.nifi.reporting.sql.CachedStatement
 
getStatement(String, Supplier<CachedStatement>, Cache<String, BlockingQueue<CachedStatement>>) - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.reporting.sql.QueryNiFiReportingTask
 

H

hasNext() - Method in class org.apache.nifi.reporting.sql.util.ConnectionStatusRecursiveIterator
 

I

implement(EnumerableRelImplementor, EnumerableRel.Prefer) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTableScan
 
implement(EnumerableRelImplementor, EnumerableRel.Prefer) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTableScan
 
implement(EnumerableRelImplementor, EnumerableRel.Prefer) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTableScan
 
implement(EnumerableRelImplementor, EnumerableRel.Prefer) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTableScan
 
implement(EnumerableRelImplementor, EnumerableRel.Prefer) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTableScan
 
implement(EnumerableRelImplementor, EnumerableRel.Prefer) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTableScan
 
implement(EnumerableRelImplementor, EnumerableRel.Prefer) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTableScan
 
INCLUDE_ZERO_RECORD_RESULTS - Static variable in class org.apache.nifi.reporting.sql.util.QueryMetricsUtil
 
init(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 
init(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.sql.QueryNiFiReportingTask
 
INSTANCE - Static variable in class org.apache.nifi.reporting.sql.bulletins.BulletinProjectTableScanRule
 
INSTANCE - Static variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusProjectTableScanRule
 
INSTANCE - Static variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsProjectTableScanRule
 
INSTANCE - Static variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsProjectTableScanRule
 
INSTANCE - Static variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusProjectTableScanRule
 
INSTANCE - Static variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusProjectTableScanRule
 
INSTANCE - Static variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceProjectTableScanRule
 
iteratorBreadcrumb - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
iteratorBreadcrumb - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
iteratorBreadcrumb - Variable in class org.apache.nifi.reporting.sql.util.ConnectionStatusRecursiveIterator
 

J

JvmMetricsEnumerator - Class in org.apache.nifi.reporting.sql.metrics
 
JvmMetricsEnumerator(ReportingContext, ComponentLog, int[]) - Constructor for class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
JvmMetricsProjectTableScanRule - Class in org.apache.nifi.reporting.sql.metrics
Planner rule that projects from a JvmMetricsTableScan scan just the columns needed to satisfy a projection.
JvmMetricsProjectTableScanRule() - Constructor for class org.apache.nifi.reporting.sql.metrics.JvmMetricsProjectTableScanRule
 
JvmMetricsTable - Class in org.apache.nifi.reporting.sql.metrics
 
JvmMetricsTable(ReportingContext, ComponentLog) - Constructor for class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
Creates a JVM Metrics table.
jvmMetricsTable - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTableScan
 
JvmMetricsTableScan - Class in org.apache.nifi.reporting.sql.metrics
Relational expression representing a snapshot of metrics for NiFi's JVM.
JvmMetricsTableScan(RelOptCluster, RelOptTable, JvmMetricsTable, int[]) - Constructor for class org.apache.nifi.reporting.sql.metrics.JvmMetricsTableScan
 

L

logger - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
logger - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
logger - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
logger - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
logger - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
logger - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
logger - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
logger - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
logger - Variable in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
logger - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
logger - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
logger - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
logger - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
logger - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
logger - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 

M

maxRecordsRead - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
maxRecordsRead - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
maxRecordsRead - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
maxRecordsRead - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
maxRecordsRead - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
maxRecordsRead - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
maxRecordsRead - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
MetricsEventReportingTask - Class in org.apache.nifi.reporting.sql
 
MetricsEventReportingTask() - Constructor for class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 
metricsQueryService - Variable in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 
MetricsQueryService - Interface in org.apache.nifi.reporting.sql
 
metricsQueryService - Variable in class org.apache.nifi.reporting.sql.QueryNiFiReportingTask
 
metricsService - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
MetricsSqlQueryService - Class in org.apache.nifi.reporting.sql
 
MetricsSqlQueryService(ComponentLog, int, int) - Constructor for class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
MetricsSqlQueryService.PreparedStatementException - Exception in org.apache.nifi.reporting.sql
 
moveNext() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
moveNext() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
moveNext() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
moveNext() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
moveNext() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
moveNext() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
moveNext() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 

N

next() - Method in class org.apache.nifi.reporting.sql.util.ConnectionStatusRecursiveIterator
 
nodeIdentifier - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 

O

onCacheEviction(String, BlockingQueue<CachedStatement>, RemovalCause) - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
onFinish() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
onFinish() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
onFinish() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
onFinish() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
onFinish() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
onFinish() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
onFinish() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
onMatch(RelOptRuleCall) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinProjectTableScanRule
 
onMatch(RelOptRuleCall) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusProjectTableScanRule
 
onMatch(RelOptRuleCall) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsProjectTableScanRule
 
onMatch(RelOptRuleCall) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsProjectTableScanRule
 
onMatch(RelOptRuleCall) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusProjectTableScanRule
 
onMatch(RelOptRuleCall) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusProjectTableScanRule
 
onMatch(RelOptRuleCall) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceProjectTableScanRule
 
onTrigger(ReportingContext) - Method in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 
onTrigger(ReportingContext) - Method in class org.apache.nifi.reporting.sql.QueryNiFiReportingTask
 
org.apache.nifi.reporting.sql - package org.apache.nifi.reporting.sql
 
org.apache.nifi.reporting.sql.bulletins - package org.apache.nifi.reporting.sql.bulletins
 
org.apache.nifi.reporting.sql.connectionstatus - package org.apache.nifi.reporting.sql.connectionstatus
 
org.apache.nifi.reporting.sql.connectionstatuspredictions - package org.apache.nifi.reporting.sql.connectionstatuspredictions
 
org.apache.nifi.reporting.sql.metrics - package org.apache.nifi.reporting.sql.metrics
 
org.apache.nifi.reporting.sql.processgroupstatus - package org.apache.nifi.reporting.sql.processgroupstatus
 
org.apache.nifi.reporting.sql.processorstatus - package org.apache.nifi.reporting.sql.processorstatus
 
org.apache.nifi.reporting.sql.provenance - package org.apache.nifi.reporting.sql.provenance
 
org.apache.nifi.reporting.sql.util - package org.apache.nifi.reporting.sql.util
 

P

PreparedStatementException() - Constructor for exception org.apache.nifi.reporting.sql.MetricsSqlQueryService.PreparedStatementException
 
PreparedStatementException(String) - Constructor for exception org.apache.nifi.reporting.sql.MetricsSqlQueryService.PreparedStatementException
 
PreparedStatementException(String, Throwable) - Constructor for exception org.apache.nifi.reporting.sql.MetricsSqlQueryService.PreparedStatementException
 
PreparedStatementException(Throwable) - Constructor for exception org.apache.nifi.reporting.sql.MetricsSqlQueryService.PreparedStatementException
 
PreparedStatementException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.nifi.reporting.sql.MetricsSqlQueryService.PreparedStatementException
 
ProcessGroupStatusEnumerator - Class in org.apache.nifi.reporting.sql.processgroupstatus
 
ProcessGroupStatusEnumerator(ReportingContext, ComponentLog, int[]) - Constructor for class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
ProcessGroupStatusProjectTableScanRule - Class in org.apache.nifi.reporting.sql.processgroupstatus
Planner rule that projects from a ProcessGroupStatusTableScan scan just the columns needed to satisfy a projection.
ProcessGroupStatusProjectTableScanRule() - Constructor for class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusProjectTableScanRule
 
ProcessGroupStatusTable - Class in org.apache.nifi.reporting.sql.processgroupstatus
 
ProcessGroupStatusTable(ReportingContext, ComponentLog) - Constructor for class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
Creates a ProcessGroup Status table.
processGroupStatusTable - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTableScan
 
ProcessGroupStatusTableScan - Class in org.apache.nifi.reporting.sql.processgroupstatus
Relational expression representing a snapshot (at scan time) of status for all process groups (PGs) in the flow.
ProcessGroupStatusTableScan(RelOptCluster, RelOptTable, ProcessGroupStatusTable, int[]) - Constructor for class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTableScan
 
ProcessorStatusEnumerator - Class in org.apache.nifi.reporting.sql.processorstatus
 
ProcessorStatusEnumerator(ReportingContext, ComponentLog, int[]) - Constructor for class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
processorStatusIterator - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
ProcessorStatusProjectTableScanRule - Class in org.apache.nifi.reporting.sql.processorstatus
Planner rule that projects from a ProcessorStatusTableScan scan just the columns needed to satisfy a projection.
ProcessorStatusProjectTableScanRule() - Constructor for class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusProjectTableScanRule
 
ProcessorStatusTable - Class in org.apache.nifi.reporting.sql.processorstatus
 
ProcessorStatusTable(ReportingContext, ComponentLog) - Constructor for class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
Creates a Processor Status table.
processorStatusTable - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTableScan
 
ProcessorStatusTableScan - Class in org.apache.nifi.reporting.sql.processorstatus
Relational expression representing a snapshot (at scan time) of status for all processors in the flow.
ProcessorStatusTableScan(RelOptCluster, RelOptTable, ProcessorStatusTable, int[]) - Constructor for class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTableScan
 
processStartAndEndTimes(ReportingContext, String, TrackedQueryTime, TrackedQueryTime) - Method in interface org.apache.nifi.reporting.sql.QueryTimeAware
 
project(int[]) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
Returns an enumerable over a given projection of the fields.
project(int[]) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
Returns an enumerable over a given projection of the fields.
project(int[]) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
Returns an enumerable over a given projection of the fields.
project(int[]) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
Returns an enumerable over a given projection of the fields.
project(int[]) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
Returns an enumerable over a given projection of the fields.
project(int[]) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
Returns an enumerable over a given projection of the fields.
project(int[]) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
Returns an enumerable over a given projection of the fields.
properties - Variable in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 
properties - Variable in class org.apache.nifi.reporting.sql.QueryNiFiReportingTask
 
ProvenanceEnumerator - Class in org.apache.nifi.reporting.sql.provenance
 
ProvenanceEnumerator(ReportingContext, ComponentLog, int[]) - Constructor for class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
provenanceEventRepository - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
provenanceEvents - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
ProvenanceProjectTableScanRule - Class in org.apache.nifi.reporting.sql.provenance
Planner rule that projects from a ProvenanceTableScan scan just the columns needed to satisfy a projection.
ProvenanceProjectTableScanRule() - Constructor for class org.apache.nifi.reporting.sql.provenance.ProvenanceProjectTableScanRule
 
ProvenanceTable - Class in org.apache.nifi.reporting.sql.provenance
 
ProvenanceTable(ReportingContext, ComponentLog) - Constructor for class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
Creates a Provenance events table.
provenanceTable - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceTableScan
 
ProvenanceTableScan - Class in org.apache.nifi.reporting.sql.provenance
Relational expression representing a query over the provenance repository.
ProvenanceTableScan(RelOptCluster, RelOptTable, ProvenanceTable, int[]) - Constructor for class org.apache.nifi.reporting.sql.provenance.ProvenanceTableScan
 

Q

query(ReportingContext, String) - Method in interface org.apache.nifi.reporting.sql.MetricsQueryService
 
query(ReportingContext, String) - Method in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 
QUERY - Static variable in class org.apache.nifi.reporting.sql.util.QueryMetricsUtil
 
QueryMetricsUtil - Class in org.apache.nifi.reporting.sql.util
 
QueryMetricsUtil() - Constructor for class org.apache.nifi.reporting.sql.util.QueryMetricsUtil
 
QueryMetricsUtil.SqlValidator - Class in org.apache.nifi.reporting.sql.util
 
QueryNiFiReportingTask - Class in org.apache.nifi.reporting.sql
 
QueryNiFiReportingTask() - Constructor for class org.apache.nifi.reporting.sql.QueryNiFiReportingTask
 
QueryResult - Interface in org.apache.nifi.reporting.sql
 
QueryTimeAware - Interface in org.apache.nifi.reporting.sql
 

R

RECORD_SINK - Static variable in class org.apache.nifi.reporting.sql.util.QueryMetricsUtil
 
recordSinkService - Variable in class org.apache.nifi.reporting.sql.QueryNiFiReportingTask
 
recordsRead - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
recordsRead - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
recordsRead - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
recordsRead - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
recordsRead - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
register(RelOptPlanner) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTableScan
 
register(RelOptPlanner) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTableScan
 
register(RelOptPlanner) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTableScan
 
register(RelOptPlanner) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTableScan
 
register(RelOptPlanner) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTableScan
 
register(RelOptPlanner) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTableScan
 
register(RelOptPlanner) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTableScan
 
relDataType - Variable in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
relDataType - Variable in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
relDataType - Variable in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
relDataType - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
relDataType - Variable in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
relDataType - Variable in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
relDataType - Variable in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
reset() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinEnumerator
 
reset() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusEnumerator
 
reset() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsEnumerator
 
reset() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
reset() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusEnumerator
 
reset() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusEnumerator
 
reset() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceEnumerator
 
RULES_ENGINE - Static variable in class org.apache.nifi.reporting.sql.util.QueryMetricsUtil
 
rulesEngineService - Variable in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 

S

setup(ConfigurationContext) - Method in class org.apache.nifi.reporting.sql.MetricsEventReportingTask
 
setup(ConfigurationContext) - Method in class org.apache.nifi.reporting.sql.QueryNiFiReportingTask
 
sqlPlaceholder - Variable in enum org.apache.nifi.reporting.sql.util.TrackedQueryTime
 
SqlValidator() - Constructor for class org.apache.nifi.reporting.sql.util.QueryMetricsUtil.SqlValidator
 
statement - Variable in class org.apache.nifi.reporting.sql.CachedStatement
 
statementQueues - Variable in class org.apache.nifi.reporting.sql.MetricsSqlQueryService
 

T

toRel(RelOptTable.ToRelContext, RelOptTable) - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
toRel(RelOptTable.ToRelContext, RelOptTable) - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
toRel(RelOptTable.ToRelContext, RelOptTable) - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
toRel(RelOptTable.ToRelContext, RelOptTable) - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
toRel(RelOptTable.ToRelContext, RelOptTable) - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
toRel(RelOptTable.ToRelContext, RelOptTable) - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
toRel(RelOptTable.ToRelContext, RelOptTable) - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
toString() - Method in class org.apache.nifi.reporting.sql.bulletins.BulletinTable
 
toString() - Method in class org.apache.nifi.reporting.sql.connectionstatus.ConnectionStatusTable
 
toString() - Method in class org.apache.nifi.reporting.sql.connectionstatuspredictions.ConnectionStatusPredictionsTable
 
toString() - Method in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
toString() - Method in class org.apache.nifi.reporting.sql.processgroupstatus.ProcessGroupStatusTable
 
toString() - Method in class org.apache.nifi.reporting.sql.processorstatus.ProcessorStatusTable
 
toString() - Method in class org.apache.nifi.reporting.sql.provenance.ProvenanceTable
 
TrackedQueryTime - Enum in org.apache.nifi.reporting.sql.util
 
TrackedQueryTime(String) - Constructor for enum org.apache.nifi.reporting.sql.util.TrackedQueryTime
 

V

validate(String, String, ValidationContext) - Method in class org.apache.nifi.reporting.sql.util.QueryMetricsUtil.SqlValidator
 
valueOf(String) - Static method in enum org.apache.nifi.reporting.sql.util.TrackedQueryTime
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.reporting.sql.util.TrackedQueryTime
Returns an array containing the constants of this enum type, in the order they are declared.
virtualMachineMetrics - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsEnumerator
 
virtualMachineMetrics - Variable in class org.apache.nifi.reporting.sql.metrics.JvmMetricsTable
 
A B C D E F G H I J L M N O P Q R S T V 
Skip navigation links

Copyright © 2022 Apache NiFi Project. All rights reserved.