public static interface StoreTypes.RDDOperationNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBarrier()
bool barrier = 4; |
boolean |
getCached()
bool cached = 3; |
String |
getCallsite()
optional string callsite = 5; |
com.google.protobuf.ByteString |
getCallsiteBytes()
optional string callsite = 5; |
int |
getId()
int32 id = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
StoreTypes.DeterministicLevel |
getOutputDeterministicLevel()
.org.apache.spark.status.protobuf.DeterministicLevel output_deterministic_level = 6; |
int |
getOutputDeterministicLevelValue()
.org.apache.spark.status.protobuf.DeterministicLevel output_deterministic_level = 6; |
boolean |
hasCallsite()
optional string callsite = 5; |
boolean |
hasName()
optional string name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getId()
int32 id = 1;
boolean hasName()
optional string name = 2;
String getName()
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
boolean getCached()
bool cached = 3;
boolean getBarrier()
bool barrier = 4;
boolean hasCallsite()
optional string callsite = 5;
String getCallsite()
optional string callsite = 5;
com.google.protobuf.ByteString getCallsiteBytes()
optional string callsite = 5;
int getOutputDeterministicLevelValue()
.org.apache.spark.status.protobuf.DeterministicLevel output_deterministic_level = 6;
StoreTypes.DeterministicLevel getOutputDeterministicLevel()
.org.apache.spark.status.protobuf.DeterministicLevel output_deterministic_level = 6;