Package org.apache.spark.status.protobuf
Class StoreTypes.ProcessSummary
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.ProcessSummary
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,StoreTypes.ProcessSummaryOrBuilder
- Enclosing class:
- StoreTypes
public static final class StoreTypes.ProcessSummary
extends com.google.protobuf.GeneratedMessageV3
implements StoreTypes.ProcessSummaryOrBuilder
Protobuf type
org.apache.spark.status.protobuf.ProcessSummary
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeorg.apache.spark.status.protobuf.ProcessSummary
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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 -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, string> process_logs = 7;
boolean
long
int64 add_time = 5;
static StoreTypes.ProcessSummary
static final com.google.protobuf.Descriptors.Descriptor
optional string host_port = 2;
com.google.protobuf.ByteString
optional string host_port = 2;
getId()
optional string id = 1;
com.google.protobuf.ByteString
optional string id = 1;
boolean
bool is_active = 3;
com.google.protobuf.Parser<StoreTypes.ProcessSummary>
Deprecated.int
map<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;
long
optional int64 remove_time = 6;
int
int
int32 total_cores = 4;
int
hashCode()
boolean
optional string host_port = 2;
boolean
hasId()
optional string id = 1;
boolean
optional int64 remove_time = 6;
final boolean
newBuilder
(StoreTypes.ProcessSummary prototype) static StoreTypes.ProcessSummary
parseDelimitedFrom
(InputStream input) static StoreTypes.ProcessSummary
parseDelimitedFrom
(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
(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
(InputStream input) static StoreTypes.ProcessSummary
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.ProcessSummary
parseFrom
(ByteBuffer data) static StoreTypes.ProcessSummary
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<StoreTypes.ProcessSummary>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER- See Also:
-
HOST_PORT_FIELD_NUMBER
public static final int HOST_PORT_FIELD_NUMBER- See Also:
-
IS_ACTIVE_FIELD_NUMBER
public static final int IS_ACTIVE_FIELD_NUMBER- See Also:
-
TOTAL_CORES_FIELD_NUMBER
public static final int TOTAL_CORES_FIELD_NUMBER- See Also:
-
ADD_TIME_FIELD_NUMBER
public static final int ADD_TIME_FIELD_NUMBER- See Also:
-
REMOVE_TIME_FIELD_NUMBER
public static final int REMOVE_TIME_FIELD_NUMBER- See Also:
-
PROCESS_LOGS_FIELD_NUMBER
public static final int PROCESS_LOGS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
hasId
public boolean hasId()optional string id = 1;
- Specified by:
hasId
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- Whether the id field is set.
-
getId
optional string id = 1;
- Specified by:
getId
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()optional string id = 1;
- Specified by:
getIdBytes
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- The bytes for id.
-
hasHostPort
public boolean hasHostPort()optional string host_port = 2;
- Specified by:
hasHostPort
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- Whether the hostPort field is set.
-
getHostPort
optional string host_port = 2;
- Specified by:
getHostPort
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- The hostPort.
-
getHostPortBytes
public com.google.protobuf.ByteString getHostPortBytes()optional string host_port = 2;
- Specified by:
getHostPortBytes
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- The bytes for hostPort.
-
getIsActive
public boolean getIsActive()bool is_active = 3;
- Specified by:
getIsActive
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- The isActive.
-
getTotalCores
public int getTotalCores()int32 total_cores = 4;
- Specified by:
getTotalCores
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- The totalCores.
-
getAddTime
public long getAddTime()int64 add_time = 5;
- Specified by:
getAddTime
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- The addTime.
-
hasRemoveTime
public boolean hasRemoveTime()optional int64 remove_time = 6;
- Specified by:
hasRemoveTime
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- Whether the removeTime field is set.
-
getRemoveTime
public long getRemoveTime()optional int64 remove_time = 6;
- Specified by:
getRemoveTime
in interfaceStoreTypes.ProcessSummaryOrBuilder
- Returns:
- The removeTime.
-
getProcessLogsCount
public int getProcessLogsCount()Description copied from interface:StoreTypes.ProcessSummaryOrBuilder
map<string, string> process_logs = 7;
- Specified by:
getProcessLogsCount
in interfaceStoreTypes.ProcessSummaryOrBuilder
-
containsProcessLogs
map<string, string> process_logs = 7;
- Specified by:
containsProcessLogs
in interfaceStoreTypes.ProcessSummaryOrBuilder
-
getProcessLogs
Deprecated.UsegetProcessLogsMap()
instead.- Specified by:
getProcessLogs
in interfaceStoreTypes.ProcessSummaryOrBuilder
-
getProcessLogsMap
map<string, string> process_logs = 7;
- Specified by:
getProcessLogsMap
in interfaceStoreTypes.ProcessSummaryOrBuilder
-
getProcessLogsOrDefault
map<string, string> process_logs = 7;
- Specified by:
getProcessLogsOrDefault
in interfaceStoreTypes.ProcessSummaryOrBuilder
-
getProcessLogsOrThrow
map<string, string> process_logs = 7;
- Specified by:
getProcessLogsOrThrow
in interfaceStoreTypes.ProcessSummaryOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ProcessSummary parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ProcessSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-