public static final class CatalogProtos.TableStatsProto extends com.google.protobuf.GeneratedMessage implements CatalogProtos.TableStatsProtoOrBuilder
TableStatsProto
Modifier and Type | Class and Description |
---|---|
static class |
CatalogProtos.TableStatsProto.Builder
Protobuf type
TableStatsProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
AVGROWS_FIELD_NUMBER |
static int |
COLSTAT_FIELD_NUMBER |
static int |
NUMBLOCKS_FIELD_NUMBER |
static int |
NUMBYTES_FIELD_NUMBER |
static int |
NUMROWS_FIELD_NUMBER |
static int |
NUMSHUFFLEOUTPUTS_FIELD_NUMBER |
static com.google.protobuf.Parser<CatalogProtos.TableStatsProto> |
PARSER |
static int |
READBYTES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getAvgRows()
optional int64 avgRows = 6; |
CatalogProtos.ColumnStatsProto |
getColStat(int index)
repeated .ColumnStatsProto colStat = 8; |
int |
getColStatCount()
repeated .ColumnStatsProto colStat = 8; |
List<CatalogProtos.ColumnStatsProto> |
getColStatList()
repeated .ColumnStatsProto colStat = 8; |
CatalogProtos.ColumnStatsProtoOrBuilder |
getColStatOrBuilder(int index)
repeated .ColumnStatsProto colStat = 8; |
List<? extends CatalogProtos.ColumnStatsProtoOrBuilder> |
getColStatOrBuilderList()
repeated .ColumnStatsProto colStat = 8; |
static CatalogProtos.TableStatsProto |
getDefaultInstance() |
CatalogProtos.TableStatsProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getNumBlocks()
optional int32 numBlocks = 4; |
long |
getNumBytes()
required int64 numBytes = 2; |
long |
getNumRows()
required int64 numRows = 1; |
int |
getNumShuffleOutputs()
optional int32 numShuffleOutputs = 5; |
com.google.protobuf.Parser<CatalogProtos.TableStatsProto> |
getParserForType() |
long |
getReadBytes()
optional int64 readBytes = 7; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAvgRows()
optional int64 avgRows = 6; |
int |
hashCode() |
boolean |
hasNumBlocks()
optional int32 numBlocks = 4; |
boolean |
hasNumBytes()
required int64 numBytes = 2; |
boolean |
hasNumRows()
required int64 numRows = 1; |
boolean |
hasNumShuffleOutputs()
optional int32 numShuffleOutputs = 5; |
boolean |
hasReadBytes()
optional int64 readBytes = 7; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CatalogProtos.TableStatsProto.Builder |
newBuilder() |
static CatalogProtos.TableStatsProto.Builder |
newBuilder(CatalogProtos.TableStatsProto prototype) |
CatalogProtos.TableStatsProto.Builder |
newBuilderForType() |
protected CatalogProtos.TableStatsProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static CatalogProtos.TableStatsProto |
parseDelimitedFrom(InputStream input) |
static CatalogProtos.TableStatsProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CatalogProtos.TableStatsProto |
parseFrom(byte[] data) |
static CatalogProtos.TableStatsProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CatalogProtos.TableStatsProto |
parseFrom(com.google.protobuf.ByteString data) |
static CatalogProtos.TableStatsProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CatalogProtos.TableStatsProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CatalogProtos.TableStatsProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CatalogProtos.TableStatsProto |
parseFrom(InputStream input) |
static CatalogProtos.TableStatsProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CatalogProtos.TableStatsProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<CatalogProtos.TableStatsProto> PARSER
public static final int NUMROWS_FIELD_NUMBER
public static final int NUMBYTES_FIELD_NUMBER
public static final int NUMBLOCKS_FIELD_NUMBER
public static final int NUMSHUFFLEOUTPUTS_FIELD_NUMBER
public static final int AVGROWS_FIELD_NUMBER
public static final int READBYTES_FIELD_NUMBER
public static final int COLSTAT_FIELD_NUMBER
public static CatalogProtos.TableStatsProto getDefaultInstance()
public CatalogProtos.TableStatsProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<CatalogProtos.TableStatsProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasNumRows()
required int64 numRows = 1;
hasNumRows
in interface CatalogProtos.TableStatsProtoOrBuilder
public long getNumRows()
required int64 numRows = 1;
getNumRows
in interface CatalogProtos.TableStatsProtoOrBuilder
public boolean hasNumBytes()
required int64 numBytes = 2;
hasNumBytes
in interface CatalogProtos.TableStatsProtoOrBuilder
public long getNumBytes()
required int64 numBytes = 2;
getNumBytes
in interface CatalogProtos.TableStatsProtoOrBuilder
public boolean hasNumBlocks()
optional int32 numBlocks = 4;
hasNumBlocks
in interface CatalogProtos.TableStatsProtoOrBuilder
public int getNumBlocks()
optional int32 numBlocks = 4;
getNumBlocks
in interface CatalogProtos.TableStatsProtoOrBuilder
public boolean hasNumShuffleOutputs()
optional int32 numShuffleOutputs = 5;
hasNumShuffleOutputs
in interface CatalogProtos.TableStatsProtoOrBuilder
public int getNumShuffleOutputs()
optional int32 numShuffleOutputs = 5;
getNumShuffleOutputs
in interface CatalogProtos.TableStatsProtoOrBuilder
public boolean hasAvgRows()
optional int64 avgRows = 6;
hasAvgRows
in interface CatalogProtos.TableStatsProtoOrBuilder
public long getAvgRows()
optional int64 avgRows = 6;
getAvgRows
in interface CatalogProtos.TableStatsProtoOrBuilder
public boolean hasReadBytes()
optional int64 readBytes = 7;
hasReadBytes
in interface CatalogProtos.TableStatsProtoOrBuilder
public long getReadBytes()
optional int64 readBytes = 7;
getReadBytes
in interface CatalogProtos.TableStatsProtoOrBuilder
public List<CatalogProtos.ColumnStatsProto> getColStatList()
repeated .ColumnStatsProto colStat = 8;
getColStatList
in interface CatalogProtos.TableStatsProtoOrBuilder
public List<? extends CatalogProtos.ColumnStatsProtoOrBuilder> getColStatOrBuilderList()
repeated .ColumnStatsProto colStat = 8;
getColStatOrBuilderList
in interface CatalogProtos.TableStatsProtoOrBuilder
public int getColStatCount()
repeated .ColumnStatsProto colStat = 8;
getColStatCount
in interface CatalogProtos.TableStatsProtoOrBuilder
public CatalogProtos.ColumnStatsProto getColStat(int index)
repeated .ColumnStatsProto colStat = 8;
getColStat
in interface CatalogProtos.TableStatsProtoOrBuilder
public CatalogProtos.ColumnStatsProtoOrBuilder getColStatOrBuilder(int index)
repeated .ColumnStatsProto colStat = 8;
getColStatOrBuilder
in interface CatalogProtos.TableStatsProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
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 CatalogProtos.TableStatsProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CatalogProtos.TableStatsProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CatalogProtos.TableStatsProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CatalogProtos.TableStatsProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CatalogProtos.TableStatsProto parseFrom(InputStream input) throws IOException
IOException
public static CatalogProtos.TableStatsProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CatalogProtos.TableStatsProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CatalogProtos.TableStatsProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CatalogProtos.TableStatsProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static CatalogProtos.TableStatsProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CatalogProtos.TableStatsProto.Builder newBuilder()
public CatalogProtos.TableStatsProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static CatalogProtos.TableStatsProto.Builder newBuilder(CatalogProtos.TableStatsProto prototype)
public CatalogProtos.TableStatsProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected CatalogProtos.TableStatsProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2014 Apache Software Foundation. All Rights Reserved.