Class SkippedFindIterable

java.lang.Object
org.restheart.mongodb.db.SkippedFindIterable

public class SkippedFindIterable extends Object
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • 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