public class NfsClientV3
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NfsClientV3() |
Modifier and Type | Method and Description |
---|---|
void |
gather(Sigar sigar) |
long |
getAccess()
Get the access.
|
long |
getCommit()
Get the commit.
|
long |
getCreate()
Get the create.
|
long |
getFsinfo()
Get the fsinfo.
|
long |
getFsstat()
Get the fsstat.
|
long |
getGetattr()
Get the getattr.
|
long |
getLink()
Get the link.
|
long |
getLookup()
Get the lookup.
|
long |
getMkdir()
Get the mkdir.
|
long |
getMknod()
Get the mknod.
|
long |
getNull()
Get the null.
|
long |
getPathconf()
Get the pathconf.
|
long |
getRead()
Get the read.
|
long |
getReaddir()
Get the readdir.
|
long |
getReaddirplus()
Get the readdirplus.
|
long |
getReadlink()
Get the readlink.
|
long |
getRemove()
Get the remove.
|
long |
getRename()
Get the rename.
|
long |
getRmdir()
Get the rmdir.
|
long |
getSetattr()
Get the setattr.
|
long |
getSymlink()
Get the symlink.
|
long |
getWrite()
Get the write.
|
java.util.Map |
toMap() |
java.lang.String |
toString() |
public void gather(Sigar sigar) throws SigarException
SigarException
public long getNull()
Supported Platforms: Undocumented.
public long getGetattr()
Supported Platforms: Undocumented.
public long getSetattr()
Supported Platforms: Undocumented.
public long getLookup()
Supported Platforms: Undocumented.
public long getAccess()
Supported Platforms: Undocumented.
public long getReadlink()
Supported Platforms: Undocumented.
public long getRead()
Supported Platforms: Undocumented.
public long getWrite()
Supported Platforms: Undocumented.
public long getCreate()
Supported Platforms: Undocumented.
public long getMkdir()
Supported Platforms: Undocumented.
public long getSymlink()
Supported Platforms: Undocumented.
public long getMknod()
Supported Platforms: Undocumented.
public long getRemove()
Supported Platforms: Undocumented.
public long getRmdir()
Supported Platforms: Undocumented.
public long getRename()
Supported Platforms: Undocumented.
public long getLink()
Supported Platforms: Undocumented.
public long getReaddir()
Supported Platforms: Undocumented.
public long getReaddirplus()
Supported Platforms: Undocumented.
public long getFsstat()
Supported Platforms: Undocumented.
public long getFsinfo()
Supported Platforms: Undocumented.
public long getPathconf()
Supported Platforms: Undocumented.
public long getCommit()
Supported Platforms: Undocumented.
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2004-2011 Hyperic. All Rights Reserved.