public static class HoodieMetadataBloomFilter.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieMetadataBloomFilter> implements org.apache.avro.data.RecordBuilder<HoodieMetadataBloomFilter>
| Modifier and Type | Method and Description |
|---|---|
HoodieMetadataBloomFilter |
build() |
HoodieMetadataBloomFilter.Builder |
clearBloomFilter()
Clears the value of the 'bloomFilter' field.
|
HoodieMetadataBloomFilter.Builder |
clearIsDeleted()
Clears the value of the 'isDeleted' field.
|
HoodieMetadataBloomFilter.Builder |
clearTimestamp()
Clears the value of the 'timestamp' field.
|
HoodieMetadataBloomFilter.Builder |
clearType()
Clears the value of the 'type' field.
|
ByteBuffer |
getBloomFilter()
Gets the value of the 'bloomFilter' field.
|
Boolean |
getIsDeleted()
Gets the value of the 'isDeleted' field.
|
String |
getTimestamp()
Gets the value of the 'timestamp' field.
|
String |
getType()
Gets the value of the 'type' field.
|
boolean |
hasBloomFilter()
Checks whether the 'bloomFilter' field has been set.
|
boolean |
hasIsDeleted()
Checks whether the 'isDeleted' field has been set.
|
boolean |
hasTimestamp()
Checks whether the 'timestamp' field has been set.
|
boolean |
hasType()
Checks whether the 'type' field has been set.
|
HoodieMetadataBloomFilter.Builder |
setBloomFilter(ByteBuffer value)
Sets the value of the 'bloomFilter' field.
|
HoodieMetadataBloomFilter.Builder |
setIsDeleted(boolean value)
Sets the value of the 'isDeleted' field.
|
HoodieMetadataBloomFilter.Builder |
setTimestamp(String value)
Sets the value of the 'timestamp' field.
|
HoodieMetadataBloomFilter.Builder |
setType(String value)
Sets the value of the 'type' field.
|
public String getType()
public HoodieMetadataBloomFilter.Builder setType(String value)
value - The value of 'type'.public boolean hasType()
public HoodieMetadataBloomFilter.Builder clearType()
public String getTimestamp()
public HoodieMetadataBloomFilter.Builder setTimestamp(String value)
value - The value of 'timestamp'.public boolean hasTimestamp()
public HoodieMetadataBloomFilter.Builder clearTimestamp()
public ByteBuffer getBloomFilter()
public HoodieMetadataBloomFilter.Builder setBloomFilter(ByteBuffer value)
value - The value of 'bloomFilter'.public boolean hasBloomFilter()
public HoodieMetadataBloomFilter.Builder clearBloomFilter()
public Boolean getIsDeleted()
public HoodieMetadataBloomFilter.Builder setIsDeleted(boolean value)
value - The value of 'isDeleted'.public boolean hasIsDeleted()
public HoodieMetadataBloomFilter.Builder clearIsDeleted()
public HoodieMetadataBloomFilter build()
build in interface org.apache.avro.data.RecordBuilder<HoodieMetadataBloomFilter>Copyright © 2024 The Apache Software Foundation. All rights reserved.