@Internal public interface FileLifeCycleListener<BucketID>
Modifier and Type | Method and Description |
---|---|
void |
onPartFileOpened(BucketID bucketID,
Path newPath)
Notifies a new file has been opened.
|
void onPartFileOpened(BucketID bucketID, Path newPath)
Note that this does not mean that the file has been created in the file system. It is only created logically and the actual file will be generated after it is committed.
bucketID
- The bucketID of newly opened file.newPath
- The path of newly opened file.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.