public static final class PhysicalPlans.StMgr.Builder extends com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.StMgr.Builder> implements PhysicalPlans.StMgrOrBuilder
heron.proto.system.StMgr
Modifier and Type | Method and Description |
---|---|
PhysicalPlans.StMgr |
build() |
PhysicalPlans.StMgr |
buildPartial() |
PhysicalPlans.StMgr.Builder |
clear() |
PhysicalPlans.StMgr.Builder |
clearCwd()
optional string cwd = 5; |
PhysicalPlans.StMgr.Builder |
clearDataPort()
required int32 data_port = 3; |
PhysicalPlans.StMgr.Builder |
clearHostName()
required string host_name = 2; |
PhysicalPlans.StMgr.Builder |
clearId()
required string id = 1; |
PhysicalPlans.StMgr.Builder |
clearLocalEndpoint()
required string local_endpoint = 4; |
PhysicalPlans.StMgr.Builder |
clearPid()
optional int32 pid = 6; |
PhysicalPlans.StMgr.Builder |
clearShellPort()
optional int32 shell_port = 7; |
PhysicalPlans.StMgr.Builder |
clone() |
java.lang.String |
getCwd()
optional string cwd = 5; |
com.google.protobuf.ByteString |
getCwdBytes()
optional string cwd = 5; |
int |
getDataPort()
required int32 data_port = 3; |
PhysicalPlans.StMgr |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PhysicalPlans.StMgr.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PhysicalPlans.StMgr.Builder |
mergeFrom(com.google.protobuf.Message other) |
PhysicalPlans.StMgr.Builder |
mergeFrom(PhysicalPlans.StMgr other) |
PhysicalPlans.StMgr.Builder |
setCwd(java.lang.String value)
optional string cwd = 5; |
PhysicalPlans.StMgr.Builder |
setCwdBytes(com.google.protobuf.ByteString value)
optional string cwd = 5; |
PhysicalPlans.StMgr.Builder |
setDataPort(int value)
required int32 data_port = 3; |
PhysicalPlans.StMgr.Builder |
setHostName(java.lang.String value)
required string host_name = 2; |
PhysicalPlans.StMgr.Builder |
setHostNameBytes(com.google.protobuf.ByteString value)
required string host_name = 2; |
PhysicalPlans.StMgr.Builder |
setId(java.lang.String value)
required string id = 1; |
PhysicalPlans.StMgr.Builder |
setIdBytes(com.google.protobuf.ByteString value)
required string id = 1; |
PhysicalPlans.StMgr.Builder |
setLocalEndpoint(java.lang.String value)
required string local_endpoint = 4; |
PhysicalPlans.StMgr.Builder |
setLocalEndpointBytes(com.google.protobuf.ByteString value)
required string local_endpoint = 4; |
PhysicalPlans.StMgr.Builder |
setPid(int value)
optional int32 pid = 6; |
PhysicalPlans.StMgr.Builder |
setShellPort(int value)
optional int32 shell_port = 7; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.StMgr.Builder>
public PhysicalPlans.StMgr.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.StMgr.Builder>
public PhysicalPlans.StMgr.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.StMgr.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.StMgr.Builder>
public PhysicalPlans.StMgr getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PhysicalPlans.StMgr build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PhysicalPlans.StMgr buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PhysicalPlans.StMgr.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PhysicalPlans.StMgr.Builder>
public PhysicalPlans.StMgr.Builder mergeFrom(PhysicalPlans.StMgr other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.StMgr.Builder>
public PhysicalPlans.StMgr.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PhysicalPlans.StMgr.Builder>
java.io.IOException
public boolean hasId()
required string id = 1;
hasId
in interface PhysicalPlans.StMgrOrBuilder
public java.lang.String getId()
required string id = 1;
getId
in interface PhysicalPlans.StMgrOrBuilder
public com.google.protobuf.ByteString getIdBytes()
required string id = 1;
getIdBytes
in interface PhysicalPlans.StMgrOrBuilder
public PhysicalPlans.StMgr.Builder setId(java.lang.String value)
required string id = 1;
public PhysicalPlans.StMgr.Builder clearId()
required string id = 1;
public PhysicalPlans.StMgr.Builder setIdBytes(com.google.protobuf.ByteString value)
required string id = 1;
public boolean hasHostName()
required string host_name = 2;
hasHostName
in interface PhysicalPlans.StMgrOrBuilder
public java.lang.String getHostName()
required string host_name = 2;
getHostName
in interface PhysicalPlans.StMgrOrBuilder
public com.google.protobuf.ByteString getHostNameBytes()
required string host_name = 2;
getHostNameBytes
in interface PhysicalPlans.StMgrOrBuilder
public PhysicalPlans.StMgr.Builder setHostName(java.lang.String value)
required string host_name = 2;
public PhysicalPlans.StMgr.Builder clearHostName()
required string host_name = 2;
public PhysicalPlans.StMgr.Builder setHostNameBytes(com.google.protobuf.ByteString value)
required string host_name = 2;
public boolean hasDataPort()
required int32 data_port = 3;
hasDataPort
in interface PhysicalPlans.StMgrOrBuilder
public int getDataPort()
required int32 data_port = 3;
getDataPort
in interface PhysicalPlans.StMgrOrBuilder
public PhysicalPlans.StMgr.Builder setDataPort(int value)
required int32 data_port = 3;
public PhysicalPlans.StMgr.Builder clearDataPort()
required int32 data_port = 3;
public boolean hasLocalEndpoint()
required string local_endpoint = 4;
hasLocalEndpoint
in interface PhysicalPlans.StMgrOrBuilder
public java.lang.String getLocalEndpoint()
required string local_endpoint = 4;
getLocalEndpoint
in interface PhysicalPlans.StMgrOrBuilder
public com.google.protobuf.ByteString getLocalEndpointBytes()
required string local_endpoint = 4;
getLocalEndpointBytes
in interface PhysicalPlans.StMgrOrBuilder
public PhysicalPlans.StMgr.Builder setLocalEndpoint(java.lang.String value)
required string local_endpoint = 4;
public PhysicalPlans.StMgr.Builder clearLocalEndpoint()
required string local_endpoint = 4;
public PhysicalPlans.StMgr.Builder setLocalEndpointBytes(com.google.protobuf.ByteString value)
required string local_endpoint = 4;
public boolean hasCwd()
optional string cwd = 5;
current working directory
hasCwd
in interface PhysicalPlans.StMgrOrBuilder
public java.lang.String getCwd()
optional string cwd = 5;
current working directory
getCwd
in interface PhysicalPlans.StMgrOrBuilder
public com.google.protobuf.ByteString getCwdBytes()
optional string cwd = 5;
current working directory
getCwdBytes
in interface PhysicalPlans.StMgrOrBuilder
public PhysicalPlans.StMgr.Builder setCwd(java.lang.String value)
optional string cwd = 5;
current working directory
public PhysicalPlans.StMgr.Builder clearCwd()
optional string cwd = 5;
current working directory
public PhysicalPlans.StMgr.Builder setCwdBytes(com.google.protobuf.ByteString value)
optional string cwd = 5;
current working directory
public boolean hasPid()
optional int32 pid = 6;
PID of process
hasPid
in interface PhysicalPlans.StMgrOrBuilder
public int getPid()
optional int32 pid = 6;
PID of process
getPid
in interface PhysicalPlans.StMgrOrBuilder
public PhysicalPlans.StMgr.Builder setPid(int value)
optional int32 pid = 6;
PID of process
public PhysicalPlans.StMgr.Builder clearPid()
optional int32 pid = 6;
PID of process
public 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.
hasShellPort
in interface PhysicalPlans.StMgrOrBuilder
public 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.
getShellPort
in interface PhysicalPlans.StMgrOrBuilder
public PhysicalPlans.StMgr.Builder setShellPort(int value)
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.
public PhysicalPlans.StMgr.Builder clearShellPort()
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.