public static interface ClientRuntimeProtocol.JobSubmissionProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration()
required string configuration = 5; |
com.google.protobuf.ByteString |
getConfigurationBytes()
required string configuration = 5; |
int |
getDriverMemory()
optional int32 driver_memory = 8; |
ReefServiceProtos.FileResourceProto |
getGlobalFile(int index)
repeated .FileResourceProto global_file = 11; |
int |
getGlobalFileCount()
repeated .FileResourceProto global_file = 11; |
List<ReefServiceProtos.FileResourceProto> |
getGlobalFileList()
repeated .FileResourceProto global_file = 11; |
ReefServiceProtos.FileResourceProtoOrBuilder |
getGlobalFileOrBuilder(int index)
repeated .FileResourceProto global_file = 11; |
List<? extends ReefServiceProtos.FileResourceProtoOrBuilder> |
getGlobalFileOrBuilderList()
repeated .FileResourceProto global_file = 11; |
String |
getIdentifier()
required string identifier = 1; |
com.google.protobuf.ByteString |
getIdentifierBytes()
required string identifier = 1; |
ReefServiceProtos.FileResourceProto |
getLocalFile(int index)
repeated .FileResourceProto local_File = 12; |
int |
getLocalFileCount()
repeated .FileResourceProto local_File = 12; |
List<ReefServiceProtos.FileResourceProto> |
getLocalFileList()
repeated .FileResourceProto local_File = 12; |
ReefServiceProtos.FileResourceProtoOrBuilder |
getLocalFileOrBuilder(int index)
repeated .FileResourceProto local_File = 12; |
List<? extends ReefServiceProtos.FileResourceProtoOrBuilder> |
getLocalFileOrBuilderList()
repeated .FileResourceProto local_File = 12; |
int |
getPriority()
optional int32 priority = 9; |
String |
getQueue()
optional string queue = 10; |
com.google.protobuf.ByteString |
getQueueBytes()
optional string queue = 10; |
String |
getRemoteId()
required string remote_id = 2; |
com.google.protobuf.ByteString |
getRemoteIdBytes()
required string remote_id = 2; |
String |
getUserName()
required string user_name = 6; |
com.google.protobuf.ByteString |
getUserNameBytes()
required string user_name = 6; |
boolean |
hasConfiguration()
required string configuration = 5; |
boolean |
hasDriverMemory()
optional int32 driver_memory = 8; |
boolean |
hasIdentifier()
required string identifier = 1; |
boolean |
hasPriority()
optional int32 priority = 9; |
boolean |
hasQueue()
optional string queue = 10; |
boolean |
hasRemoteId()
required string remote_id = 2; |
boolean |
hasUserName()
required string user_name = 6; |
boolean hasIdentifier()
required string identifier = 1;
the job identifier
String getIdentifier()
required string identifier = 1;
the job identifier
com.google.protobuf.ByteString getIdentifierBytes()
required string identifier = 1;
the job identifier
boolean hasRemoteId()
required string remote_id = 2;
the remote identifier
String getRemoteId()
required string remote_id = 2;
the remote identifier
com.google.protobuf.ByteString getRemoteIdBytes()
required string remote_id = 2;
the remote identifier
boolean hasConfiguration()
required string configuration = 5;
the runtime configuration
String getConfiguration()
required string configuration = 5;
the runtime configuration
com.google.protobuf.ByteString getConfigurationBytes()
required string configuration = 5;
the runtime configuration
boolean hasUserName()
required string user_name = 6;
the user name
String getUserName()
required string user_name = 6;
the user name
com.google.protobuf.ByteString getUserNameBytes()
required string user_name = 6;
the user name
boolean hasDriverMemory()
optional int32 driver_memory = 8;
optional SIZE driver_size = 7; // Removed in REEF 0.3 in favor of driver_memory below.
int getDriverMemory()
optional int32 driver_memory = 8;
optional SIZE driver_size = 7; // Removed in REEF 0.3 in favor of driver_memory below.
boolean hasPriority()
optional int32 priority = 9;int getPriority()
optional int32 priority = 9;boolean hasQueue()
optional string queue = 10;com.google.protobuf.ByteString getQueueBytes()
optional string queue = 10;List<ReefServiceProtos.FileResourceProto> getGlobalFileList()
repeated .FileResourceProto global_file = 11;
files that should be placed on the driver and all subsequent evaluators
ReefServiceProtos.FileResourceProto getGlobalFile(int index)
repeated .FileResourceProto global_file = 11;
files that should be placed on the driver and all subsequent evaluators
int getGlobalFileCount()
repeated .FileResourceProto global_file = 11;
files that should be placed on the driver and all subsequent evaluators
List<? extends ReefServiceProtos.FileResourceProtoOrBuilder> getGlobalFileOrBuilderList()
repeated .FileResourceProto global_file = 11;
files that should be placed on the driver and all subsequent evaluators
ReefServiceProtos.FileResourceProtoOrBuilder getGlobalFileOrBuilder(int index)
repeated .FileResourceProto global_file = 11;
files that should be placed on the driver and all subsequent evaluators
List<ReefServiceProtos.FileResourceProto> getLocalFileList()
repeated .FileResourceProto local_File = 12;
files that should be placed on the driver only
ReefServiceProtos.FileResourceProto getLocalFile(int index)
repeated .FileResourceProto local_File = 12;
files that should be placed on the driver only
int getLocalFileCount()
repeated .FileResourceProto local_File = 12;
files that should be placed on the driver only
List<? extends ReefServiceProtos.FileResourceProtoOrBuilder> getLocalFileOrBuilderList()
repeated .FileResourceProto local_File = 12;
files that should be placed on the driver only
ReefServiceProtos.FileResourceProtoOrBuilder getLocalFileOrBuilder(int index)
repeated .FileResourceProto local_File = 12;
files that should be placed on the driver only
Copyright © 2015 The Apache Software Foundation. All rights reserved.