public static final class StoreTypes.RDDDataDistribution extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.RDDDataDistributionOrBuilder
org.apache.spark.status.protobuf.RDDDataDistribution
Modifier and Type | Class and Description |
---|---|
static class |
StoreTypes.RDDDataDistribution.Builder
Protobuf type
org.apache.spark.status.protobuf.RDDDataDistribution |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
ADDRESS_FIELD_NUMBER |
static int |
DISK_USED_FIELD_NUMBER |
static int |
MEMORY_REMAINING_FIELD_NUMBER |
static int |
MEMORY_USED_FIELD_NUMBER |
static int |
OFF_HEAP_MEMORY_REMAINING_FIELD_NUMBER |
static int |
OFF_HEAP_MEMORY_USED_FIELD_NUMBER |
static int |
ON_HEAP_MEMORY_REMAINING_FIELD_NUMBER |
static int |
ON_HEAP_MEMORY_USED_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAddress()
optional string address = 1; |
com.google.protobuf.ByteString |
getAddressBytes()
optional string address = 1; |
static StoreTypes.RDDDataDistribution |
getDefaultInstance() |
StoreTypes.RDDDataDistribution |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDiskUsed()
int64 disk_used = 4; |
long |
getMemoryRemaining()
int64 memory_remaining = 3; |
long |
getMemoryUsed()
int64 memory_used = 2; |
long |
getOffHeapMemoryRemaining()
optional int64 off_heap_memory_remaining = 8; |
long |
getOffHeapMemoryUsed()
optional int64 off_heap_memory_used = 6; |
long |
getOnHeapMemoryRemaining()
optional int64 on_heap_memory_remaining = 7; |
long |
getOnHeapMemoryUsed()
optional int64 on_heap_memory_used = 5; |
com.google.protobuf.Parser<StoreTypes.RDDDataDistribution> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasAddress()
optional string address = 1; |
int |
hashCode() |
boolean |
hasOffHeapMemoryRemaining()
optional int64 off_heap_memory_remaining = 8; |
boolean |
hasOffHeapMemoryUsed()
optional int64 off_heap_memory_used = 6; |
boolean |
hasOnHeapMemoryRemaining()
optional int64 on_heap_memory_remaining = 7; |
boolean |
hasOnHeapMemoryUsed()
optional int64 on_heap_memory_used = 5; |
boolean |
isInitialized() |
static StoreTypes.RDDDataDistribution.Builder |
newBuilder() |
static StoreTypes.RDDDataDistribution.Builder |
newBuilder(StoreTypes.RDDDataDistribution prototype) |
StoreTypes.RDDDataDistribution.Builder |
newBuilderForType() |
static StoreTypes.RDDDataDistribution |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.RDDDataDistribution |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.RDDDataDistribution |
parseFrom(byte[] data) |
static StoreTypes.RDDDataDistribution |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.RDDDataDistribution |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.RDDDataDistribution |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.RDDDataDistribution |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.RDDDataDistribution |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.RDDDataDistribution |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.RDDDataDistribution |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.RDDDataDistribution |
parseFrom(java.io.InputStream input) |
static StoreTypes.RDDDataDistribution |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.RDDDataDistribution> |
parser() |
StoreTypes.RDDDataDistribution.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int ADDRESS_FIELD_NUMBER
public static final int MEMORY_USED_FIELD_NUMBER
public static final int MEMORY_REMAINING_FIELD_NUMBER
public static final int DISK_USED_FIELD_NUMBER
public static final int ON_HEAP_MEMORY_USED_FIELD_NUMBER
public static final int OFF_HEAP_MEMORY_USED_FIELD_NUMBER
public static final int ON_HEAP_MEMORY_REMAINING_FIELD_NUMBER
public static final int OFF_HEAP_MEMORY_REMAINING_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasAddress()
optional string address = 1;
hasAddress
in interface StoreTypes.RDDDataDistributionOrBuilder
public String getAddress()
optional string address = 1;
getAddress
in interface StoreTypes.RDDDataDistributionOrBuilder
public com.google.protobuf.ByteString getAddressBytes()
optional string address = 1;
getAddressBytes
in interface StoreTypes.RDDDataDistributionOrBuilder
public long getMemoryUsed()
int64 memory_used = 2;
getMemoryUsed
in interface StoreTypes.RDDDataDistributionOrBuilder
public long getMemoryRemaining()
int64 memory_remaining = 3;
getMemoryRemaining
in interface StoreTypes.RDDDataDistributionOrBuilder
public long getDiskUsed()
int64 disk_used = 4;
getDiskUsed
in interface StoreTypes.RDDDataDistributionOrBuilder
public boolean hasOnHeapMemoryUsed()
optional int64 on_heap_memory_used = 5;
hasOnHeapMemoryUsed
in interface StoreTypes.RDDDataDistributionOrBuilder
public long getOnHeapMemoryUsed()
optional int64 on_heap_memory_used = 5;
getOnHeapMemoryUsed
in interface StoreTypes.RDDDataDistributionOrBuilder
public boolean hasOffHeapMemoryUsed()
optional int64 off_heap_memory_used = 6;
hasOffHeapMemoryUsed
in interface StoreTypes.RDDDataDistributionOrBuilder
public long getOffHeapMemoryUsed()
optional int64 off_heap_memory_used = 6;
getOffHeapMemoryUsed
in interface StoreTypes.RDDDataDistributionOrBuilder
public boolean hasOnHeapMemoryRemaining()
optional int64 on_heap_memory_remaining = 7;
hasOnHeapMemoryRemaining
in interface StoreTypes.RDDDataDistributionOrBuilder
public long getOnHeapMemoryRemaining()
optional int64 on_heap_memory_remaining = 7;
getOnHeapMemoryRemaining
in interface StoreTypes.RDDDataDistributionOrBuilder
public boolean hasOffHeapMemoryRemaining()
optional int64 off_heap_memory_remaining = 8;
hasOffHeapMemoryRemaining
in interface StoreTypes.RDDDataDistributionOrBuilder
public long getOffHeapMemoryRemaining()
optional int64 off_heap_memory_remaining = 8;
getOffHeapMemoryRemaining
in interface StoreTypes.RDDDataDistributionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static StoreTypes.RDDDataDistribution parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.RDDDataDistribution parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.RDDDataDistribution parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.RDDDataDistribution parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.RDDDataDistribution parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.RDDDataDistribution parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.RDDDataDistribution parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.RDDDataDistribution parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.RDDDataDistribution parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.RDDDataDistribution parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.RDDDataDistribution parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.RDDDataDistribution parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.RDDDataDistribution.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static StoreTypes.RDDDataDistribution.Builder newBuilder()
public static StoreTypes.RDDDataDistribution.Builder newBuilder(StoreTypes.RDDDataDistribution prototype)
public StoreTypes.RDDDataDistribution.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static StoreTypes.RDDDataDistribution getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.RDDDataDistribution> parser()
public com.google.protobuf.Parser<StoreTypes.RDDDataDistribution> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.RDDDataDistribution getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder