|
Change Variable Type db : DB to db : MongoDatabase in method public load(dbName String) : List<String> in class org.apache.drill.exec.store.mongo.schema.MongoSchemaFactory.TableNameLoader |
From |
To |
|
Change Variable Type db : DB to db : MongoDatabase in method private isShardedCluster(client MongoClient) : boolean in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type query : DBObject to filter : Document in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type db : DB to db : MongoDatabase in method private getPreferredHosts(client MongoClient, hosts List<String>) : Set<ServerAddress> in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type fields : DBObject to projection : Document in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type db : DB to db : MongoDatabase in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type db : DB to db : MongoDatabase in method public getScanStats() : ScanStats in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type collection : DBCollection to collection : MongoCollection<Document> in method public getScanStats() : ScanStats in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type hostObj : DBObject to hostObj : Document in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type hostCursor : DBCursor to hostIterator : MongoCursor<Document> in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type chunksCollection : DBCollection to chunksCollection : MongoCollection<Document> in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type chunkCursor : DBCursor to iterator : MongoCursor<Document> in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type chunkObj : DBObject to chunkObj : Document in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type shardsCollection : DBCollection to shardsCollection : MongoCollection<Document> in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan |
From |
To |
|
Change Variable Type db : DB to db : MongoDatabase in method private init(subScanSpec MongoSubScan.MongoSubScanSpec) : void in class org.apache.drill.exec.store.mongo.MongoRecordReader |
From |
To |