BuildInfo

dappermongo.BuildInfo
See theBuildInfo companion object
case class BuildInfo(version: String, gitVersion: String, sysInfo: String, loaderFlags: String, compilerFlags: String, allocator: String, versionArray: List[Int], openssl: BSONDocument, javascriptEngine: String, bits: Int, debug: Boolean, maxBsonObjectSize: Int, storageEngines: List[String], ok: Int)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product