|
Change Parameter Type worker : AlluxioWorkerService to worker : WorkerProcess in method public NettyDataServer(address InetSocketAddress, worker WorkerProcess) in class alluxio.worker.netty.NettyDataServer |
From |
To |
|
Change Parameter Type isLeader : boolean to isLeader : Boolean in method public start(isLeader Boolean) : void in class alluxio.master.lineage.LineageMaster |
From |
To |
|
Change Parameter Type alluxioMaster : AlluxioMasterService to alluxioMaster : MasterProcess in method public MetaMasterClientServiceHandler(alluxioMaster MasterProcess) in class alluxio.master.MetaMasterClientServiceHandler |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public LineageMaster(registry Registry<Master>, journalFactory JournalFactory, executorServiceFactory ExecutorServiceFactory) in class alluxio.master.lineage.LineageMaster |
From |
To |
|
Change Parameter Type isPrimary : boolean to isPrimary : Boolean in method public start(isPrimary Boolean) : void in class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public create(registry Registry<Master>, journalFactory JournalFactory) : Master in class alluxio.master.block.BlockMasterFactory |
From |
To |
|
Change Parameter Type proxy : AlluxioProxyService to proxy : ProxyProcess in method public ProxyWebServer(serviceName String, address InetSocketAddress, proxy ProxyProcess) in class alluxio.web.ProxyWebServer |
From |
To |
|
Change Parameter Type isLeader : boolean to isLeader : Boolean in method public start(isLeader Boolean) : void in class alluxio.master.block.BlockMaster |
From |
To |
|
Change Parameter Type master : Master to server : T in method public add(clazz Class<U>, server T) : void in class alluxio.Registry |
From |
To |
|
Change Parameter Type blockWorker : BlockWorker to registry : Registry<Worker> in method public KeyValueWorker(registry Registry<Worker>) in class alluxio.worker.keyvalue.KeyValueWorker |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method package DefaultFileSystemMaster(registry Registry<Master>, journalFactory JournalFactory, executorServiceFactory ExecutorServiceFactory) in class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Change Parameter Type worker : AlluxioWorkerService to worker : WorkerProcess in method public create(dataAddress InetSocketAddress, worker WorkerProcess) : DataServer in class alluxio.worker.DataServer.Factory |
From |
To |
|
Change Parameter Type isLeader : boolean to isLeader : Boolean in method public start(isLeader Boolean) : void in class alluxio.master.keyvalue.KeyValueMaster |
From |
To |
|
Change Parameter Type master : AlluxioMasterService to master : MasterProcess in method public MasterWebServer(serviceName String, address InetSocketAddress, master MasterProcess) in class alluxio.web.MasterWebServer |
From |
To |
|
Change Parameter Type alluxioWorker : AlluxioWorkerService to alluxioWorker : WorkerProcess in method public WorkerWebServer(webAddress InetSocketAddress, alluxioWorker WorkerProcess, blockWorker BlockWorker, connectHost String, startTimeMs long) in class alluxio.web.WorkerWebServer |
From |
To |
|
Change Parameter Type isPrimary : boolean to isPrimary : Boolean in method public start(isPrimary Boolean) : void in class alluxio.master.AbstractMaster |
From |
To |
|
Change Parameter Type left : Master to left : T in method public compare(left T, right T) : int in class alluxio.Registry.DependencyComparator |
From |
To |
|
Change Parameter Type clazz : Class<T> to clazz : Class<U> in method public add(clazz Class<U>, server T) : void in class alluxio.Registry |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public LineageMaster(registry Registry<Master>, journalFactory JournalFactory) in class alluxio.master.lineage.LineageMaster |
From |
To |
|
Change Parameter Type input : Master[] to input : Server[] in method private computePermutations(input Server[], index int, permutations List<Server[]>) : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public BlockMaster(registry Registry<Master>, journalFactory JournalFactory, clock Clock, executorServiceFactory ExecutorServiceFactory) in class alluxio.master.block.BlockMaster |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public create(registry Registry<Master>, journalFactory JournalFactory) : Master in class alluxio.master.keyvalue.KeyValueMasterFactory |
From |
To |
|
Change Parameter Type master : AlluxioMasterService to master : MasterProcess in method public WebInterfaceBrowseServlet(master MasterProcess) in class alluxio.web.WebInterfaceBrowseServlet |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public BlockMaster(registry Registry<Master>, journalFactory JournalFactory) in class alluxio.master.block.BlockMaster |
From |
To |
|
Change Parameter Type right : Master to right : T in method public compare(left T, right T) : int in class alluxio.Registry.DependencyComparator |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public create(registry Registry<Master>, journalFactory JournalFactory) : FileSystemMaster in class alluxio.master.file.FileSystemMasterFactory |
From |
To |
|
Change Parameter Type master : AlluxioMasterService to master : MasterProcess in method public WebInterfaceGeneralServlet(master MasterProcess) in class alluxio.web.WebInterfaceGeneralServlet |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public DefaultFileSystemMaster(registry Registry<Master>, journalFactory JournalFactory) in class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public create(registry Registry<Master>, factory JournalFactory) : Master in class alluxio.master.MasterFactory |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public KeyValueMaster(registry Registry<Master>, journal Journal) in class alluxio.master.keyvalue.KeyValueMaster |
From |
To |
|
Change Parameter Type isLeader : boolean to options : U in method public start(options U) : void in class alluxio.Registry |
From |
To |
|
Change Parameter Type permutations : List<Master[]> to permutations : List<Server[]> in method private computePermutations(input Server[], index int, permutations List<Server[]>) : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Parameter Type master : Master to server : T in method private getTransitiveDeps(server T) : Set<T> in class alluxio.Registry |
From |
To |
|
Change Parameter Type clazz : Class<T> to clazz : Class<U> in method public get(clazz Class<U>) : U in class alluxio.Registry |
From |
To |
|
Change Parameter Type master : AlluxioMasterService to master : MasterProcess in method public WebInterfaceMemoryServlet(master MasterProcess) in class alluxio.web.WebInterfaceMemoryServlet |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public createMasters(journalFactory JournalFactory, registry Registry<Master>) : void in class alluxio.master.MasterUtils |
From |
To |
|
Change Parameter Type master : AlluxioMasterService to master : MasterProcess in method public WebInterfaceDependencyServlet(master MasterProcess) in class alluxio.web.WebInterfaceDependencyServlet |
From |
To |
|
Change Parameter Type worker : AlluxioWorkerService to worker : WorkerProcess in method public PipelineHandler(worker WorkerProcess) in class alluxio.worker.netty.PipelineHandler |
From |
To |
|
Change Parameter Type registry : MasterRegistry to registry : Registry<Master> in method public create(registry Registry<Master>, journalFactory JournalFactory) : Master in class alluxio.master.lineage.LineageMasterFactory |
From |
To |
|
Change Variable Type started : List<Master> to servers : List<T> in method public start(options U) : void in class alluxio.Registry |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry in method public cycle() : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private manyFileTestUtil() : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private aclTestUtil(status URIStatus, user String) : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private persistDirectoryLaterTestUtil(directoryStatuses Map<String,URIStatus>) : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type result : Set<Master> to result : Set<T> in method private getTransitiveDeps(server T) : Set<T> in class alluxio.Registry |
From |
To |
|
Change Variable Type masters : List<Master> to masters : List<Server> in method public registry() : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Variable Type worker : AlluxioWorkerService to worker : WorkerProcess in method public start() : void in class alluxio.master.AbstractLocalAlluxioCluster |
From |
To |
|
Change Variable Type master : Master to server : T in method public get(clazz Class<U>) : U in class alluxio.Registry |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private reproduceAndCheckState(successFiles int) : void in class alluxio.master.JournalShutdownIntegrationTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private loadMetadataTestUtil(status URIStatus) : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type tmp : Master to tmp : Server in method private computePermutations(input Server[], index int, permutations List<Server[]>) : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Variable Type rightDeps : Set<Master> to rightDeps : Set<T> in method public compare(left T, right T) : int in class alluxio.Registry.DependencyComparator |
From |
To |
|
Change Variable Type permutations : List<Master[]> to permutations : List<Server[]> in method public registry() : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method public consistent() : void in class alluxio.master.StartupConsistencyCheckTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method public recoverClusterSuccess() : void in class alluxio.security.ClusterInitializationTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry in method public registry() : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method public mountEntryCheckpoint() : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private fileTestUtil(status URIStatus) : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method public inconsistent() : void in class alluxio.master.StartupConsistencyCheckTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private addBlockTestUtil(status URIStatus) : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type worker : AlluxioWorkerService to worker : WorkerProcess in method public stopWorkers() : void in class alluxio.master.MultiMasterLocalAlluxioCluster |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private fileDirectoryTestUtil() : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type master : AlluxioSecondaryMaster to master : AlluxioSecondaryMasterProcess in method public main(args String[]) : void in class alluxio.master.AlluxioSecondaryMasterProcess |
From |
To |
|
Change Variable Type worker : Worker to mRegistry : Registry<Worker> in method private stopWorkers() : void in class alluxio.worker.AlluxioWorkerProcess |
From |
To |
|
Change Variable Type queue : Deque<Master> to queue : Deque<T> in method private getTransitiveDeps(server T) : Set<T> in class alluxio.Registry |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry in method public unavailable() : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Variable Type master : AlluxioMasterService to master : MasterProcess in method public main(args String[]) : void in class alluxio.master.AlluxioMaster |
From |
To |
|
Change Variable Type leftDeps : Set<Master> to leftDeps : Set<T> in method public compare(left T, right T) : int in class alluxio.Registry.DependencyComparator |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method public concurrentCreateJournal() : void in class alluxio.master.file.FileSystemMasterIntegrationTest |
From |
To |
|
Change Variable Type proxy : AlluxioProxyService to proxy : ProxyProcess in method public main(args String[]) : void in class alluxio.proxy.AlluxioProxy |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private deleteTestUtil() : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type worker : AlluxioWorkerService to worker : WorkerProcess in method public main(args String[]) : void in class alluxio.worker.AlluxioWorker |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method public emptyImage() : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type masters : List<Master> to servers : List<T> in method public getServers() : List<T> in class alluxio.Registry |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private pinTestUtil(directory URIStatus, file0 URIStatus, file1 URIStatus) : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type worker : AlluxioWorkerService to worker : WorkerProcess in method public stopWorkers() : void in class alluxio.master.LocalAlluxioCluster |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private multiEditLogTestUtil() : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private renameTestUtil() : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type registry : MasterRegistry to registry : Registry<Master> in method private directoryTestUtil(status URIStatus) : void in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Variable Type master : Master to server : T in method public stop() : void in class alluxio.Registry |
From |
To |
|
Change Variable Type dep : Master to dep : T in method private getTransitiveDeps(server T) : Set<T> in class alluxio.Registry |
From |
To |
|
Change Variable Type worker : AlluxioWorkerService to worker : WorkerProcess in method protected runWorkers() : void in class alluxio.master.AbstractLocalAlluxioCluster |
From |
To |
|
Change Variable Type permutation : Master[] to permutation : Server[] in method public registry() : void in class alluxio.master.RegistryTest |
From |
To |
|
Change Return Type AlluxioWorkerService to WorkerProcess in method public create() : WorkerProcess in class alluxio.worker.WorkerProcess.Factory |
From |
To |
|
Change Return Type MasterRegistry to Registry<Master> in method private createFsMasterFromJournal() : Registry<Master> in class alluxio.master.journal.ufs.UfsJournalIntegrationTest |
From |
To |
|
Change Return Type MasterRegistry to Registry<Master> in method private createFileSystemMasterFromJournal(isLeader boolean) : Registry<Master> in class alluxio.master.MasterTestUtils |
From |
To |
|
Change Return Type MasterRegistry to Registry<Master> in method public createStandbyFileSystemMasterFromJournal() : Registry<Master> in class alluxio.master.MasterTestUtils |
From |
To |
|
Change Return Type MasterRegistry to Registry<Master> in method private createFsMasterFromJournal() : Registry<Master> in class alluxio.master.JournalShutdownIntegrationTest |
From |
To |
|
Change Return Type AlluxioProxyService to ProxyProcess in method public getProxy() : ProxyProcess in class alluxio.master.AbstractLocalAlluxioCluster |
From |
To |
|
Change Return Type Set<Master> to Set<T> in method private getTransitiveDeps(server T) : Set<T> in class alluxio.Registry |
From |
To |
|
Change Return Type AlluxioWorkerService to WorkerProcess in method public getWorker() : WorkerProcess in class alluxio.master.LocalAlluxioCluster |
From |
To |
|
Change Return Type AlluxioMasterService to MasterProcess in method public create() : MasterProcess in class alluxio.master.MasterProcess.Factory |
From |
To |
|
Change Return Type T to U in method public get(clazz Class<U>) : U in class alluxio.Registry |
From |
To |
|
Change Return Type AlluxioMasterService to MasterProcess in method public getInternalMaster() : MasterProcess in class alluxio.master.LocalAlluxioMaster |
From |
To |
|
Change Return Type List<Master> to List<T> in method public getServers() : List<T> in class alluxio.Registry |
From |
To |
|
Change Return Type AlluxioProxyService to ProxyProcess in method public create() : ProxyProcess in class alluxio.proxy.ProxyProcess.Factory |
From |
To |
|
Change Return Type MasterRegistry to Registry<Master> in method public createLeaderFileSystemMasterFromJournal() : Registry<Master> in class alluxio.master.MasterTestUtils |
From |
To |
|
Change Return Type MasterRegistry to Registry in method private createFileSystemMasterFromJournal() : Registry in class alluxio.master.file.FileSystemMasterIntegrationTest |
From |
To |
|
Change Attribute Type mMaster : AlluxioMasterService to mMasterProcess : MasterProcess in class alluxio.master.AlluxioMasterRestServiceHandler |
From |
To |
|
Change Attribute Type mAlluxioMaster : AlluxioMasterService to mAlluxioMaster : MasterProcess in class alluxio.master.LocalAlluxioMaster |
From |
To |
|
Change Attribute Type mAlluxioMaster : AlluxioMasterService to mAlluxioMaster : MasterProcess in class alluxio.master.MetaMasterClientServiceHandler |
From |
To |
|
Change Attribute Type mMaster : AlluxioMasterService to mMaster : MasterProcess in class alluxio.web.WebInterfaceBrowseServlet |
From |
To |
|
Change Attribute Type mWorker : AlluxioWorkerService to mWorker : WorkerProcess in class alluxio.worker.netty.PipelineHandler |
From |
To |
|
Change Attribute Type mMaster : AlluxioMasterService to mMaster : MasterProcess in class alluxio.web.WebInterfaceDependencyServlet |
From |
To |
|
Change Attribute Type mRegistry : MasterRegistry to mRegistry : Registry<Master> in class alluxio.master.file.PermissionCheckTest |
From |
To |
|
Change Attribute Type mMaster : AlluxioMasterService to mMasterProcess : MasterProcess in class alluxio.master.lineage.LineageMasterClientRestApiTest |
From |
To |
|
Change Attribute Type mMaster : AlluxioMasterService to mMaster : MasterProcess in class alluxio.web.WebInterfaceGeneralServlet |
From |
To |
|
Change Attribute Type mWorkers : List<AlluxioWorkerService> to mWorkers : List<WorkerProcess> in class alluxio.master.AbstractLocalAlluxioCluster |
From |
To |
|
Change Attribute Type mSecondaryMaster : AlluxioSecondaryMaster to mSecondaryMaster : AlluxioSecondaryMasterProcess in class alluxio.master.LocalAlluxioMaster |
From |
To |
|
Change Attribute Type mMaster : AlluxioMasterService to mMaster : MasterProcess in class alluxio.web.WebInterfaceMemoryServlet |
From |
To |
|
Change Attribute Type mRegistry : Map<Class<?>,Master> to mRegistry : Map<Class<? extends Server>,T> in class alluxio.Registry |
From |
To |
|
Change Attribute Type mMaster : AlluxioMasterService to mMaster : MasterProcess in class alluxio.master.AlluxioMasterRestServiceHandlerTest |
From |
To |
|
Change Attribute Type mRegistry : MasterRegistry to mRegistry : Registry<Master> in class alluxio.master.AlluxioSecondaryMasterProcess |
From |
To |
|
Change Attribute Type mProxy : AlluxioProxyService to mProxy : ProxyProcess in class alluxio.master.AbstractLocalAlluxioCluster |
From |
To |
|
Change Attribute Type mRegistry : MasterRegistry to mRegistry : Registry<Master> in class alluxio.master.AlluxioMasterProcess |
From |
To |
|
Change Attribute Type mProxy : AlluxioProxyService to mProxyProcess : ProxyProcess in class alluxio.proxy.AlluxioProxyRestServiceHandler |
From |
To |
|
Change Attribute Type mRegistry : MasterRegistry to mRegistry : Registry<Master> in class alluxio.master.file.FileSystemMasterTest |
From |
To |
|
Change Attribute Type mWorker : AlluxioWorkerService to mWorkerProcess : WorkerProcess in class alluxio.worker.AlluxioWorkerRestServiceHandler |
From |
To |