Package com.exedio.cope
Class DataFieldVaultInfo
- java.lang.Object
-
- com.exedio.cope.DataFieldVaultInfo
-
public final class DataFieldVaultInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataField
getField()
long
getGetBytesCount()
long
getGetCount()
long
getGetLengthCount()
long
getGetStreamCount()
long
getPutCount()
long
getPutInitialCount()
long
getPutRedundantCount()
String
getService()
-
-
-
Method Detail
-
getField
public DataField getField()
-
getService
public String getService()
-
getGetLengthCount
public long getGetLengthCount()
-
getGetBytesCount
public long getGetBytesCount()
-
getGetStreamCount
public long getGetStreamCount()
-
getGetCount
public long getGetCount()
-
getPutInitialCount
public long getPutInitialCount()
-
getPutRedundantCount
public long getPutRedundantCount()
-
getPutCount
public long getPutCount()
-
-