public class DriveMetrics extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DriveMetrics.Builder |
Modifier and Type | Field and Description |
---|---|
protected long |
readBytes |
protected long |
readRequests |
protected long |
writeBytes |
protected long |
writeRequests |
Constructor and Description |
---|
DriveMetrics(long readBytes,
long readRequests,
long writeBytes,
long writeRequests) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getReadBytes() |
long |
getReadRequests() |
long |
getWriteBytes() |
long |
getWriteRequests() |
int |
hashCode() |
String |
toString() |
protected final long readBytes
protected final long readRequests
protected final long writeBytes
protected final long writeRequests
public DriveMetrics(long readBytes, long readRequests, long writeBytes, long writeRequests)
public long getReadBytes()
public long getReadRequests()
public long getWriteBytes()
public long getWriteRequests()
Copyright © 2009-2012 jclouds. All Rights Reserved.