@Yoshiya (sorry, don't have enough rep for comment permission)
This works for me on 3.2 driver (kindly provided by Kay Kim from the Mongo folks)
MongoDatabase database = mongoClient.getDatabase("mydb");
Document stats = database.runCommand(new Document("collStats", "myCollection"));
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…