com.mobixess.jodb.core.io
Class ObjectStatImpl

java.lang.Object
  extended by com.mobixess.jodb.core.io.ObjectStatImpl
All Implemented Interfaces:
IPersistentObjectStatistics

public class ObjectStatImpl
extends java.lang.Object
implements IPersistentObjectStatistics


Method Summary
 long getBodySize()
           
 long getObjectID()
           
 long getRequiredSize()
           
 int getTotalRecords()
           
 long getTotalSize()
           
 boolean isDeleted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getObjectID

public long getObjectID()
Specified by:
getObjectID in interface IPersistentObjectStatistics

getRequiredSize

public long getRequiredSize()
Specified by:
getRequiredSize in interface IPersistentObjectStatistics

getTotalRecords

public int getTotalRecords()
Specified by:
getTotalRecords in interface IPersistentObjectStatistics

getTotalSize

public long getTotalSize()
Specified by:
getTotalSize in interface IPersistentObjectStatistics

isDeleted

public boolean isDeleted()
Specified by:
isDeleted in interface IPersistentObjectStatistics

getBodySize

public long getBodySize()
Specified by:
getBodySize in interface IPersistentObjectStatistics


Copyright © Mobixess Inc. All Rights Reserved.