|
Change Parameter Type master : AlluxioMaster to master : AlluxioMasterService in method public WebInterfaceDependencyServlet(master AlluxioMasterService) in class alluxio.web.WebInterfaceDependencyServlet |
From |
To |
|
Change Parameter Type master : AlluxioMaster to master : AlluxioMasterService in method public WebInterfaceGeneralServlet(master AlluxioMasterService) in class alluxio.web.WebInterfaceGeneralServlet |
From |
To |
|
Change Parameter Type master : AlluxioMaster to master : AlluxioMasterService in method public WebInterfaceMemoryServlet(master AlluxioMasterService) in class alluxio.web.WebInterfaceMemoryServlet |
From |
To |
|
Change Parameter Type master : AlluxioMaster to master : AlluxioMasterService in method public MasterWebServer(serviceName String, address InetSocketAddress, master AlluxioMasterService) in class alluxio.web.MasterWebServer |
From |
To |
|
Change Parameter Type master : AlluxioMaster to master : AlluxioMasterService in method public WebInterfaceBrowseServlet(master AlluxioMasterService) in class alluxio.web.WebInterfaceBrowseServlet |
From |
To |
|
Move Method protected startServingWebServer() : void from class alluxio.master.AlluxioMaster to protected startServingWebServer() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public start() : void from class alluxio.master.AlluxioMaster to public start() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method protected startMasters(isLeader boolean) : void from class alluxio.master.AlluxioMaster to protected startMasters(isLeader boolean) : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public getLineageMaster() : LineageMaster from class alluxio.master.AlluxioMaster to public getLineageMaster() : LineageMaster from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method private startServing() : void from class alluxio.master.AlluxioMaster to private startServing() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public stop() : void from class alluxio.master.AlluxioMaster to public stop() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public getWebBindHost() : String from class alluxio.master.AlluxioMaster to public getWebBindHost() : String from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public getUptimeMs() : long from class alluxio.master.AlluxioMaster to public getUptimeMs() : long from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method protected stopMasters() : void from class alluxio.master.AlluxioMaster to protected stopMasters() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method private isJournalFormatted(journalDirectory String) : boolean from class alluxio.master.AlluxioMaster to private isJournalFormatted(journalDirectory String) : boolean from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public getFileSystemMaster() : FileSystemMaster from class alluxio.master.AlluxioMaster to public getFileSystemMaster() : FileSystemMaster from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method package isServing() : boolean from class alluxio.master.AlluxioMaster to public isServing() : boolean from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public getWebLocalPort() : int from class alluxio.master.AlluxioMaster to public getWebLocalPort() : int from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method protected startServing(startMessage String, stopMessage String) : void from class alluxio.master.AlluxioMaster to protected startServing(startMessage String, stopMessage String) : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public waitForReady() : void from class alluxio.master.AlluxioMaster to public waitForReady() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method private registerServices(processor TMultiplexedProcessor, services Map<String,TProcessor>) : void from class alluxio.master.AlluxioMaster to private registerServices(processor TMultiplexedProcessor, services Map<String,TProcessor>) : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method protected startServingRPCServer() : void from class alluxio.master.AlluxioMaster to protected startServingRPCServer() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public getBlockMaster() : BlockMaster from class alluxio.master.AlluxioMaster to public getBlockMaster() : BlockMaster from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method private connectToUFS() : void from class alluxio.master.AlluxioMaster to private connectToUFS() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method protected stopServing() : void from class alluxio.master.AlluxioMaster to protected stopServing() : void from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Method public getStartTimeMs() : long from class alluxio.master.AlluxioMaster to public getStartTimeMs() : long from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute protected mLineageMasterJournal : ReadWriteJournal from class alluxio.master.AlluxioMaster to protected mLineageMasterJournal : ReadWriteJournal from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mMaxWorkerThreads : int from class alluxio.master.AlluxioMaster to private mMaxWorkerThreads : int from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mTransportProvider : TransportProvider from class alluxio.master.AlluxioMaster to private mTransportProvider : TransportProvider from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mStartTimeMs : long from class alluxio.master.AlluxioMaster to private mStartTimeMs : long from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute protected mFileSystemMaster : FileSystemMaster from class alluxio.master.AlluxioMaster to protected mFileSystemMaster : FileSystemMaster from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mMinWorkerThreads : int from class alluxio.master.AlluxioMaster to private mMinWorkerThreads : int from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute protected mBlockMasterJournal : ReadWriteJournal from class alluxio.master.AlluxioMaster to protected mBlockMasterJournal : ReadWriteJournal from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mMetricsServlet : MetricsServlet from class alluxio.master.AlluxioMaster to private mMetricsServlet : MetricsServlet from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute protected mLineageMaster : LineageMaster from class alluxio.master.AlluxioMaster to protected mLineageMaster : LineageMaster from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute protected mAdditionalMasters : List<Master> from class alluxio.master.AlluxioMaster to protected mAdditionalMasters : List<Master> from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mIsServing : boolean from class alluxio.master.AlluxioMaster to private mIsServing : boolean from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mPort : int from class alluxio.master.AlluxioMaster to private mPort : int from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mTServerSocket : TServerSocket from class alluxio.master.AlluxioMaster to private mTServerSocket : TServerSocket from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute protected mBlockMaster : BlockMaster from class alluxio.master.AlluxioMaster to protected mBlockMaster : BlockMaster from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute protected mFileSystemMasterJournal : ReadWriteJournal from class alluxio.master.AlluxioMaster to protected mFileSystemMasterJournal : ReadWriteJournal from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mWebServer : WebServer from class alluxio.master.AlluxioMaster to private mWebServer : WebServer from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Move Attribute private mMasterServiceServer : TServer from class alluxio.master.AlluxioMaster to private mMasterServiceServer : TServer from class alluxio.master.DefaultAlluxioMaster |
From |
To |
|
Change Attribute Type mMaster : AlluxioMaster to mMaster : AlluxioMasterService in class alluxio.master.lineage.LineageMasterClientRestApiTest |
From |
To |
|
Change Attribute Type mMaster : AlluxioMaster to mMaster : AlluxioMasterService in class alluxio.web.WebInterfaceMemoryServlet |
From |
To |
|
Change Attribute Type mMaster : AlluxioMaster to mMaster : AlluxioMasterService in class alluxio.web.WebInterfaceBrowseServlet |
From |
To |
|
Change Attribute Type mMaster : AlluxioMaster to mMaster : AlluxioMasterService in class alluxio.web.WebInterfaceDependencyServlet |
From |
To |
|
Change Attribute Type mMaster : AlluxioMaster to mMaster : AlluxioMasterService in class alluxio.master.AlluxioMasterRestServiceHandler |
From |
To |
|
Change Attribute Type mMaster : AlluxioMaster to mMaster : AlluxioMasterService in class alluxio.web.WebInterfaceGeneralServlet |
From |
To |
|
Change Attribute Type mMaster : AlluxioMaster to mMaster : AlluxioMasterService in class alluxio.master.AlluxioMasterRestServiceHandlerTest |
From |
To |
|
Change Attribute Type mAlluxioMaster : AlluxioMaster to mAlluxioMaster : AlluxioMasterService in class alluxio.master.LocalAlluxioMaster |
From |
To |