Toggle navigation
Home
tachyon.master.LocalTachyonCluster to tachyon.LocalTachyonClusterResource
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
mLocalTachyonCluster.getClient()
to
mLocalTachyonCluster.get().getClient()
mLocalTachyonCluster.getMasterTachyonConf()
to
mLocalTachyonCluster.get().getMasterTachyonConf()
mLocalTachyonCluster.getWorkerTachyonConf()
to
mLocalTachyonCluster.get().getWorkerTachyonConf()
mLocalTachyonCluster.getWorker().getWorkerServiceHandler()
to
mLocalTachyonCluster.get().getWorker().getWorkerServiceHandler()
mLocalTachyonCluster.getMasterHostname()
to
mLocalTachyonCluster.get().getMasterHostname()
mLocalTachyonCluster.getMasterPort()
to
mLocalTachyonCluster.get().getMasterPort()
mLocalTachyonCluster.getClient()
to
mLocalTachyonCluster.get().getClient()