|
Change Parameter Type dest : Table to dest : Table<KEY,VALUE> in method public move(key KEY, value VALUE, source Table<KEY,VALUE>, dest Table<KEY,VALUE>) : void in class org.apache.hadoop.utils.db.DBStore |
From |
To |
|
Change Parameter Type value : byte[] to value : VALUE in method public move(key KEY, value VALUE, source Table<KEY,VALUE>, dest Table<KEY,VALUE>) : void in class org.apache.hadoop.utils.db.RDBStore |
From |
To |
|
Change Parameter Type key : byte[] to key : KEY in method public move(key KEY, value VALUE, source Table<KEY,VALUE>, dest Table<KEY,VALUE>) : void in class org.apache.hadoop.utils.db.RDBStore |
From |
To |
|
Change Parameter Type source : Table to source : Table<KEY,VALUE> in method public move(key KEY, value VALUE, source Table<KEY,VALUE>, dest Table<KEY,VALUE>) : void in class org.apache.hadoop.utils.db.DBStore |
From |
To |
|
Change Parameter Type keyInfo : KeyInfo to keyInfo : OmKeyInfo in method private isKeyEmpty(keyInfo OmKeyInfo) : boolean in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Parameter Type source : Table to source : Table<KEY,VALUE> in method public move(key KEY, value VALUE, source Table<KEY,VALUE>, dest Table<KEY,VALUE>) : void in class org.apache.hadoop.utils.db.RDBStore |
From |
To |
|
Change Parameter Type dest : Table to dest : Table<KEY,VALUE> in method public move(key KEY, value VALUE, source Table<KEY,VALUE>, dest Table<KEY,VALUE>) : void in class org.apache.hadoop.utils.db.RDBStore |
From |
To |
|
Change Parameter Type value : byte[] to value : VALUE in method public move(key KEY, value VALUE, source Table<KEY,VALUE>, dest Table<KEY,VALUE>) : void in class org.apache.hadoop.utils.db.DBStore |
From |
To |
|
Change Parameter Type key : byte[] to key : KEY in method public move(key KEY, value VALUE, source Table<KEY,VALUE>, dest Table<KEY,VALUE>) : void in class org.apache.hadoop.utils.db.DBStore |
From |
To |
|
Change Return Type byte[] to String in method public getUserKey(user String) : String in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type byte[] to String in method public getOzoneKey(volume String, bucket String, key String) : String in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmBucketInfo> in method public getBucketTable() : Table<String,OmBucketInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmVolumeArgs> in method public getVolumeTable() : Table<String,OmVolumeArgs> in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmKeyInfo> in method public getKeyTable() : Table<String,OmKeyInfo> in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type byte[] to String in method public getOpenKey(volume String, bucket String, key String, id long) : String in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,VolumeList> in method public getUserTable() : Table<String,VolumeList> in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmKeyInfo> in method public getKeyTable() : Table<String,OmKeyInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmBucketInfo> in method public getBucketTable() : Table<String,OmBucketInfo> in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type byte[] to String in method public getOzoneKey(volume String, bucket String, key String) : String in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type byte[] to String in method public getVolumeKey(volume String) : String in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type byte[] to String in method public getBucketKey(volume String, bucket String) : String in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmKeyInfo> in method public getOpenKeyTable() : Table<String,OmKeyInfo> in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,VolumeList> in method public getUserTable() : Table<String,VolumeList> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type byte[] to String in method public getOpenKey(volume String, bucket String, key String, id long) : String in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmKeyInfo> in method public getDeletedTable() : Table<String,OmKeyInfo> in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type byte[] to String in method public getUserKey(user String) : String in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type byte[] to String in method public getBucketKey(volume String, bucket String) : String in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmKeyInfo> in method public getOpenKeyTable() : Table<String,OmKeyInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type byte[] to String in method public getVolumeKey(volume String) : String in class org.apache.hadoop.ozone.om.OMMetadataManager |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmKeyInfo> in method public getDeletedTable() : Table<String,OmKeyInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Return Type Table<byte[],byte[]> to Table<String,OmVolumeArgs> in method public getVolumeTable() : Table<String,OmVolumeArgs> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type toKeyValue : byte[] to toKeyValue : OmKeyInfo in method public renameKey(args OmKeyArgs, toKeyName String) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type kv : Table.KeyValue<byte[],byte[]> to kv : KeyValue<String,OmBucketInfo> in method public isVolumeEmpty(volume String) : boolean in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type volumeKey : byte[] to volumeKey : String in method private createSampleVol() : OmMetadataManagerImpl in class org.apache.hadoop.ozone.om.TestBucketManagerImpl |
From |
To |
|
Change Variable Type dbUserKey : byte[] to dbUserKey : String in method private addVolumeToOwnerList(volume String, owner String, batchOperation BatchOperation) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type kv : Table.KeyValue<byte[],byte[]> to kv : KeyValue<String,OmBucketInfo> in method public listBuckets(volumeName String, startBucket String, bucketPrefix String, maxNumOfBuckets int) : List<OmBucketInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type bucketKey : byte[] to bucketKey : String in method public setBucketProperty(args OmBucketArgs) : void in class org.apache.hadoop.ozone.om.BucketManagerImpl |
From |
To |
|
Change Variable Type dbVolumeKey : byte[] to dbVolumeKey : String in method public getVolumeInfo(volume String) : OmVolumeArgs in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type bucketNameBytes : byte[] to bucketNameBytes : String in method public listKeys(volumeName String, bucketName String, startKey String, keyPrefix String, maxKeys int) : List<OmKeyInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type bucketIter : TableIterator<byte[],Table.KeyValue> to bucketIter : TableIterator<String,? extends KeyValue<String,OmBucketInfo>> in method public isVolumeEmpty(volume String) : boolean in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type keyIter : TableIterator<byte[],? extends KeyValue<byte[],byte[]>> to keyIter : TableIterator<String,? extends KeyValue<String,OmKeyInfo>> in method public getPendingDeletionKeys(keyCount int) : List<BlockGroup> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type keyPrefix : byte[] to keyPrefix : String in method public isBucketEmpty(volume String, bucket String) : boolean in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type userKey : byte[] to userKey : String in method public testDeleteVolume() : void in class org.apache.hadoop.ozone.om.TestOzoneManager |
From |
To |
|
Change Variable Type seekPrefix : byte[] to seekPrefix : String in method public listKeys(volumeName String, bucketName String, startKey String, keyPrefix String, maxKeys int) : List<OmKeyInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type bucketKey : byte[] to bucketKey : String in method public createBucket(bucketInfo OmBucketInfo) : void in class org.apache.hadoop.ozone.om.BucketManagerImpl |
From |
To |
|
Change Variable Type openKey : byte[] to openKey : String in method public openKey(args OmKeyArgs) : OpenKeySession in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type bucketKey : byte[] to bucketKey : String in method public deleteBucket(volumeName String, bucketName String) : void in class org.apache.hadoop.ozone.om.BucketManagerImpl |
From |
To |
|
Change Variable Type volumeBytes : byte[] to volumeBytes : String in method private createAndDeleteKeys(keyManager KeyManager, keyCount int, numBlocks int) : void in class org.apache.hadoop.ozone.om.TestKeyDeletingService |
From |
To |
|
Change Variable Type volumeInfo : byte[] to volumeInfo : OmVolumeArgs in method public createVolume(args OmVolumeArgs) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type dbVolumeKey : byte[] to dbVolumeKey : String in method public checkVolumeAccess(volume String, userAcl OzoneAclInfo) : boolean in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type iter : TableIterator<byte[],? extends KeyValue<byte[],byte[]>> to iter : TableIterator<String,? extends KeyValue<String,OmKeyInfo>> in method public testDeleteKey() : void in class org.apache.hadoop.ozone.om.TestOzoneManager |
From |
To |
|
Change Variable Type value : byte[] to value : OmBucketInfo in method public getBucketInfo(volumeName String, bucketName String) : OmBucketInfo in class org.apache.hadoop.ozone.om.BucketManagerImpl |
From |
To |
|
Change Variable Type volumeKey : byte[] to volumeKey : String in method private validateBucket(volumeName String, bucketName String) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type keyBytes : byte[] to keyBytes : String in method public lookupKey(args OmKeyArgs) : OmKeyInfo in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type objectKey : byte[] to objectKey : String in method public deleteKey(args OmKeyArgs) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type dbVolumeKey : byte[] to dbVolumeKey : String in method public deleteVolume(volume String) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type dbVolumeKey : byte[] to dbVolumeKey : String in method public createVolume(args OmVolumeArgs) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type bucketIter : TableIterator<byte[],Table.KeyValue> to bucketIter : TableIterator<String,? extends KeyValue<String,OmBucketInfo>> in method public listBuckets(volumeName String, startBucket String, bucketPrefix String, maxNumOfBuckets int) : List<OmBucketInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type dbVolumeKey : byte[] to dbVolumeKey : String in method public setQuota(volume String, quota long) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type volumeKey : byte[] to volumeKey : String in method public createBucket(bucketInfo OmBucketInfo) : void in class org.apache.hadoop.ozone.om.BucketManagerImpl |
From |
To |
|
Change Variable Type dbUserKey : byte[] to dbUserKey : String in method private delVolumeFromOwnerList(volume String, owner String, batch BatchOperation) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type kv : KeyValue<byte[],byte[]> to kv : KeyValue<String,OmKeyInfo> in method public getPendingDeletionKeys(keyCount int) : List<BlockGroup> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type fromKey : byte[] to fromKey : String in method public renameKey(args OmKeyArgs, toKeyName String) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type value : byte[] to value : OmKeyInfo in method public lookupKey(args OmKeyArgs) : OmKeyInfo in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type seekPrefix : byte[] to seekPrefix : String in method public listBuckets(volumeName String, startBucket String, bucketPrefix String, maxNumOfBuckets int) : List<OmBucketInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type fromKeyValue : byte[] to fromKeyValue : OmKeyInfo in method public renameKey(args OmKeyArgs, toKeyName String) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type volumePrefix : byte[] to volumePrefix : String in method public isVolumeEmpty(volume String) : boolean in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type volumeList : byte[] to volumeList : VolumeList in method private delVolumeFromOwnerList(volume String, owner String, batch BatchOperation) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type startKey : byte[] to startKey : String in method public listBuckets(volumeName String, startBucket String, bucketPrefix String, maxNumOfBuckets int) : List<OmBucketInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type volumeList : byte[] to volumeList : VolumeList in method private addVolumeToOwnerList(volume String, owner String, batchOperation BatchOperation) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type keyIter : TableIterator<byte[],? extends KeyValue<byte[],byte[]>> to keyIter : TableIterator<String,? extends KeyValue<String,OmKeyInfo>> in method public listKeys(volumeName String, bucketName String, startKey String, keyPrefix String, maxKeys int) : List<OmKeyInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type seekKey : byte[] to seekKey : String in method public listKeys(volumeName String, bucketName String, startKey String, keyPrefix String, maxKeys int) : List<OmKeyInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type bucketBytes : byte[] to bucketBytes : String in method private createAndDeleteKeys(keyManager KeyManager, keyCount int, numBlocks int) : void in class org.apache.hadoop.ozone.om.TestKeyDeletingService |
From |
To |
|
Change Variable Type bucketKey : byte[] to bucketKey : String in method public getBucketInfo(volumeName String, bucketName String) : OmBucketInfo in class org.apache.hadoop.ozone.om.BucketManagerImpl |
From |
To |
|
Change Variable Type volumesInBytes : byte[] to volumeList : VolumeList in method private getVolumesByUser(userNameKey String) : VolumeList in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type bucketKey : byte[] to bucketKey : String in method private validateBucket(volumeName String, bucketName String) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type keyIter : TableIterator<byte[],Table.KeyValue> to keyIter : TableIterator<String,? extends KeyValue<String,OmKeyInfo>> in method public isBucketEmpty(volume String, bucket String) : boolean in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type toKey : byte[] to toKey : String in method public renameKey(args OmKeyArgs, toKeyName String) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type volumeNameBytes : byte[] to volumeNameBytes : String in method public listBuckets(volumeName String, startBucket String, bucketPrefix String, maxNumOfBuckets int) : List<OmBucketInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type dbVolumeKey : byte[] to dbVolumeKey : String in method public setOwner(volume String, owner String) : void in class org.apache.hadoop.ozone.om.VolumeManagerImpl |
From |
To |
|
Change Variable Type objectKey : byte[] to objectKey : String in method public openKey(args OmKeyArgs) : OpenKeySession in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type kv : Table.KeyValue<byte[],byte[]> to kv : KeyValue<String,OmKeyInfo> in method public listKeys(volumeName String, bucketName String, startKey String, keyPrefix String, maxKeys int) : List<OmKeyInfo> in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type openKey : byte[] to openKey : String in method public allocateBlock(args OmKeyArgs, clientID long) : OmKeyLocationInfo in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type kv : Table.KeyValue<byte[],byte[]> to kv : KeyValue<String,OmKeyInfo> in method public isBucketEmpty(volume String, bucket String) : boolean in class org.apache.hadoop.ozone.om.OmMetadataManagerImpl |
From |
To |
|
Change Variable Type volumes : byte[] to volumes : VolumeList in method public testDeleteVolume() : void in class org.apache.hadoop.ozone.om.TestOzoneManager |
From |
To |
|
Change Variable Type openKey : byte[] to openKey : String in method public commitKey(args OmKeyArgs, clientID long) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type objectKey : byte[] to objectKey : String in method public commitKey(args OmKeyArgs, clientID long) : void in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |
|
Change Variable Type keyLocationList : KeyLocationList to keyLocationList : OmKeyLocationInfoGroup in method private isKeyEmpty(keyInfo OmKeyInfo) : boolean in class org.apache.hadoop.ozone.om.KeyManagerImpl |
From |
To |