Package org.apache.spark.status.protobuf
Interface StoreTypes.StreamBlockDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.StreamBlockData,StoreTypes.StreamBlockData.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.StreamBlockDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool deserialized = 7;longint64 disk_size = 9;optional string executor_id = 2;com.google.protobuf.ByteStringoptional string executor_id = 2;optional string host_port = 3;com.google.protobuf.ByteStringoptional string host_port = 3;longint64 mem_size = 8;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;optional string storage_level = 4;com.google.protobuf.ByteStringoptional string storage_level = 4;booleanbool use_disk = 6;booleanbool use_memory = 5;booleanoptional string executor_id = 2;booleanoptional string host_port = 3;booleanhasName()optional string name = 1;booleanoptional string storage_level = 4;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
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
hasExecutorId
boolean hasExecutorId()optional string executor_id = 2;- Returns:
- Whether the executorId field is set.
-
getExecutorId
String getExecutorId()optional string executor_id = 2;- Returns:
- The executorId.
-
getExecutorIdBytes
com.google.protobuf.ByteString getExecutorIdBytes()optional string executor_id = 2;- Returns:
- The bytes for executorId.
-
hasHostPort
boolean hasHostPort()optional string host_port = 3;- Returns:
- Whether the hostPort field is set.
-
getHostPort
String getHostPort()optional string host_port = 3;- Returns:
- The hostPort.
-
getHostPortBytes
com.google.protobuf.ByteString getHostPortBytes()optional string host_port = 3;- Returns:
- The bytes for hostPort.
-
hasStorageLevel
boolean hasStorageLevel()optional string storage_level = 4;- Returns:
- Whether the storageLevel field is set.
-
getStorageLevel
String getStorageLevel()optional string storage_level = 4;- Returns:
- The storageLevel.
-
getStorageLevelBytes
com.google.protobuf.ByteString getStorageLevelBytes()optional string storage_level = 4;- Returns:
- The bytes for storageLevel.
-
getUseMemory
boolean getUseMemory()bool use_memory = 5;- Returns:
- The useMemory.
-
getUseDisk
boolean getUseDisk()bool use_disk = 6;- Returns:
- The useDisk.
-
getDeserialized
boolean getDeserialized()bool deserialized = 7;- Returns:
- The deserialized.
-
getMemSize
long getMemSize()int64 mem_size = 8;- Returns:
- The memSize.
-
getDiskSize
long getDiskSize()int64 disk_size = 9;- Returns:
- The diskSize.
-