public class Topology extends LazyLoad
| Constructor and Description |
|---|
Topology(com.aliyun.odps.Topology.TopologyModel model,
String projectName,
com.aliyun.odps.rest.RestClient client) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
获取注释
|
String |
getDescription()
获取 Topology 的JSON描述文件
|
String |
getName()
获取Topology名
|
String |
getOwner()
获取Topology所属用户
|
void |
reload()
重新加载属性值
|
public Topology(com.aliyun.odps.Topology.TopologyModel model, String projectName, com.aliyun.odps.rest.RestClient client)
public void reload()
throws OdpsException
LazyLoadreload in class LazyLoadOdpsExceptionpublic String getName()
public String getComment()
public String getOwner()
public String getDescription()
Copyright © 2016 Alibaba Cloud Computing. All rights reserved.