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, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasId()
optional string id = 1;
hasId
in interface StoreTypes.ProcessSummaryOrBuilder
public String getId()
optional string id = 1;
getId
in interface StoreTypes.ProcessSummaryOrBuilder
public com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
getIdBytes
in interface StoreTypes.ProcessSummaryOrBuilder
public boolean hasHostPort()
optional string host_port = 2;
hasHostPort
in interface StoreTypes.ProcessSummaryOrBuilder
public String getHostPort()
optional string host_port = 2;
getHostPort
in interface StoreTypes.ProcessSummaryOrBuilder
public com.google.protobuf.ByteString getHostPortBytes()
optional string host_port = 2;
getHostPortBytes
in interface StoreTypes.ProcessSummaryOrBuilder
public boolean getIsActive()
bool is_active = 3;
getIsActive
in interface StoreTypes.ProcessSummaryOrBuilder
public int getTotalCores()
int32 total_cores = 4;
getTotalCores
in interface StoreTypes.ProcessSummaryOrBuilder
public long getAddTime()
int64 add_time = 5;
getAddTime
in interface StoreTypes.ProcessSummaryOrBuilder
public boolean hasRemoveTime()
optional int64 remove_time = 6;
hasRemoveTime
in interface StoreTypes.ProcessSummaryOrBuilder
public long getRemoveTime()
optional int64 remove_time = 6;
getRemoveTime
in interface StoreTypes.ProcessSummaryOrBuilder
public int getProcessLogsCount()
StoreTypes.ProcessSummaryOrBuilder
map<string, string> process_logs = 7;
getProcessLogsCount
in interface StoreTypes.ProcessSummaryOrBuilder
public 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.ProcessSummaryOrBuilder
public java.util.Map<String,String> getProcessLogsMap()
map<string, string> process_logs = 7;
getProcessLogsMap
in interface StoreTypes.ProcessSummaryOrBuilder
public String getProcessLogsOrDefault(String key, String defaultValue)
map<string, string> process_logs = 7;
getProcessLogsOrDefault
in interface StoreTypes.ProcessSummaryOrBuilder
public String getProcessLogsOrThrow(String key)
map<string, string> process_logs = 7;
getProcessLogsOrThrow
in interface StoreTypes.ProcessSummaryOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static StoreTypes.ProcessSummary parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ProcessSummary parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ProcessSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ProcessSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ProcessSummary parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ProcessSummary parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ProcessSummary parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ProcessSummary parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.ProcessSummary.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.ProcessSummary getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder