|
Rename Method public typeCounts(val EnumCounters<StorageType>) : Builder renamed to public typeSpaces(val EnumCounters<StorageType>) : Builder in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder |
From |
To |
|
Rename Method public spaceCount(val long) : Builder renamed to public storageSpace(val long) : Builder in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder |
From |
To |
|
Rename Method public diskspaceConsumed(lastSnapshotId int) : long renamed to public storagespaceConsumed(lastSnapshotId int) : long in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Rename Method public spaceQuota(spaceQuota long) : Builder renamed to public storageSpaceQuota(spaceQuota long) : Builder in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.Builder |
From |
To |
|
Rename Method public anyNsSpCountGreaterOrEqual(val long) : boolean renamed to public anyNsSsCountGreaterOrEqual(val long) : boolean in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts |
From |
To |
|
Rename Method public addDiskSpace(dsDelta long) : void renamed to public addStorageSpace(dsDelta long) : void in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts |
From |
To |
|
Rename Method private checkDiskspace(dir INodeDirectory, computed long) : void renamed to private checkStoragespace(dir INodeDirectory, computed long) : void in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Method public diskspaceConsumed() : long renamed to public storagespaceConsumed() : long in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Rename Method public typeCounts(val long) : Builder renamed to public typeSpaces(val long) : Builder in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder |
From |
To |
|
Rename Method public setDiskSpace(spaceCount long) : void renamed to public setStorageSpace(spaceCount long) : void in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts |
From |
To |
|
Rename Method private quotaByStorageTypeString() : String renamed to private typeSpaceString() : String in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Method package addNamespaceDiskspace(counts QuotaCounts) : QuotaCounts renamed to package AddCurrentSpaceUsage(counts QuotaCounts) : QuotaCounts in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Method public nameCount(val long) : Builder renamed to public nameSpace(val long) : Builder in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts.Builder |
From |
To |
|
Rename Method private diskspaceString() : String renamed to private storagespaceString() : String in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Method package getPreferredBlockDiskspace() : long renamed to package getPreferredBlockStoragespace() : long in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Rename Method public getDiskSpace() : long renamed to public getStorageSpace() : long in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts |
From |
To |
|
Rename Method public anyTypeCountGreaterOrEqual(val long) : boolean renamed to public anyTypeSpaceCountGreaterOrEqual(val long) : boolean in class org.apache.hadoop.hdfs.server.namenode.QuotaCounts |
From |
To |
|
Rename Method private verifyDiskspaceQuota(delta long) : void renamed to private verifyStoragespaceQuota(delta long) : void in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Method public diskspaceConsumedNoReplication() : long renamed to public storagespaceConsumedNoReplication() : long in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Rename Method public diskspaceConsumedNoReplication(lastSnapshotId int) : long renamed to public storagespaceConsumedNoReplication(lastSnapshotId int) : long in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Rename Variable oldDiskspace : long to oldStoragespace : long in method public updateQuotaAndCollectBlocks(bsps BlockStoragePolicySuite, file INodeFile, removed FileDiff, collectedBlocks BlocksMapUpdateInfo, removedINodes List<INode>) : QuotaCounts in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileWithSnapshotFeature |
From |
To |
|
Rename Variable dsQuota : long to ssQuota : long in method private updateCountForQuotaRecursively(bsps BlockStoragePolicySuite, dir INodeDirectory, counts QuotaCounts) : void in class org.apache.hadoop.hdfs.server.namenode.FSImage |
From |
To |
|
Rename Variable dsReplication : short to replication : short in method public computeQuotaUsage(bsps BlockStoragePolicySuite, counts QuotaCounts, useCache boolean, lastSnapshotId int) : QuotaCounts in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Rename Variable diskspace : long to ssConsumed : long in method private updateCountForQuotaRecursively(bsps BlockStoragePolicySuite, dir INodeDirectory, counts QuotaCounts) : void in class org.apache.hadoop.hdfs.server.namenode.FSImage |
From |
To |
|
Rename Variable oldDsQuota : long to oldSsQuota : long in method package unprotectedSetQuota(fsd FSDirectory, src String, nsQuota long, ssQuota long, type StorageType) : INodeDirectory in class org.apache.hadoop.hdfs.server.namenode.FSDirAttrOp |
From |
To |
|
Rename Variable parentDiskspace : long to parentStoragespace : long in method private updateCountForQuotaRecursively(bsps BlockStoragePolicySuite, dir INodeDirectory, counts QuotaCounts) : void in class org.apache.hadoop.hdfs.server.namenode.FSImage |
From |
To |
|
Rename Variable dsDeltaNoReplication : long to ssDeltaNoReplication : long in method public computeQuotaUsage(bsps BlockStoragePolicySuite, counts QuotaCounts, useCache boolean, lastSnapshotId int) : QuotaCounts in class org.apache.hadoop.hdfs.server.namenode.INodeFile |
From |
To |
|
Rename Variable dsDelta : long to ssDelta : long in method public updateQuotaAndCollectBlocks(bsps BlockStoragePolicySuite, file INodeFile, removed FileDiff, collectedBlocks BlocksMapUpdateInfo, removedINodes List<INode>) : QuotaCounts in class org.apache.hadoop.hdfs.server.namenode.snapshot.FileWithSnapshotFeature |
From |
To |
|
Rename Parameter spaceQuota : long to quota : long in method public setQuotaByStorageType(src Path, type StorageType, quota long) : void in class org.apache.hadoop.hdfs.DistributedFileSystem |
From |
To |
|
Rename Parameter spaceQuota : long to quota : long in method package setQuotaByStorageType(src String, type StorageType, quota long) : void in class org.apache.hadoop.hdfs.DFSClient |
From |
To |
|
Rename Parameter diskspaceQuota : long to storagespaceQuota : long in method public setQuota(path String, namespaceQuota long, storagespaceQuota long, type StorageType) : void in class org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB |
From |
To |
|
Rename Parameter dsQuota : long to quota : long in method package setQuota(quota long, type StorageType) : void in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Parameter diskspaceQuota : long to storagespaceQuota : long in method public setQuota(path String, namespaceQuota long, storagespaceQuota long, type StorageType) : void in class org.apache.hadoop.hdfs.protocol.ClientProtocol |
From |
To |
|
Rename Parameter diskspace : long to storagespace : long in method package setSpaceConsumed(namespace long, storagespace long, typespaces EnumCounters<StorageType>) : void in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Parameter diskspace : long to storagespace : long in method public newInstance(namespace long, storagespace long) : Counts in class org.apache.hadoop.hdfs.server.namenode.Quota.Counts |
From |
To |
|
Rename Parameter typeUsed : EnumCounters<StorageType> to typespaces : EnumCounters<StorageType> in method package setSpaceConsumed(namespace long, storagespace long, typespaces EnumCounters<StorageType>) : void in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Parameter spaceQuota : long to quota : long in method public setQuotaByStorageType(src Path, type StorageType, quota long) : void in class org.apache.hadoop.hdfs.client.HdfsAdmin |
From |
To |
|
Rename Parameter dsDelta : long to ssDelta : long in method package updateCount(iip INodesInPath, nsDelta long, ssDelta long, oldRep short, newRep short, checkQuota boolean) : void in class org.apache.hadoop.hdfs.server.namenode.FSDirectory |
From |
To |
|
Rename Parameter dsQuota : long to ssQuota : long in method package setQuota(bsps BlockStoragePolicySuite, nsQuota long, ssQuota long, type StorageType) : void in class org.apache.hadoop.hdfs.server.namenode.INodeDirectory |
From |
To |
|
Rename Parameter dsQuota : long to ssQuota : long in method package setQuota(nsQuota long, ssQuota long, type StorageType) : void in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Parameter diskspaceQuota : long to storagespaceQuota : long in method public setQuota(path String, namespaceQuota long, storagespaceQuota long, type StorageType) : void in class org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer |
From |
To |
|
Rename Parameter dsDelta : long to ssDelta : long in method package updateCount(iip INodesInPath, nsDelta long, ssDelta long, replication short, checkQuota boolean) : void in class org.apache.hadoop.hdfs.server.namenode.FSDirectory |
From |
To |
|
Rename Parameter dsDelta : long to ssDelta : long in method package updateSpaceConsumed(iip INodesInPath, nsDelta long, ssDelta long, replication short) : void in class org.apache.hadoop.hdfs.server.namenode.FSDirectory |
From |
To |
|
Rename Parameter diskspaceQuota : long to storagespaceQuota : long in method public setQuota(src Path, namespaceQuota long, storagespaceQuota long) : void in class org.apache.hadoop.hdfs.DistributedFileSystem |
From |
To |
|
Rename Parameter dsQuota : long to ssQuota : long in method package unprotectedSetQuota(fsd FSDirectory, src String, nsQuota long, ssQuota long, type StorageType) : INodeDirectory in class org.apache.hadoop.hdfs.server.namenode.FSDirAttrOp |
From |
To |
|
Rename Parameter typeQuotas : EnumCounters<StorageType> to tsQuotas : EnumCounters<StorageType> in method package setQuota(tsQuotas EnumCounters<StorageType>) : void in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |
|
Rename Parameter dsQuota : long to ssQuota : long in method package setQuota(fsd FSDirectory, src String, nsQuota long, ssQuota long, type StorageType) : void in class org.apache.hadoop.hdfs.server.namenode.FSDirAttrOp |
From |
To |
|
Rename Parameter diskspaceQuota : long to storagespaceQuota : long in method package setQuota(src String, namespaceQuota long, storagespaceQuota long) : void in class org.apache.hadoop.hdfs.DFSClient |
From |
To |
|
Rename Parameter dsQuota : long to ssQuota : long in method package setQuota(src String, nsQuota long, ssQuota long, type StorageType) : void in class org.apache.hadoop.hdfs.server.namenode.FSNamesystem |
From |
To |
|
Rename Parameter dsQuota : long to ssQuota : long in method package setQuota(nsQuota long, ssQuota long) : void in class org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature |
From |
To |