Object

com.ubirch.chain.core.manager

BlockInfoManager

Related Doc: package manager

Permalink

object BlockInfoManager extends MongoFormats with StrictLogging

author: cvandrei since: 2017-06-30

Linear Supertypes
StrictLogging, Logging, MongoFormats, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockInfoManager
  2. StrictLogging
  3. Logging
  4. MongoFormats
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BSONDateTimeHandler extends BSONHandler[BSONDateTime, DateTime]

    Permalink
    Attributes
    protected
    Definition Classes
    MongoFormats
  5. implicit def anchorReader: BSONDocumentReader[Anchor]

    Permalink
    Attributes
    protected
  6. implicit def anchorWriter: BSONDocumentWriter[Anchor]

    Permalink
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit def blockInfoReader: BSONDocumentReader[BlockInfo]

    Permalink
    Attributes
    protected
  9. implicit def blockInfoWriter: BSONDocumentWriter[BlockInfo]

    Permalink
    Attributes
    protected
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def create(blockAnchor: BlockInfo)(implicit mongo: MongoUtil): Future[Option[BlockInfo]]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findByBlockHash(hash: String)(implicit mongo: MongoUtil): Future[Option[BlockInfo]]

    Permalink

    Find a [BlockInfo] by the hash of a BigchainDb block.

    Find a [BlockInfo] by the hash of a BigchainDb block.

    hash

    block hash as used by BigchainDb

    mongo

    connection to the MongoDB used by chain-service

    returns

    [BlockInfo] with the given block hash; None if none exists

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getLong(array: Array[Byte], offset: Int): Long

    Permalink
    Attributes
    protected
    Definition Classes
    MongoFormats
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging → Logging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. implicit val uuidBSONReader: BSONReader[BSONBinary, UUID]

    Permalink
    Definition Classes
    MongoFormats
  27. implicit val uuidBSONWriter: BSONWriter[UUID, BSONBinary]

    Permalink
    Definition Classes
    MongoFormats
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from Logging

Inherited from MongoFormats

Inherited from AnyRef

Inherited from Any

Ungrouped