|
||||||||||
| 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,
List<NfsExports> hostMatcher)
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,
List<NfsExports> hostMatcher)
MountInterface.MNTPROC.EXPORT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||