public class NfsTime extends Object
Constructor and Description |
---|
NfsTime(int seconds,
int nseconds) |
NfsTime(long milliseconds) |
NfsTime(NfsTime other) |
Modifier and Type | Method and Description |
---|---|
static NfsTime |
deserialize(XDR xdr) |
boolean |
equals(Object o) |
long |
getMilliSeconds()
Get the total time in milliseconds
|
int |
getNseconds() |
int |
getSeconds() |
int |
hashCode() |
void |
serialize(XDR xdr) |
String |
toString() |
public NfsTime(int seconds, int nseconds)
public NfsTime(NfsTime other)
public NfsTime(long milliseconds)
public int getSeconds()
public int getNseconds()
public long getMilliSeconds()
public void serialize(XDR xdr)
Copyright © 2013 Apache Software Foundation. All rights reserved.