public static interface StoreTypes.StreamBlockDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDeserialized()
bool deserialized = 7; |
long |
getDiskSize()
int64 disk_size = 9; |
String |
getExecutorId()
optional string executor_id = 2; |
com.google.protobuf.ByteString |
getExecutorIdBytes()
optional string executor_id = 2; |
String |
getHostPort()
optional string host_port = 3; |
com.google.protobuf.ByteString |
getHostPortBytes()
optional string host_port = 3; |
long |
getMemSize()
int64 mem_size = 8; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
String |
getStorageLevel()
optional string storage_level = 4; |
com.google.protobuf.ByteString |
getStorageLevelBytes()
optional string storage_level = 4; |
boolean |
getUseDisk()
bool use_disk = 6; |
boolean |
getUseMemory()
bool use_memory = 5; |
boolean |
hasExecutorId()
optional string executor_id = 2; |
boolean |
hasHostPort()
optional string host_port = 3; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasStorageLevel()
optional string storage_level = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
boolean hasExecutorId()
optional string executor_id = 2;
String getExecutorId()
optional string executor_id = 2;
com.google.protobuf.ByteString getExecutorIdBytes()
optional string executor_id = 2;
boolean hasHostPort()
optional string host_port = 3;
String getHostPort()
optional string host_port = 3;
com.google.protobuf.ByteString getHostPortBytes()
optional string host_port = 3;
boolean hasStorageLevel()
optional string storage_level = 4;
String getStorageLevel()
optional string storage_level = 4;
com.google.protobuf.ByteString getStorageLevelBytes()
optional string storage_level = 4;
boolean getUseMemory()
bool use_memory = 5;
boolean getUseDisk()
bool use_disk = 6;
boolean getDeserialized()
bool deserialized = 7;
long getMemSize()
int64 mem_size = 8;
long getDiskSize()
int64 disk_size = 9;