|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mount.MountResponse
public class MountResponse
Helper class for sending MountResponse
Field Summary | |
---|---|
static int |
MNT_OK
|
Method Summary | |
---|---|
static XDR |
writeExportList(XDR xdr,
int xid,
List<String> exports)
Response for RPC call MountInterface.MNTPROC_EXPORT |
static XDR |
writeMNTResponse(int status,
XDR xdr,
int xid,
byte[] handle)
Response for RPC call MountInterface.MNTPROC_MNT |
static XDR |
writeMountList(XDR xdr,
int xid,
List<MountEntry> mounts)
Response for RPC call MountInterface.MNTPROC_DUMP |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MNT_OK
Method Detail |
---|
public static XDR writeMNTResponse(int status, XDR xdr, int xid, byte[] handle)
MountInterface.MNTPROC_MNT
public static XDR writeMountList(XDR xdr, int xid, List<MountEntry> mounts)
MountInterface.MNTPROC_DUMP
public static XDR writeExportList(XDR xdr, int xid, List<String> exports)
MountInterface.MNTPROC_EXPORT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |