com.mongodb
Interface DBConnector


public interface DBConnector


Method Summary
 int call(DB db, int op, java.nio.ByteBuffer out, java.nio.ByteBuffer in)
           
 void say(DB db, int op, java.nio.ByteBuffer buf, DB.WriteConcern concern)
           
 

Method Detail

say

void say(DB db,
         int op,
         java.nio.ByteBuffer buf,
         DB.WriteConcern concern)
         throws MongoException
Throws:
MongoException

call

int call(DB db,
         int op,
         java.nio.ByteBuffer out,
         java.nio.ByteBuffer in)
         throws MongoException
Throws:
MongoException