63caec7fee0a963505bf23710772f6ed974ca04d
Files Diff
- Added: 145
- Removed: 0
- Renamed: 0
- Modified: 19
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| org.apache.hadoop:hadoop-mapreduce-client-core:2.7.1 | |
| org.apache.hadoop:hadoop-mapreduce-client-common:2.7.1 | |
| org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.7.1 | |
| org.apache.hadoop:hadoop-common:2.7.1 | |
| org.apache.hadoop:hadoop-yarn-common:2.7.1 | |
| org.apache.hadoop:hadoop-hdfs:2.7.1 | |
| org.apache.hadoop:hadoop-annotations:2.7.1 | |
| org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.7.1 | |
| org.apache.hadoop:hadoop-client:2.7.1 | |
| org.apache.curator:curator-recipes:2.7.1 | |
| jdk.tools:jdk.tools:1.8 | |
| org.apache.hadoop:hadoop-auth:2.7.1 | |
| org.apache.hadoop:hadoop-yarn-server-common:2.7.1 | |
| org.apache.hadoop:hadoop-yarn-api:2.7.1 | |
| com.google.code.findbugs:jsr305:3.0.0 | |
| Updated | |
| From com.google.protobuf:protobuf-java 2.5.0 To 2.4.0a | |
| From com.google.protobuf:protobuf-java 2.4.0a To 2.5.0 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private getServerCount(adm HBaseAdmin) : int from class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager to public getEstimatedRegionServerCount() : int from class com.thinkaurelius.titan.diskstorage.hbase.HBaseAdmin0_94 | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type adm : HBaseAdmin to adm : AdminMask in method private createTable(tableName String, cfName String, ttlInSeconds int, adm AdminMask) : HTableDescriptor in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager | From | To | |
| Change Parameter Type table : HTableInterface to table : Closeable in method public RowIterator(table Closeable, rows ResultScanner, columnFamilyBytes byte[]) in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore.RowIterator | From | To | |
| Change Parameter Type cnx : HConnection to cnx : ConnectionMask in method package HBaseKeyColumnValueStore(storeManager HBaseStoreManager, cnx ConnectionMask, tableName String, columnFamily String, storeName String) in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore | From | To | |
| Rename Variable | 1 | ||
| Rename Variable minor : String to majorDotMinor : String in method public getDirForHBaseVersion(hv String, lastSubdir String) : String in class com.thinkaurelius.titan.HBaseStorageSetup | From | To | |
| Change Return Type | 1 | ||
| Change Return Type HBaseAdmin to AdminMask in method private getAdminInterface() : AdminMask in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type table : HTableInterface to table : TableMask in method private executeKeySliceQuery(startKey byte[], endKey byte[], filters FilterList, columnSlice SliceQuery) : KeyIterator in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore | From | To | |
| Change Variable Type table : HTableInterface to table : TableMask in method public mutateMany(mutations Map<String,Map<StaticBuffer,KCVMutation>>, txh StoreTransaction) : void in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager | From | To | |
| Change Variable Type adm : HBaseAdmin to adm : AdminMask in method private ensureColumnFamilyExists(tableName String, columnFamily String, ttlInSeconds int) : void in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager | From | To | |
| Change Variable Type table : HTableInterface to table : TableMask in method private getHelper(keys List<StaticBuffer>, getFilter Filter) : Map<StaticBuffer,EntryList> in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore | From | To | |
| Change Variable Type adm : HBaseAdmin to adm : AdminMask in method private ensureTableExists(tableName String, initialCFName String, ttlInSeconds int) : HTableDescriptor in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type table : HTableInterface to table : Closeable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore.RowIterator | From | To | |
| Change Attribute Type cnx : HConnection to cnx : ConnectionMask in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager | From | To | |
| Change Attribute Type cnx : HConnection to cnx : ConnectionMask in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public addColumnFamilyToTableDescriptor(tdesc HTableDescriptor, cdesc HColumnDescriptor) : void extracted from private createTable(tableName String, cfName String, ttlInSeconds int, adm HBaseAdmin) : HTableDescriptor in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager & moved to class com.thinkaurelius.titan.diskstorage.hbase.HBaseCompat0_94 | From | To | |
| Extract And Move Method public setTimestamp(d Delete, timestamp long) : void extracted from private convertToCommands(mutations Map<String,Map<StaticBuffer,KCVMutation>>, putTimestamp long, delTimestamp long) : Map<StaticBuffer,Pair<Put,Delete>> in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager & moved to class com.thinkaurelius.titan.diskstorage.hbase.HBaseCompat0_94 | From | To |