be.wegenenverkeer.atomium.japi.server.mongo

MongoFeedStore

Related Doc: package mongo

class MongoFeedStore[E] extends FeedStore[E, MongoContext]

Linear Supertypes
FeedStore[E, MongoContext], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MongoFeedStore
  2. FeedStore
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoFeedStore(context: MongoContext, feedName: String, title: Option[String], feedEntriesCollectionName: Option[String], feedInfoCollectionName: String, mapper: ElementMapper[E], url: Url)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit val cxt: MongoContext

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def getFeed(startSequenceNr: Long, pageSize: Int, forward: Boolean, context: MongoContext): Option[Feed[E]]

    Retrieves a page of the feed.

    Retrieves a page of the feed.

    startSequenceNr

    the starting entry's sequence number (exclusive), should not be returned in the feed page

    pageSize

    the number of entries

    forward

    if true navigate to 'previous' elements in feed (towards head of feed) else ('backward') navigate to 'next' elements in feed (towards last page of feed)

    returns

    the feed page or None if the page is not found

    Definition Classes
    FeedStore
  12. def getHeadOfFeed(pageSize: Int, context: MongoContext): Option[Feed[E]]

    Retrieves the head of the feed.

    Retrieves the head of the feed. This is the first page containing the most recent entries

    pageSize

    the maximum number of feed entries to return. The page could contain less entries

    returns

    the head of the feed

    Definition Classes
    FeedStore
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def push(uuid: String, entry: E, context: MongoContext): Unit

    Definition Classes
    FeedStore
  19. def push(entries: Iterable[E], context: MongoContext): Unit

    Push entries onto the feed

    Push entries onto the feed

    entries

    the entries to push to the feed

    Definition Classes
    FeedStore
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. def underlying: AbstractFeedStore[E, MongoContext]

    Definition Classes
    MongoFeedStoreFeedStore
  23. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FeedStore[E, MongoContext]

Inherited from AnyRef

Inherited from Any

Ungrouped