Module com.powsybl.computation.mpi
Interface Messages.TaskResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.TaskResult
,Messages.TaskResult.Builder
- Enclosing class:
- Messages
public static interface Messages.TaskResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
getCommandDuration
(int index) in msint
in msin msint
required int32 exitCode = 1;
getOutputFile
(int index) repeated .messages.TaskResult.OutputFile outputFile = 5;
int
repeated .messages.TaskResult.OutputFile outputFile = 5;
repeated .messages.TaskResult.OutputFile outputFile = 5;
getOutputFileOrBuilder
(int index) repeated .messages.TaskResult.OutputFile outputFile = 5;
List<? extends Messages.TaskResult.OutputFileOrBuilder>
repeated .messages.TaskResult.OutputFile outputFile = 5;
long
in mslong
in bytesboolean
required int32 exitCode = 1;
boolean
in msboolean
in bytesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExitCode
boolean hasExitCode()required int32 exitCode = 1;
-
getExitCode
int getExitCode()required int32 exitCode = 1;
-
hasTaskDuration
boolean hasTaskDuration()in ms
required int64 taskDuration = 2;
-
getTaskDuration
long getTaskDuration()in ms
required int64 taskDuration = 2;
-
getCommandDurationList
in ms
repeated int64 commandDuration = 3;
-
getCommandDurationCount
int getCommandDurationCount()in ms
repeated int64 commandDuration = 3;
-
getCommandDuration
long getCommandDuration(int index) in ms
repeated int64 commandDuration = 3;
-
hasWorkingDataSize
boolean hasWorkingDataSize()in bytes
required int64 workingDataSize = 4;
-
getWorkingDataSize
long getWorkingDataSize()in bytes
required int64 workingDataSize = 4;
-
getOutputFileList
List<Messages.TaskResult.OutputFile> getOutputFileList()repeated .messages.TaskResult.OutputFile outputFile = 5;
-
getOutputFile
repeated .messages.TaskResult.OutputFile outputFile = 5;
-
getOutputFileCount
int getOutputFileCount()repeated .messages.TaskResult.OutputFile outputFile = 5;
-
getOutputFileOrBuilderList
List<? extends Messages.TaskResult.OutputFileOrBuilder> getOutputFileOrBuilderList()repeated .messages.TaskResult.OutputFile outputFile = 5;
-
getOutputFileOrBuilder
repeated .messages.TaskResult.OutputFile outputFile = 5;
-