Package org.restheart.mongodb.db
Class SkippedFindIterable
java.lang.Object
org.restheart.mongodb.db.SkippedFindIterable
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
ConstructorsConstructorDescriptionSkippedFindIterable(com.mongodb.client.FindIterable<org.bson.BsonDocument> findIterable, int alreadySkipped) -
Method Summary
Modifier and TypeMethodDescriptionintcom.mongodb.client.FindIterable<org.bson.BsonDocument>
-
Constructor Details
-
SkippedFindIterable
public SkippedFindIterable(com.mongodb.client.FindIterable<org.bson.BsonDocument> findIterable, int alreadySkipped)- Parameters:
findIterable-alreadySkipped-
-
-
Method Details
-
getAlreadySkipped
public int getAlreadySkipped()- Returns:
- the alreadySkipped
-
getFindIterable
public com.mongodb.client.FindIterable<org.bson.BsonDocument> getFindIterable()- Returns:
- the findIterable
-