public static interface StoreTypes.RDDPartitionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBlockName()
optional string block_name = 1; |
com.google.protobuf.ByteString |
getBlockNameBytes()
optional string block_name = 1; |
long |
getDiskUsed()
int64 disk_used = 4; |
String |
getExecutors(int index)
repeated string executors = 5; |
com.google.protobuf.ByteString |
getExecutorsBytes(int index)
repeated string executors = 5; |
int |
getExecutorsCount()
repeated string executors = 5; |
java.util.List<String> |
getExecutorsList()
repeated string executors = 5; |
long |
getMemoryUsed()
int64 memory_used = 3; |
String |
getStorageLevel()
optional string storage_level = 2; |
com.google.protobuf.ByteString |
getStorageLevelBytes()
optional string storage_level = 2; |
boolean |
hasBlockName()
optional string block_name = 1; |
boolean |
hasStorageLevel()
optional string storage_level = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockName()
optional string block_name = 1;
String getBlockName()
optional string block_name = 1;
com.google.protobuf.ByteString getBlockNameBytes()
optional string block_name = 1;
boolean hasStorageLevel()
optional string storage_level = 2;
String getStorageLevel()
optional string storage_level = 2;
com.google.protobuf.ByteString getStorageLevelBytes()
optional string storage_level = 2;
long getMemoryUsed()
int64 memory_used = 3;
long getDiskUsed()
int64 disk_used = 4;
java.util.List<String> getExecutorsList()
repeated string executors = 5;
int getExecutorsCount()
repeated string executors = 5;
String getExecutors(int index)
repeated string executors = 5;
index
- The index of the element to return.com.google.protobuf.ByteString getExecutorsBytes(int index)
repeated string executors = 5;
index
- The index of the value to return.