java.io.Serializable, PathHandlepublic class LocalFileSystemPathHandle extends java.lang.Object implements PathHandle
| Constructor | Description |
|---|---|
LocalFileSystemPathHandle(java.lang.String path,
java.util.Optional<java.lang.Long> mtime) |
|
LocalFileSystemPathHandle(java.nio.ByteBuffer bytes) |
| Modifier and Type | Method | Description |
|---|---|---|
java.nio.ByteBuffer |
bytes() |
Get the bytes of this path handle.
|
boolean |
equals(java.lang.Object o) |
|
java.lang.String |
getPath() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
|
void |
verify(FileStatus stat) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waittoByteArraypublic LocalFileSystemPathHandle(java.lang.String path,
java.util.Optional<java.lang.Long> mtime)
public LocalFileSystemPathHandle(java.nio.ByteBuffer bytes)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getPath()
public void verify(FileStatus stat) throws InvalidPathHandleException
InvalidPathHandleExceptionpublic java.nio.ByteBuffer bytes()
PathHandlebytes in interface PathHandlepublic boolean equals(java.lang.Object o)
equals in interface PathHandleequals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.