public class StreamJob extends LazyLoad
| 构造器和说明 |
|---|
StreamJob(com.aliyun.odps.StreamJob.StreamJobModel model,
String projectName,
com.aliyun.odps.rest.RestClient client) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCPUBind() |
Date |
getCreateTime() |
String |
getName()
获取StreamJob名
|
String |
getOwner()
获取StreamJob所属用户
|
String |
getStatus() |
int |
getWorkerNum() |
void |
reload()
重新加载属性值
|
public StreamJob(com.aliyun.odps.StreamJob.StreamJobModel model, String projectName, com.aliyun.odps.rest.RestClient client)
public void reload()
throws OdpsException
LazyLoadreload 在类中 LazyLoadOdpsExceptionpublic String getName()
public String getStatus()
public int getCPUBind()
public String getOwner()
public int getWorkerNum()
public Date getCreateTime()
Copyright © 2015 Alibaba Cloud Computing. All rights reserved.