Class FiltrableSystemViewLocal<R>
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.sys.view.SqlAbstractSystemView
-
- org.apache.ignite.internal.processors.query.h2.sys.view.SqlAbstractLocalSystemView
-
- org.apache.ignite.internal.processors.query.h2.sys.view.SystemViewLocal<R>
-
- org.apache.ignite.internal.processors.query.h2.sys.view.FiltrableSystemViewLocal<R>
-
- All Implemented Interfaces:
SqlSystemView
public class FiltrableSystemViewLocal<R> extends SystemViewLocal<R>
Filtrable SQL system view to exportSystemViewdata.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.query.h2.sys.view.SystemViewLocal
sysView
-
Fields inherited from class org.apache.ignite.internal.processors.query.h2.sys.view.SqlAbstractSystemView
cols, ctx, DEFAULT_ROW_COUNT_APPROXIMATION, desc, indexes, log, tblName
-
-
Constructor Summary
Constructors Constructor Description FiltrableSystemViewLocal(GridKernalContext ctx, SystemView<R> sysView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Iterator<R>viewIterator(org.h2.result.SearchRow first, org.h2.result.SearchRow last)System view iterator.-
Methods inherited from class org.apache.ignite.internal.processors.query.h2.sys.view.SystemViewLocal
canGetRowCount, getRowCount, getRowCountApproximation, getRows
-
Methods inherited from class org.apache.ignite.internal.processors.query.h2.sys.view.SqlAbstractLocalSystemView
conditionForColumn, createRow, getColumnIndex, isDistributed, nodeFilter, toStringSafe, uuidFromValue, valueTimestampFromMillis
-
Methods inherited from class org.apache.ignite.internal.processors.query.h2.sys.view.SqlAbstractSystemView
getColumns, getCreateSQL, getDescription, getIndexes, getTableName, newColumn, newColumn
-
-
-
-
Constructor Detail
-
FiltrableSystemViewLocal
public FiltrableSystemViewLocal(GridKernalContext ctx, SystemView<R> sysView)
- Parameters:
ctx- Kernal context.sysView- View to export.
-
-
Method Detail
-
viewIterator
protected Iterator<R> viewIterator(org.h2.result.SearchRow first, org.h2.result.SearchRow last)
System view iterator.- Overrides:
viewIteratorin classSystemViewLocal<R>
-
-