public static final class StoreTypes.ProcessSummary extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.ProcessSummaryOrBuilder
org.apache.spark.status.protobuf.ProcessSummary| Modifier and Type | Class and Description |
|---|---|
static class |
StoreTypes.ProcessSummary.Builder
Protobuf type
org.apache.spark.status.protobuf.ProcessSummary |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_TIME_FIELD_NUMBER |
static int |
HOST_PORT_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
IS_ACTIVE_FIELD_NUMBER |
static int |
PROCESS_LOGS_FIELD_NUMBER |
static int |
REMOVE_TIME_FIELD_NUMBER |
static int |
TOTAL_CORES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProcessLogs(String key)
map<string, string> process_logs = 7; |
boolean |
equals(Object obj) |
long |
getAddTime()
int64 add_time = 5; |
static StoreTypes.ProcessSummary |
getDefaultInstance() |
StoreTypes.ProcessSummary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHostPort()
optional string host_port = 2; |
com.google.protobuf.ByteString |
getHostPortBytes()
optional string host_port = 2; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
boolean |
getIsActive()
bool is_active = 3; |
com.google.protobuf.Parser<StoreTypes.ProcessSummary> |
getParserForType() |
java.util.Map<String,String> |
getProcessLogs()
Deprecated.
|
int |
getProcessLogsCount()
map<string, string> process_logs = 7; |
java.util.Map<String,String> |
getProcessLogsMap()
map<string, string> process_logs = 7; |
String |
getProcessLogsOrDefault(String key,
String defaultValue)
map<string, string> process_logs = 7; |
String |
getProcessLogsOrThrow(String key)
map<string, string> process_logs = 7; |
long |
getRemoveTime()
optional int64 remove_time = 6; |
int |
getSerializedSize() |
int |
getTotalCores()
int32 total_cores = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasHostPort()
optional string host_port = 2; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasRemoveTime()
optional int64 remove_time = 6; |
boolean |
isInitialized() |
static StoreTypes.ProcessSummary.Builder |
newBuilder() |
static StoreTypes.ProcessSummary.Builder |
newBuilder(StoreTypes.ProcessSummary prototype) |
StoreTypes.ProcessSummary.Builder |
newBuilderForType() |
static StoreTypes.ProcessSummary |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.ProcessSummary |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ProcessSummary |
parseFrom(byte[] data) |
static StoreTypes.ProcessSummary |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ProcessSummary |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.ProcessSummary |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ProcessSummary |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.ProcessSummary |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ProcessSummary |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.ProcessSummary |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ProcessSummary |
parseFrom(java.io.InputStream input) |
static StoreTypes.ProcessSummary |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.ProcessSummary> |
parser() |
StoreTypes.ProcessSummary.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ID_FIELD_NUMBER
public static final int HOST_PORT_FIELD_NUMBER
public static final int IS_ACTIVE_FIELD_NUMBER
public static final int TOTAL_CORES_FIELD_NUMBER
public static final int ADD_TIME_FIELD_NUMBER
public static final int REMOVE_TIME_FIELD_NUMBER
public static final int PROCESS_LOGS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasId()
optional string id = 1;hasId in interface StoreTypes.ProcessSummaryOrBuilderpublic String getId()
optional string id = 1;getId in interface StoreTypes.ProcessSummaryOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
optional string id = 1;getIdBytes in interface StoreTypes.ProcessSummaryOrBuilderpublic boolean hasHostPort()
optional string host_port = 2;hasHostPort in interface StoreTypes.ProcessSummaryOrBuilderpublic String getHostPort()
optional string host_port = 2;getHostPort in interface StoreTypes.ProcessSummaryOrBuilderpublic com.google.protobuf.ByteString getHostPortBytes()
optional string host_port = 2;getHostPortBytes in interface StoreTypes.ProcessSummaryOrBuilderpublic boolean getIsActive()
bool is_active = 3;getIsActive in interface StoreTypes.ProcessSummaryOrBuilderpublic int getTotalCores()
int32 total_cores = 4;getTotalCores in interface StoreTypes.ProcessSummaryOrBuilderpublic long getAddTime()
int64 add_time = 5;getAddTime in interface StoreTypes.ProcessSummaryOrBuilderpublic boolean hasRemoveTime()
optional int64 remove_time = 6;hasRemoveTime in interface StoreTypes.ProcessSummaryOrBuilderpublic long getRemoveTime()
optional int64 remove_time = 6;getRemoveTime in interface StoreTypes.ProcessSummaryOrBuilderpublic int getProcessLogsCount()
StoreTypes.ProcessSummaryOrBuildermap<string, string> process_logs = 7;getProcessLogsCount in interface StoreTypes.ProcessSummaryOrBuilderpublic boolean containsProcessLogs(String key)
map<string, string> process_logs = 7;containsProcessLogs in interface StoreTypes.ProcessSummaryOrBuilder@Deprecated public java.util.Map<String,String> getProcessLogs()
getProcessLogsMap() instead.getProcessLogs in interface StoreTypes.ProcessSummaryOrBuilderpublic java.util.Map<String,String> getProcessLogsMap()
map<string, string> process_logs = 7;getProcessLogsMap in interface StoreTypes.ProcessSummaryOrBuilderpublic String getProcessLogsOrDefault(String key,
String defaultValue)
map<string, string> process_logs = 7;getProcessLogsOrDefault in interface StoreTypes.ProcessSummaryOrBuilderpublic String getProcessLogsOrThrow(String key)
map<string, string> process_logs = 7;getProcessLogsOrThrow in interface StoreTypes.ProcessSummaryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StoreTypes.ProcessSummary parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ProcessSummary parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ProcessSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ProcessSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ProcessSummary parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ProcessSummary parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ProcessSummary parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ProcessSummary parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.ProcessSummary.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoreTypes.ProcessSummary.Builder newBuilder()
public static StoreTypes.ProcessSummary.Builder newBuilder(StoreTypes.ProcessSummary prototype)
public StoreTypes.ProcessSummary.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static StoreTypes.ProcessSummary getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.ProcessSummary> parser()
public com.google.protobuf.Parser<StoreTypes.ProcessSummary> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.ProcessSummary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder