public static interface PhysicalPlans.StMgrOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCwd()
optional string cwd = 5; |
com.google.protobuf.ByteString |
getCwdBytes()
optional string cwd = 5; |
int |
getDataPort()
required int32 data_port = 3; |
java.lang.String |
getHostName()
required string host_name = 2; |
com.google.protobuf.ByteString |
getHostNameBytes()
required string host_name = 2; |
java.lang.String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
java.lang.String |
getLocalEndpoint()
required string local_endpoint = 4; |
com.google.protobuf.ByteString |
getLocalEndpointBytes()
required string local_endpoint = 4; |
int |
getPid()
optional int32 pid = 6; |
int |
getShellPort()
optional int32 shell_port = 7; |
boolean |
hasCwd()
optional string cwd = 5; |
boolean |
hasDataPort()
required int32 data_port = 3; |
boolean |
hasHostName()
required string host_name = 2; |
boolean |
hasId()
required string id = 1; |
boolean |
hasLocalEndpoint()
required string local_endpoint = 4; |
boolean |
hasPid()
optional int32 pid = 6; |
boolean |
hasShellPort()
optional int32 shell_port = 7; |
boolean hasId()
required string id = 1;
java.lang.String getId()
required string id = 1;
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
boolean hasHostName()
required string host_name = 2;
java.lang.String getHostName()
required string host_name = 2;
com.google.protobuf.ByteString getHostNameBytes()
required string host_name = 2;
boolean hasDataPort()
required int32 data_port = 3;
int getDataPort()
required int32 data_port = 3;
boolean hasLocalEndpoint()
required string local_endpoint = 4;
java.lang.String getLocalEndpoint()
required string local_endpoint = 4;
com.google.protobuf.ByteString getLocalEndpointBytes()
required string local_endpoint = 4;
boolean hasCwd()
optional string cwd = 5;
current working directory
java.lang.String getCwd()
optional string cwd = 5;
current working directory
com.google.protobuf.ByteString getCwdBytes()
optional string cwd = 5;
current working directory
boolean hasPid()
optional int32 pid = 6;
PID of process
int getPid()
optional int32 pid = 6;
PID of process
boolean hasShellPort()
optional int32 shell_port = 7;
Http port to connect to heron-shell. The port is not used by stmgr itself, except to pass it on to tmaster to be included in pplan.
int getShellPort()
optional int32 shell_port = 7;
Http port to connect to heron-shell. The port is not used by stmgr itself, except to pass it on to tmaster to be included in pplan.