public class CloneFileInfo extends Object implements Serializable
Constructor and Description |
---|
CloneFileInfo(Identifier identifier,
BinaryRow partition,
Path path,
long fileSize,
String format) |
Modifier and Type | Method and Description |
---|---|
long |
fileSize() |
String |
format() |
static List<CloneFileInfo> |
fromHive(Identifier identifier,
HivePartitionFiles files) |
Identifier |
identifier() |
BinaryRow |
partition() |
Path |
path() |
public CloneFileInfo(Identifier identifier, BinaryRow partition, Path path, long fileSize, String format)
public Identifier identifier()
public BinaryRow partition()
public Path path()
public long fileSize()
public String format()
public static List<CloneFileInfo> fromHive(Identifier identifier, HivePartitionFiles files)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.