| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
TimestampMicrosWrapper |
TimestampMicrosWrapper.Builder.build() |
static TimestampMicrosWrapper |
TimestampMicrosWrapper.fromByteBuffer(ByteBuffer b)
Deserializes a TimestampMicrosWrapper from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<TimestampMicrosWrapper> |
TimestampMicrosWrapper.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<TimestampMicrosWrapper> |
TimestampMicrosWrapper.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static TimestampMicrosWrapper.Builder |
TimestampMicrosWrapper.newBuilder(TimestampMicrosWrapper other)
Creates a new TimestampMicrosWrapper RecordBuilder by copying an existing TimestampMicrosWrapper instance.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.