public class SqlSystemViewCaches extends SqlAbstractLocalSystemView
cols, ctx, DEFAULT_ROW_COUNT_APPROXIMATION, desc, indexes, log, tblName| Constructor and Description |
|---|
SqlSystemViewCaches(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGetRowCount()
Check if the row count can be retrieved quickly.
|
long |
getRowCount()
Gets row count for this view (or approximated row count, if real value can't be calculated quickly).
|
Iterator<Row> |
getRows(Session ses,
SearchRow first,
SearchRow last)
Gets view content.
|
conditionForColumn, createRow, getColumnIndex, isDistributed, uuidFromValue, valueTimeFromMillis, valueTimestampFromMillisgetColumns, getCreateSQL, getDescription, getIndexes, getTableName, newColumn, newColumnpublic SqlSystemViewCaches(GridKernalContext ctx)
ctx - Grid context.public Iterator<Row> getRows(Session ses, SearchRow first, SearchRow last)
ses - Session.first - First.last - Last.public boolean canGetRowCount()
canGetRowCount in interface SqlSystemViewcanGetRowCount in class SqlAbstractSystemViewpublic long getRowCount()
getRowCount in interface SqlSystemViewgetRowCount in class SqlAbstractSystemView
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019