Package org.apache.spark.status.protobuf
Interface StoreTypes.RDDStorageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.RDDStorageInfo,StoreTypes.RDDStorageInfo.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.RDDStorageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDataDistribution(int index) repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8;intrepeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8;repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8;getDataDistributionOrBuilder(int index) repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8;List<? extends StoreTypes.RDDDataDistributionOrBuilder>repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8;longint64 disk_used = 7;intgetId()int32 id = 1;longint64 memory_used = 6;getName()optional string name = 2;com.google.protobuf.ByteStringoptional string name = 2;intint32 num_cached_partitions = 4;intint32 num_partitions = 3;getPartitions(int index) repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9;intrepeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9;repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9;getPartitionsOrBuilder(int index) repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9;List<? extends StoreTypes.RDDPartitionInfoOrBuilder>repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9;optional string storage_level = 5;com.google.protobuf.ByteStringoptional string storage_level = 5;booleanhasName()optional string name = 2;booleanoptional string storage_level = 5;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
-
getId
int getId()int32 id = 1;- Returns:
- The id.
-
hasName
boolean hasName()optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;- Returns:
- The bytes for name.
-
getNumPartitions
int getNumPartitions()int32 num_partitions = 3;- Returns:
- The numPartitions.
-
getNumCachedPartitions
int getNumCachedPartitions()int32 num_cached_partitions = 4;- Returns:
- The numCachedPartitions.
-
hasStorageLevel
boolean hasStorageLevel()optional string storage_level = 5;- Returns:
- Whether the storageLevel field is set.
-
getStorageLevel
String getStorageLevel()optional string storage_level = 5;- Returns:
- The storageLevel.
-
getStorageLevelBytes
com.google.protobuf.ByteString getStorageLevelBytes()optional string storage_level = 5;- Returns:
- The bytes for storageLevel.
-
getMemoryUsed
long getMemoryUsed()int64 memory_used = 6;- Returns:
- The memoryUsed.
-
getDiskUsed
long getDiskUsed()int64 disk_used = 7;- Returns:
- The diskUsed.
-
getDataDistributionList
List<StoreTypes.RDDDataDistribution> getDataDistributionList()repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8; -
getDataDistribution
repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8; -
getDataDistributionCount
int getDataDistributionCount()repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8; -
getDataDistributionOrBuilderList
List<? extends StoreTypes.RDDDataDistributionOrBuilder> getDataDistributionOrBuilderList()repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8; -
getDataDistributionOrBuilder
repeated .org.apache.spark.status.protobuf.RDDDataDistribution data_distribution = 8; -
getPartitionsList
List<StoreTypes.RDDPartitionInfo> getPartitionsList()repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9; -
getPartitions
repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9; -
getPartitionsCount
int getPartitionsCount()repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9; -
getPartitionsOrBuilderList
List<? extends StoreTypes.RDDPartitionInfoOrBuilder> getPartitionsOrBuilderList()repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9; -
getPartitionsOrBuilder
repeated .org.apache.spark.status.protobuf.RDDPartitionInfo partitions = 9;
-