| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
HoodiePath |
HoodieFileStatus.path
Deprecated.
|
HoodiePath |
HoodieFileStatus.symlink
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodiePath |
HoodiePath.Builder.build() |
static HoodiePath |
HoodiePath.fromByteBuffer(ByteBuffer b)
Deserializes a HoodiePath from a ByteBuffer.
|
HoodiePath |
HoodieFileStatus.getPath()
Gets the value of the 'path' field.
|
HoodiePath |
HoodieFileStatus.Builder.getPath()
Gets the value of the 'path' field.
|
HoodiePath |
HoodieFileStatus.getSymlink()
Gets the value of the 'symlink' field.
|
HoodiePath |
HoodieFileStatus.Builder.getSymlink()
Gets the value of the 'symlink' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodiePath> |
HoodiePath.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<HoodiePath> |
HoodiePath.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodiePath.Builder |
HoodiePath.newBuilder(HoodiePath other)
Creates a new HoodiePath RecordBuilder by copying an existing HoodiePath instance.
|
void |
HoodieFileStatus.setPath(HoodiePath value)
Sets the value of the 'path' field.
|
HoodieFileStatus.Builder |
HoodieFileStatus.Builder.setPath(HoodiePath value)
Sets the value of the 'path' field.
|
void |
HoodieFileStatus.setSymlink(HoodiePath value)
Sets the value of the 'symlink' field.
|
HoodieFileStatus.Builder |
HoodieFileStatus.Builder.setSymlink(HoodiePath value)
Sets the value of the 'symlink' field.
|
| Constructor and Description |
|---|
HoodieFileStatus(Integer version,
HoodiePath path,
Long length,
Boolean isDir,
Integer blockReplication,
Long blockSize,
Long modificationTime,
Long accessTime,
HoodieFSPermission permission,
String owner,
String group,
HoodiePath symlink)
All-args constructor.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.