| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
Map<String,HoodieSavepointPartitionMetadata> |
HoodieSavepointMetadata.partitionMetadata
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieSavepointPartitionMetadata |
HoodieSavepointPartitionMetadata.Builder.build() |
static HoodieSavepointPartitionMetadata |
HoodieSavepointPartitionMetadata.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieSavepointPartitionMetadata from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieSavepointPartitionMetadata> |
HoodieSavepointPartitionMetadata.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<HoodieSavepointPartitionMetadata> |
HoodieSavepointPartitionMetadata.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Map<String,HoodieSavepointPartitionMetadata> |
HoodieSavepointMetadata.getPartitionMetadata()
Gets the value of the 'partitionMetadata' field.
|
Map<String,HoodieSavepointPartitionMetadata> |
HoodieSavepointMetadata.Builder.getPartitionMetadata()
Gets the value of the 'partitionMetadata' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieSavepointPartitionMetadata.Builder |
HoodieSavepointPartitionMetadata.newBuilder(HoodieSavepointPartitionMetadata other)
Creates a new HoodieSavepointPartitionMetadata RecordBuilder by copying an existing HoodieSavepointPartitionMetadata instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieSavepointMetadata.setPartitionMetadata(Map<String,HoodieSavepointPartitionMetadata> value)
Sets the value of the 'partitionMetadata' field.
|
HoodieSavepointMetadata.Builder |
HoodieSavepointMetadata.Builder.setPartitionMetadata(Map<String,HoodieSavepointPartitionMetadata> value)
Sets the value of the 'partitionMetadata' field.
|
| Constructor and Description |
|---|
HoodieSavepointMetadata(String savepointedBy,
Long savepointedAt,
String comments,
Map<String,HoodieSavepointPartitionMetadata> partitionMetadata,
Integer version)
All-args constructor.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.