public interface ContentHashable
OutputStream
returned by
UnderFileSystem.create(java.lang.String)
may implement this interface if the UFS returns the hash of the
content written when the stream is closed. The content hash will then be used as part of
the metadata fingerprint when the file is completed on the Alluxio master.Modifier and Type | Method and Description |
---|---|
Optional<String> |
getContentHash() |
Optional<String> getContentHash() throws IOException
IOException
Copyright © 2023. All Rights Reserved.