Toggle navigation
Home
tachyon.client.lineage.LineageMasterClient to tachyon.client.file.FileSystemMasterClient
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
LineageMasterClient
to
FileSystemMasterClient
Rename Variable
mLineageMasterWorkerClient
to
mFileSystemMasterWorkerClient
mLineageMasterWorkerClient
to
mFileSystemMasterWorkerClient
mLineageMasterWorkerClient
to
mFileSystemMasterWorkerClient
Cascading Type Change (Different)
LineageWorkerMasterSyncExecutor
to
FileWorkerMasterSyncExecutor
Add or Remove Method invocation
getExecutorService().submit(new HeartbeatThread(HeartbeatContext.WORKER_LINEAGE_SYNC,new FileWorkerMasterSyncExecutor(mLineageDataManager,mLineageMasterWorkerClient),mTachyonConf.getInt(Constants.WORKER_LINEAGE_HEARTBEAT_INTERVAL_MS)))
to
getExecutorService().submit(new HeartbeatThread(HeartbeatContext.WORKER_LINEAGE_SYNC,new FileWorkerMasterSyncExecutor(mFileDataManager,mFileSystemMasterWorkerClient),mTachyonConf.getInt(Constants.WORKER_LINEAGE_HEARTBEAT_INTERVAL_MS)))