public class FileHandle extends Object
| Constructor and Description |
|---|
FileHandle() |
FileHandle(long v) |
FileHandle(long v,
int n)
Handle is a 32 bytes number.
|
FileHandle(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserialize(XDR xdr) |
String |
dumpFileHandle() |
boolean |
equals(Object o) |
byte[] |
getContent() |
long |
getFileId() |
int |
getNamenodeId() |
int |
hashCode() |
boolean |
serialize(XDR out) |
String |
toString() |
public FileHandle()
public FileHandle(long v,
int n)
v - file idn - namenode idpublic FileHandle(long v)
public FileHandle(String s)
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.