Package org.apache.spark.status.protobuf
Interface StoreTypes.ProcessSummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.ProcessSummary,StoreTypes.ProcessSummary.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.ProcessSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, string> process_logs = 7;longint64 add_time = 5;optional string host_port = 2;com.google.protobuf.ByteStringoptional string host_port = 2;getId()optional string id = 1;com.google.protobuf.ByteStringoptional string id = 1;booleanbool is_active = 3;Deprecated.intmap<string, string> process_logs = 7;map<string, string> process_logs = 7;getProcessLogsOrDefault(String key, String defaultValue) map<string, string> process_logs = 7;map<string, string> process_logs = 7;longoptional int64 remove_time = 6;intint32 total_cores = 4;booleanoptional string host_port = 2;booleanhasId()optional string id = 1;booleanoptional int64 remove_time = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()optional string id = 1;- Returns:
- Whether the id field is set.
-
getId
String getId()optional string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()optional string id = 1;- Returns:
- The bytes for id.
-
hasHostPort
boolean hasHostPort()optional string host_port = 2;- Returns:
- Whether the hostPort field is set.
-
getHostPort
String getHostPort()optional string host_port = 2;- Returns:
- The hostPort.
-
getHostPortBytes
com.google.protobuf.ByteString getHostPortBytes()optional string host_port = 2;- Returns:
- The bytes for hostPort.
-
getIsActive
boolean getIsActive()bool is_active = 3;- Returns:
- The isActive.
-
getTotalCores
int getTotalCores()int32 total_cores = 4;- Returns:
- The totalCores.
-
getAddTime
long getAddTime()int64 add_time = 5;- Returns:
- The addTime.
-
hasRemoveTime
boolean hasRemoveTime()optional int64 remove_time = 6;- Returns:
- Whether the removeTime field is set.
-
getRemoveTime
long getRemoveTime()optional int64 remove_time = 6;- Returns:
- The removeTime.
-
getProcessLogsCount
int getProcessLogsCount()map<string, string> process_logs = 7; -
containsProcessLogs
map<string, string> process_logs = 7; -
getProcessLogs
Deprecated.UsegetProcessLogsMap()instead. -
getProcessLogsMap
map<string, string> process_logs = 7; -
getProcessLogsOrDefault
map<string, string> process_logs = 7; -
getProcessLogsOrThrow
map<string, string> process_logs = 7;
-