Package dev.vortex.api
Class DataSource.RowCount.Unknown
java.lang.Object
dev.vortex.api.DataSource.RowCount.Unknown
- All Implemented Interfaces:
DataSource.RowCount
- Enclosing interface:
- DataSource.RowCount
Row count is not known.
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.vortex.api.DataSource.RowCount
DataSource.RowCount.Estimate, DataSource.RowCount.Exact, DataSource.RowCount.Unknown -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the row count as a long, orOptionalLong.empty()when unknown.
-
Field Details
-
INSTANCE
-
-
Method Details
-
asOptional
Description copied from interface:DataSource.RowCountReturns the row count as a long, orOptionalLong.empty()when unknown.- Specified by:
asOptionalin interfaceDataSource.RowCount
-