public class MountResponse extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MNT_OK |
Modifier and Type | Method and Description |
---|---|
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 |
public static final int MNT_OK
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
Copyright © 2013 Apache Software Foundation. All rights reserved.