Package org.apache.spark.status.protobuf
Interface StoreTypes.RDDPartitionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.RDDPartitionInfo,StoreTypes.RDDPartitionInfo.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.RDDPartitionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string block_name = 1;com.google.protobuf.ByteStringoptional string block_name = 1;longint64 disk_used = 4;getExecutors(int index) repeated string executors = 5;com.google.protobuf.ByteStringgetExecutorsBytes(int index) repeated string executors = 5;intrepeated string executors = 5;repeated string executors = 5;longint64 memory_used = 3;optional string storage_level = 2;com.google.protobuf.ByteStringoptional string storage_level = 2;booleanoptional string block_name = 1;booleanoptional string storage_level = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBlockName
boolean hasBlockName()optional string block_name = 1;- Returns:
- Whether the blockName field is set.
-
getBlockName
String getBlockName()optional string block_name = 1;- Returns:
- The blockName.
-
getBlockNameBytes
com.google.protobuf.ByteString getBlockNameBytes()optional string block_name = 1;- Returns:
- The bytes for blockName.
-
hasStorageLevel
boolean hasStorageLevel()optional string storage_level = 2;- Returns:
- Whether the storageLevel field is set.
-
getStorageLevel
String getStorageLevel()optional string storage_level = 2;- Returns:
- The storageLevel.
-
getStorageLevelBytes
com.google.protobuf.ByteString getStorageLevelBytes()optional string storage_level = 2;- Returns:
- The bytes for storageLevel.
-
getMemoryUsed
long getMemoryUsed()int64 memory_used = 3;- Returns:
- The memoryUsed.
-
getDiskUsed
long getDiskUsed()int64 disk_used = 4;- Returns:
- The diskUsed.
-
getExecutorsList
repeated string executors = 5;- Returns:
- A list containing the executors.
-
getExecutorsCount
int getExecutorsCount()repeated string executors = 5;- Returns:
- The count of executors.
-
getExecutors
repeated string executors = 5;- Parameters:
index- The index of the element to return.- Returns:
- The executors at the given index.
-
getExecutorsBytes
com.google.protobuf.ByteString getExecutorsBytes(int index) repeated string executors = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the executors at the given index.
-