Interface MongoDriverSettings.DatabaseFormat

All Known Implementing Classes:
PandoFormat
Enclosing class:
MongoDriverSettings

public static interface MongoDriverSettings.DatabaseFormat
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Simple format that stores the entire bosk state in a single document, and (except for refirbish) doesn't require any multi-document transactions.
  • Field Details

    • SEQUOIA

      static final MongoDriverSettings.DatabaseFormat SEQUOIA
      Simple format that stores the entire bosk state in a single document, and (except for refirbish) doesn't require any multi-document transactions.

      This limits the entire bosk state to 16MB when converted to BSON.