Package org.apache.spark.status.protobuf
Class StoreTypes.RDDPartitionInfo
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
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.GeneratedMessage
implements StoreTypes.RDDPartitionInfoOrBuilder
Protobuf type
org.apache.spark.status.protobuf.RDDPartitionInfo- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeorg.apache.spark.status.protobuf.RDDPartitionInfoNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionbooleanoptional string block_name = 1;com.google.protobuf.ByteStringoptional string block_name = 1;static StoreTypes.RDDPartitionInfostatic final com.google.protobuf.Descriptors.Descriptorlongint64 disk_used = 4;getExecutors(int index) repeated string executors = 5;com.google.protobuf.ByteStringgetExecutorsBytes(int index) repeated string executors = 5;intrepeated string executors = 5;com.google.protobuf.ProtocolStringListrepeated string executors = 5;longint64 memory_used = 3;com.google.protobuf.Parser<StoreTypes.RDDPartitionInfo>intoptional string storage_level = 2;com.google.protobuf.ByteStringoptional string storage_level = 2;booleanoptional string block_name = 1;inthashCode()booleanoptional string storage_level = 2;final booleannewBuilder(StoreTypes.RDDPartitionInfo prototype) static StoreTypes.RDDPartitionInfoparseDelimitedFrom(InputStream input) static StoreTypes.RDDPartitionInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfoparseFrom(byte[] data) static StoreTypes.RDDPartitionInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfoparseFrom(com.google.protobuf.ByteString data) static StoreTypes.RDDPartitionInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfoparseFrom(com.google.protobuf.CodedInputStream input) static StoreTypes.RDDPartitionInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfoparseFrom(InputStream input) static StoreTypes.RDDPartitionInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreTypes.RDDPartitionInfoparseFrom(ByteBuffer data) static StoreTypes.RDDPartitionInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<StoreTypes.RDDPartitionInfo>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods 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:
hasBlockNamein interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- Whether the blockName field is set.
-
getBlockName
optional string block_name = 1;- Specified by:
getBlockNamein interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- The blockName.
-
getBlockNameBytes
public com.google.protobuf.ByteString getBlockNameBytes()optional string block_name = 1;- Specified by:
getBlockNameBytesin interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- The bytes for blockName.
-
hasStorageLevel
public boolean hasStorageLevel()optional string storage_level = 2;- Specified by:
hasStorageLevelin interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- Whether the storageLevel field is set.
-
getStorageLevel
optional string storage_level = 2;- Specified by:
getStorageLevelin interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- The storageLevel.
-
getStorageLevelBytes
public com.google.protobuf.ByteString getStorageLevelBytes()optional string storage_level = 2;- Specified by:
getStorageLevelBytesin interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- The bytes for storageLevel.
-
getMemoryUsed
public long getMemoryUsed()int64 memory_used = 3;- Specified by:
getMemoryUsedin interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- The memoryUsed.
-
getDiskUsed
public long getDiskUsed()int64 disk_used = 4;- Specified by:
getDiskUsedin interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- The diskUsed.
-
getExecutorsList
public com.google.protobuf.ProtocolStringList getExecutorsList()repeated string executors = 5;- Specified by:
getExecutorsListin interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- A list containing the executors.
-
getExecutorsCount
public int getExecutorsCount()repeated string executors = 5;- Specified by:
getExecutorsCountin interfaceStoreTypes.RDDPartitionInfoOrBuilder- Returns:
- The count of executors.
-
getExecutors
repeated string executors = 5;- Specified by:
getExecutorsin 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:
getExecutorsBytesin 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:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein 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:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-