コード例 #1
0
 public SCMWebServer(SharedCacheManager scm)
     : base(typeof(Org.Apache.Hadoop.Yarn.Server.Sharedcachemanager.Webapp.SCMWebServer
                   ).FullName)
 {
     this.scm = scm;
 }
コード例 #2
0
 public SCMWebApp(SCMWebServer _enclosing, SharedCacheManager scm)
 {
     this._enclosing = _enclosing;
     this.scm        = scm;
 }
コード例 #3
0
 internal SCMOverviewBlock(SharedCacheManager scm, View.ViewContext ctx)
     : base(ctx)
 {
     this.scm = scm;
 }