Interface MongoDatabase

    • Method Detail

      • getDatabaseName

        java.lang.String getDatabaseName()
      • handleClose

        void handleClose​(io.netty.channel.Channel channel)
      • handleCommand

        Document handleCommand​(io.netty.channel.Channel channel,
                               java.lang.String command,
                               Document query)
      • handleInsert

        void handleInsert​(MongoInsert insert)
      • handleDelete

        void handleDelete​(MongoDelete delete)
      • handleUpdate

        void handleUpdate​(MongoUpdate update)
      • isEmpty

        boolean isEmpty()
      • resolveCollection

        MongoCollection<?> resolveCollection​(java.lang.String collectionName,
                                             boolean throwIfNotFound)
      • drop

        void drop()
      • dropCollection

        void dropCollection​(java.lang.String collectionName)
      • unregisterCollection

        void unregisterCollection​(java.lang.String collectionName)