Package org.apache.spark.status.protobuf
Class StoreTypes.RDDPartitionInfo
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.RDDPartitionInfo
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,StoreTypes.RDDPartitionInfoOrBuilder
- Enclosing class:
- StoreTypes
public static final class StoreTypes.RDDPartitionInfo
extends com.google.protobuf.GeneratedMessageV3
implements StoreTypes.RDDPartitionInfoOrBuilder
Protobuf type
org.apache.spark.status.protobuf.RDDPartitionInfo
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeorg.apache.spark.status.protobuf.RDDPartitionInfo
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
optional string block_name = 1;
com.google.protobuf.ByteString
optional string block_name = 1;
static StoreTypes.RDDPartitionInfo
static final com.google.protobuf.Descriptors.Descriptor
long
int64 disk_used = 4;
getExecutors
(int index) repeated string executors = 5;
com.google.protobuf.ByteString
getExecutorsBytes
(int index) repeated string executors = 5;
int
repeated string executors = 5;
com.google.protobuf.ProtocolStringList
repeated string executors = 5;
long
int64 memory_used = 3;
com.google.protobuf.Parser<StoreTypes.RDDPartitionInfo>
int
optional string storage_level = 2;
com.google.protobuf.ByteString
optional string storage_level = 2;
boolean
optional string block_name = 1;
int
hashCode()
boolean
optional string storage_level = 2;
final boolean
newBuilder
(StoreTypes.RDDPartitionInfo prototype) static StoreTypes.RDDPartitionInfo
parseDelimitedFrom
(InputStream input) static StoreTypes.RDDPartitionInfo
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfo
parseFrom
(byte[] data) static StoreTypes.RDDPartitionInfo
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfo
parseFrom
(com.google.protobuf.ByteString data) static StoreTypes.RDDPartitionInfo
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfo
parseFrom
(com.google.protobuf.CodedInputStream input) static StoreTypes.RDDPartitionInfo
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfo
parseFrom
(InputStream input) static StoreTypes.RDDPartitionInfo
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfo
parseFrom
(ByteBuffer data) static StoreTypes.RDDPartitionInfo
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<StoreTypes.RDDPartitionInfo>
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
-
BLOCK_NAME_FIELD_NUMBER
public static final int BLOCK_NAME_FIELD_NUMBER- See Also:
-
STORAGE_LEVEL_FIELD_NUMBER
public static final int STORAGE_LEVEL_FIELD_NUMBER- See Also:
-
MEMORY_USED_FIELD_NUMBER
public static final int MEMORY_USED_FIELD_NUMBER- See Also:
-
DISK_USED_FIELD_NUMBER
public static final int DISK_USED_FIELD_NUMBER- See Also:
-
EXECUTORS_FIELD_NUMBER
public static final int EXECUTORS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
hasBlockName
public boolean hasBlockName()optional string block_name = 1;
- Specified by:
hasBlockName
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- Whether the blockName field is set.
-
getBlockName
optional string block_name = 1;
- Specified by:
getBlockName
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- The blockName.
-
getBlockNameBytes
public com.google.protobuf.ByteString getBlockNameBytes()optional string block_name = 1;
- Specified by:
getBlockNameBytes
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- The bytes for blockName.
-
hasStorageLevel
public boolean hasStorageLevel()optional string storage_level = 2;
- Specified by:
hasStorageLevel
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- Whether the storageLevel field is set.
-
getStorageLevel
optional string storage_level = 2;
- Specified by:
getStorageLevel
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- The storageLevel.
-
getStorageLevelBytes
public com.google.protobuf.ByteString getStorageLevelBytes()optional string storage_level = 2;
- Specified by:
getStorageLevelBytes
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- The bytes for storageLevel.
-
getMemoryUsed
public long getMemoryUsed()int64 memory_used = 3;
- Specified by:
getMemoryUsed
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- The memoryUsed.
-
getDiskUsed
public long getDiskUsed()int64 disk_used = 4;
- Specified by:
getDiskUsed
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- The diskUsed.
-
getExecutorsList
public com.google.protobuf.ProtocolStringList getExecutorsList()repeated string executors = 5;
- Specified by:
getExecutorsList
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- A list containing the executors.
-
getExecutorsCount
public int getExecutorsCount()repeated string executors = 5;
- Specified by:
getExecutorsCount
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Returns:
- The count of executors.
-
getExecutors
repeated string executors = 5;
- Specified by:
getExecutors
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The executors at the given index.
-
getExecutorsBytes
public com.google.protobuf.ByteString getExecutorsBytes(int index) repeated string executors = 5;
- Specified by:
getExecutorsBytes
in interfaceStoreTypes.RDDPartitionInfoOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the executors at the given index.
-
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.RDDPartitionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.RDDPartitionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.RDDPartitionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.RDDPartitionInfo 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.RDDPartitionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.RDDPartitionInfo 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.RDDPartitionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.RDDPartitionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.RDDPartitionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.RDDPartitionInfo 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
-