publicfinalclass SlurmOrchestratorextendsGeneratedMessageV3implementsSlurmOrchestratorOrBuilder
When set in
Orchestrator,
indicates that the cluster should use Slurm as
the orchestrator.
Protobuf type google.cloud.hypercomputecluster.v1beta.SlurmOrchestrator
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEFAULT_PARTITION_FIELD_NUMBER
publicstaticfinalintDEFAULT_PARTITION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
EPILOG_BASH_SCRIPTS_FIELD_NUMBER
publicstaticfinalintEPILOG_BASH_SCRIPTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
LOGIN_NODES_FIELD_NUMBER
publicstaticfinalintLOGIN_NODES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NODE_SETS_FIELD_NUMBER
publicstaticfinalintNODE_SETS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PARTITIONS_FIELD_NUMBER
publicstaticfinalintPARTITIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PROLOG_BASH_SCRIPTS_FIELD_NUMBER
publicstaticfinalintPROLOG_BASH_SCRIPTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticSlurmOrchestratorgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticSlurmOrchestrator.BuildernewBuilder()
newBuilder(SlurmOrchestrator prototype)
publicstaticSlurmOrchestrator.BuildernewBuilder(SlurmOrchestratorprototype)
publicstaticSlurmOrchestratorparseDelimitedFrom(InputStreaminput)
publicstaticSlurmOrchestratorparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticSlurmOrchestratorparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticSlurmOrchestratorparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticSlurmOrchestratorparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticSlurmOrchestratorparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticSlurmOrchestratorparseFrom(CodedInputStreaminput)
publicstaticSlurmOrchestratorparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticSlurmOrchestratorparseFrom(InputStreaminput)
publicstaticSlurmOrchestratorparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticSlurmOrchestratorparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticSlurmOrchestratorparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<SlurmOrchestrator>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicSlurmOrchestratorgetDefaultInstanceForType()
getDefaultPartition()
publicStringgetDefaultPartition()
Optional. Default partition to use for submitted jobs that do not
explicitly specify a partition. Required if and only if there is more than
one partition, in which case it must match the id of one of the partitions.
string default_partition = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The defaultPartition.
|
getDefaultPartitionBytes()
publicByteStringgetDefaultPartitionBytes()
Optional. Default partition to use for submitted jobs that do not
explicitly specify a partition. Required if and only if there is more than
one partition, in which case it must match the id of one of the partitions.
string default_partition = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for defaultPartition.
|
getEpilogBashScripts(int index)
publicStringgetEpilogBashScripts(intindex)
Optional. Slurm epilog
scripts, which will be
executed by compute nodes whenever a node finishes running a job. Values
must not be empty.
repeated string epilog_bash_scripts = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The epilogBashScripts at the given index.
|
getEpilogBashScriptsBytes(int index)
publicByteStringgetEpilogBashScriptsBytes(intindex)
Optional. Slurm epilog
scripts, which will be
executed by compute nodes whenever a node finishes running a job. Values
must not be empty.
repeated string epilog_bash_scripts = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the epilogBashScripts at the given index.
|
getEpilogBashScriptsCount()
publicintgetEpilogBashScriptsCount()
Optional. Slurm epilog
scripts, which will be
executed by compute nodes whenever a node finishes running a job. Values
must not be empty.
repeated string epilog_bash_scripts = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The count of epilogBashScripts.
|
getEpilogBashScriptsList()
publicProtocolStringListgetEpilogBashScriptsList()
Optional. Slurm epilog
scripts, which will be
executed by compute nodes whenever a node finishes running a job. Values
must not be empty.
repeated string epilog_bash_scripts = 5 [(.google.api.field_behavior) = OPTIONAL];
getLoginNodes()
publicSlurmLoginNodesgetLoginNodes()
Required. Configuration for login nodes, which allow users to access the
cluster over SSH.
.google.cloud.hypercomputecluster.v1beta.SlurmLoginNodes login_nodes = 6 [(.google.api.field_behavior) = REQUIRED];
getLoginNodesOrBuilder()
publicSlurmLoginNodesOrBuildergetLoginNodesOrBuilder()
Required. Configuration for login nodes, which allow users to access the
cluster over SSH.
.google.cloud.hypercomputecluster.v1beta.SlurmLoginNodes login_nodes = 6 [(.google.api.field_behavior) = REQUIRED];
getNodeSets(int index)
publicSlurmNodeSetgetNodeSets(intindex)
Required. Configuration of Slurm nodesets, which define groups of compute
resources that can be used by Slurm. At least one compute node is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmNodeSet node_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getNodeSetsCount()
publicintgetNodeSetsCount()
Required. Configuration of Slurm nodesets, which define groups of compute
resources that can be used by Slurm. At least one compute node is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmNodeSet node_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
getNodeSetsList()
publicList<SlurmNodeSet>getNodeSetsList()
Required. Configuration of Slurm nodesets, which define groups of compute
resources that can be used by Slurm. At least one compute node is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmNodeSet node_sets = 1 [(.google.api.field_behavior) = REQUIRED];
getNodeSetsOrBuilder(int index)
publicSlurmNodeSetOrBuildergetNodeSetsOrBuilder(intindex)
Required. Configuration of Slurm nodesets, which define groups of compute
resources that can be used by Slurm. At least one compute node is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmNodeSet node_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getNodeSetsOrBuilderList()
publicList<?extendsSlurmNodeSetOrBuilder>getNodeSetsOrBuilderList()
Required. Configuration of Slurm nodesets, which define groups of compute
resources that can be used by Slurm. At least one compute node is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmNodeSet node_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.hypercomputecluster.v1beta.SlurmNodeSetOrBuilder> |
getParserForType()
publicParser<SlurmOrchestrator>getParserForType()
Overrides
getPartitions(int index)
publicSlurmPartitiongetPartitions(intindex)
Required. Configuration of Slurm partitions, which group one or more
nodesets. Acts as a queue against which jobs can be submitted. At least one
partition is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmPartition partitions = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getPartitionsCount()
publicintgetPartitionsCount()
Required. Configuration of Slurm partitions, which group one or more
nodesets. Acts as a queue against which jobs can be submitted. At least one
partition is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmPartition partitions = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
getPartitionsList()
publicList<SlurmPartition>getPartitionsList()
Required. Configuration of Slurm partitions, which group one or more
nodesets. Acts as a queue against which jobs can be submitted. At least one
partition is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmPartition partitions = 2 [(.google.api.field_behavior) = REQUIRED];
getPartitionsOrBuilder(int index)
publicSlurmPartitionOrBuildergetPartitionsOrBuilder(intindex)
Required. Configuration of Slurm partitions, which group one or more
nodesets. Acts as a queue against which jobs can be submitted. At least one
partition is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmPartition partitions = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getPartitionsOrBuilderList()
publicList<?extendsSlurmPartitionOrBuilder>getPartitionsOrBuilderList()
Required. Configuration of Slurm partitions, which group one or more
nodesets. Acts as a queue against which jobs can be submitted. At least one
partition is required.
repeated .google.cloud.hypercomputecluster.v1beta.SlurmPartition partitions = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.hypercomputecluster.v1beta.SlurmPartitionOrBuilder> |
getPrologBashScripts(int index)
publicStringgetPrologBashScripts(intindex)
Optional. Slurm prolog
scripts, which will be
executed by compute nodes before a node begins running a new job. Values
must not be empty.
repeated string prolog_bash_scripts = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The prologBashScripts at the given index.
|
getPrologBashScriptsBytes(int index)
publicByteStringgetPrologBashScriptsBytes(intindex)
Optional. Slurm prolog
scripts, which will be
executed by compute nodes before a node begins running a new job. Values
must not be empty.
repeated string prolog_bash_scripts = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the prologBashScripts at the given index.
|
getPrologBashScriptsCount()
publicintgetPrologBashScriptsCount()
Optional. Slurm prolog
scripts, which will be
executed by compute nodes before a node begins running a new job. Values
must not be empty.
repeated string prolog_bash_scripts = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The count of prologBashScripts.
|
getPrologBashScriptsList()
publicProtocolStringListgetPrologBashScriptsList()
Optional. Slurm prolog
scripts, which will be
executed by compute nodes before a node begins running a new job. Values
must not be empty.
repeated string prolog_bash_scripts = 4 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasLoginNodes()
publicbooleanhasLoginNodes()
Required. Configuration for login nodes, which allow users to access the
cluster over SSH.
.google.cloud.hypercomputecluster.v1beta.SlurmLoginNodes login_nodes = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the loginNodes field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicSlurmOrchestrator.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedSlurmOrchestrator.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicSlurmOrchestrator.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides