public static final class LongColumnStatsData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder> implements LongColumnStatsDataOrBuilder
alluxio.grpc.table.LongColumnStatsData
Modifier and Type | Method and Description |
---|---|
LongColumnStatsData.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LongColumnStatsData |
build() |
LongColumnStatsData |
buildPartial() |
LongColumnStatsData.Builder |
clear() |
LongColumnStatsData.Builder |
clearBitVectors()
optional string bit_vectors = 5; |
LongColumnStatsData.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
LongColumnStatsData.Builder |
clearHighValue()
optional int64 high_value = 2; |
LongColumnStatsData.Builder |
clearLowValue()
optional int64 low_value = 1; |
LongColumnStatsData.Builder |
clearNumDistincts()
optional int64 num_distincts = 4; |
LongColumnStatsData.Builder |
clearNumNulls()
optional int64 num_nulls = 3; |
LongColumnStatsData.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LongColumnStatsData.Builder |
clone() |
String |
getBitVectors()
optional string bit_vectors = 5; |
com.google.protobuf.ByteString |
getBitVectorsBytes()
optional string bit_vectors = 5; |
LongColumnStatsData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getHighValue()
optional int64 high_value = 2; |
long |
getLowValue()
optional int64 low_value = 1; |
long |
getNumDistincts()
optional int64 num_distincts = 4; |
long |
getNumNulls()
optional int64 num_nulls = 3; |
boolean |
hasBitVectors()
optional string bit_vectors = 5; |
boolean |
hasHighValue()
optional int64 high_value = 2; |
boolean |
hasLowValue()
optional int64 low_value = 1; |
boolean |
hasNumDistincts()
optional int64 num_distincts = 4; |
boolean |
hasNumNulls()
optional int64 num_nulls = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LongColumnStatsData.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LongColumnStatsData.Builder |
mergeFrom(LongColumnStatsData other) |
LongColumnStatsData.Builder |
mergeFrom(com.google.protobuf.Message other) |
LongColumnStatsData.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LongColumnStatsData.Builder |
setBitVectors(String value)
optional string bit_vectors = 5; |
LongColumnStatsData.Builder |
setBitVectorsBytes(com.google.protobuf.ByteString value)
optional string bit_vectors = 5; |
LongColumnStatsData.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LongColumnStatsData.Builder |
setHighValue(long value)
optional int64 high_value = 2; |
LongColumnStatsData.Builder |
setLowValue(long value)
optional int64 low_value = 1; |
LongColumnStatsData.Builder |
setNumDistincts(long value)
optional int64 num_distincts = 4; |
LongColumnStatsData.Builder |
setNumNulls(long value)
optional int64 num_nulls = 3; |
LongColumnStatsData.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
LongColumnStatsData.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public LongColumnStatsData build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public LongColumnStatsData buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public LongColumnStatsData.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder mergeFrom(LongColumnStatsData other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public LongColumnStatsData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<LongColumnStatsData.Builder>
IOException
public boolean hasLowValue()
optional int64 low_value = 1;
hasLowValue
in interface LongColumnStatsDataOrBuilder
public long getLowValue()
optional int64 low_value = 1;
getLowValue
in interface LongColumnStatsDataOrBuilder
public LongColumnStatsData.Builder setLowValue(long value)
optional int64 low_value = 1;
value
- The lowValue to set.public LongColumnStatsData.Builder clearLowValue()
optional int64 low_value = 1;
public boolean hasHighValue()
optional int64 high_value = 2;
hasHighValue
in interface LongColumnStatsDataOrBuilder
public long getHighValue()
optional int64 high_value = 2;
getHighValue
in interface LongColumnStatsDataOrBuilder
public LongColumnStatsData.Builder setHighValue(long value)
optional int64 high_value = 2;
value
- The highValue to set.public LongColumnStatsData.Builder clearHighValue()
optional int64 high_value = 2;
public boolean hasNumNulls()
optional int64 num_nulls = 3;
hasNumNulls
in interface LongColumnStatsDataOrBuilder
public long getNumNulls()
optional int64 num_nulls = 3;
getNumNulls
in interface LongColumnStatsDataOrBuilder
public LongColumnStatsData.Builder setNumNulls(long value)
optional int64 num_nulls = 3;
value
- The numNulls to set.public LongColumnStatsData.Builder clearNumNulls()
optional int64 num_nulls = 3;
public boolean hasNumDistincts()
optional int64 num_distincts = 4;
hasNumDistincts
in interface LongColumnStatsDataOrBuilder
public long getNumDistincts()
optional int64 num_distincts = 4;
getNumDistincts
in interface LongColumnStatsDataOrBuilder
public LongColumnStatsData.Builder setNumDistincts(long value)
optional int64 num_distincts = 4;
value
- The numDistincts to set.public LongColumnStatsData.Builder clearNumDistincts()
optional int64 num_distincts = 4;
public boolean hasBitVectors()
optional string bit_vectors = 5;
hasBitVectors
in interface LongColumnStatsDataOrBuilder
public String getBitVectors()
optional string bit_vectors = 5;
getBitVectors
in interface LongColumnStatsDataOrBuilder
public com.google.protobuf.ByteString getBitVectorsBytes()
optional string bit_vectors = 5;
getBitVectorsBytes
in interface LongColumnStatsDataOrBuilder
public LongColumnStatsData.Builder setBitVectors(String value)
optional string bit_vectors = 5;
value
- The bitVectors to set.public LongColumnStatsData.Builder clearBitVectors()
optional string bit_vectors = 5;
public LongColumnStatsData.Builder setBitVectorsBytes(com.google.protobuf.ByteString value)
optional string bit_vectors = 5;
value
- The bytes for bitVectors to set.public final LongColumnStatsData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
public final LongColumnStatsData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<LongColumnStatsData.Builder>
Copyright © 2023. All Rights Reserved.