| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Field and Description |
|---|---|
HoodieFSPermission |
HoodieFileStatus.permission
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieFSPermission |
HoodieFSPermission.Builder.build() |
static HoodieFSPermission |
HoodieFSPermission.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieFSPermission from a ByteBuffer.
|
HoodieFSPermission |
HoodieFileStatus.getPermission()
Gets the value of the 'permission' field.
|
HoodieFSPermission |
HoodieFileStatus.Builder.getPermission()
Gets the value of the 'permission' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieFSPermission> |
HoodieFSPermission.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<HoodieFSPermission> |
HoodieFSPermission.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieFSPermission.Builder |
HoodieFSPermission.newBuilder(HoodieFSPermission other)
Creates a new HoodieFSPermission RecordBuilder by copying an existing HoodieFSPermission instance.
|
void |
HoodieFileStatus.setPermission(HoodieFSPermission value)
Sets the value of the 'permission' field.
|
HoodieFileStatus.Builder |
HoodieFileStatus.Builder.setPermission(HoodieFSPermission value)
Sets the value of the 'permission' 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.