io.prediction.data.storage.mongodb

MongoItemSets

class MongoItemSets extends ItemSets

Linear Supertypes
ItemSets, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MongoItemSets
  2. ItemSets
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoItemSets(client: com.mongodb.casbah.Imports.MongoClient, dbName: String)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delete(itemSet: ItemSet): Unit

    Delete itemSet

    Delete itemSet

    Definition Classes
    MongoItemSetsItemSets
  9. def deleteByAppid(appid: Int): Unit

    Delete by appid

    Delete by appid

    Definition Classes
    MongoItemSetsItemSets
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(appid: Int, id: String): Option[ItemSet]

    Get an item set

    Get an item set

    Definition Classes
    MongoItemSetsItemSets
  14. def getByAppid(appid: Int): Iterator[ItemSet]

    Get by appid

    Get by appid

    Definition Classes
    MongoItemSetsItemSets
  15. def getByAppidAndTime(appid: Int, startTime: com.github.nscala_time.time.Imports.DateTime, untilTime: com.github.nscala_time.time.Imports.DateTime): Iterator[ItemSet]

    Get by appid and t >= startTime and t < untilTime

    Get by appid and t >= startTime and t < untilTime

    Definition Classes
    MongoItemSetsItemSets
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def insert(itemSet: ItemSet): Unit

    Insert new ItemSet

    Insert new ItemSet

    Definition Classes
    MongoItemSetsItemSets
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ItemSets

Inherited from AnyRef

Inherited from Any

Ungrouped