public class LocalFileSystemPathHandle extends Object implements PathHandle
Constructor and Description |
---|
LocalFileSystemPathHandle(ByteBuffer bytes) |
LocalFileSystemPathHandle(String path,
Optional<Long> mtime) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
bytes()
Get the bytes of this path handle.
|
boolean |
equals(Object o) |
String |
getPath() |
int |
hashCode() |
String |
toString() |
void |
verify(FileStatus stat) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toByteArray
public LocalFileSystemPathHandle(ByteBuffer bytes) throws IOException
IOException
public String getPath()
public void verify(FileStatus stat) throws InvalidPathHandleException
InvalidPathHandleException
public ByteBuffer bytes()
PathHandle
bytes
in interface PathHandle
public boolean equals(Object o)
equals
in interface PathHandle
equals
in class Object
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.