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() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic 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 final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasAddress()
optional string address = 1;hasAddress in interface StoreTypes.RDDDataDistributionOrBuilderpublic String getAddress()
optional string address = 1;getAddress in interface StoreTypes.RDDDataDistributionOrBuilderpublic com.google.protobuf.ByteString getAddressBytes()
optional string address = 1;getAddressBytes in interface StoreTypes.RDDDataDistributionOrBuilderpublic long getMemoryUsed()
int64 memory_used = 2;getMemoryUsed in interface StoreTypes.RDDDataDistributionOrBuilderpublic long getMemoryRemaining()
int64 memory_remaining = 3;getMemoryRemaining in interface StoreTypes.RDDDataDistributionOrBuilderpublic long getDiskUsed()
int64 disk_used = 4;getDiskUsed in interface StoreTypes.RDDDataDistributionOrBuilderpublic boolean hasOnHeapMemoryUsed()
optional int64 on_heap_memory_used = 5;hasOnHeapMemoryUsed in interface StoreTypes.RDDDataDistributionOrBuilderpublic long getOnHeapMemoryUsed()
optional int64 on_heap_memory_used = 5;getOnHeapMemoryUsed in interface StoreTypes.RDDDataDistributionOrBuilderpublic boolean hasOffHeapMemoryUsed()
optional int64 off_heap_memory_used = 6;hasOffHeapMemoryUsed in interface StoreTypes.RDDDataDistributionOrBuilderpublic long getOffHeapMemoryUsed()
optional int64 off_heap_memory_used = 6;getOffHeapMemoryUsed in interface StoreTypes.RDDDataDistributionOrBuilderpublic boolean hasOnHeapMemoryRemaining()
optional int64 on_heap_memory_remaining = 7;hasOnHeapMemoryRemaining in interface StoreTypes.RDDDataDistributionOrBuilderpublic long getOnHeapMemoryRemaining()
optional int64 on_heap_memory_remaining = 7;getOnHeapMemoryRemaining in interface StoreTypes.RDDDataDistributionOrBuilderpublic boolean hasOffHeapMemoryRemaining()
optional int64 off_heap_memory_remaining = 8;hasOffHeapMemoryRemaining in interface StoreTypes.RDDDataDistributionOrBuilderpublic long getOffHeapMemoryRemaining()
optional int64 off_heap_memory_remaining = 8;getOffHeapMemoryRemaining in interface StoreTypes.RDDDataDistributionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StoreTypes.RDDDataDistribution parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.RDDDataDistribution parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.RDDDataDistribution parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.RDDDataDistribution parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.RDDDataDistribution.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic 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.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic 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.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.RDDDataDistribution getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder