Package com.db4o.internal
Class SystemData
- java.lang.Object
- 
- com.db4o.internal.SystemData
 
- 
 public class SystemData extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description SystemData()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idSystemSlotpublic Slot idSystemSlot() 
 - 
idSystemSlotpublic void idSystemSlot(Slot slot) 
 - 
idSystemTypepublic void idSystemType(byte idSystem) 
 - 
idSystemTypepublic byte idSystemType() 
 - 
classCollectionIDpublic int classCollectionID() 
 - 
classCollectionIDpublic void classCollectionID(int id) 
 - 
converterVersionpublic int converterVersion() 
 - 
converterVersionpublic void converterVersion(int version) 
 - 
bTreeFreespaceIdpublic int bTreeFreespaceId() 
 - 
bTreeFreespaceIdpublic void bTreeFreespaceId(int id) 
 - 
inMemoryFreespaceSlotpublic Slot inMemoryFreespaceSlot() 
 - 
inMemoryFreespaceSlotpublic void inMemoryFreespaceSlot(Slot slot) 
 - 
freespaceSystempublic byte freespaceSystem() 
 - 
freespaceSystempublic void freespaceSystem(byte freespaceSystemtype) 
 - 
identitypublic Db4oDatabase identity() 
 - 
identitypublic void identity(Db4oDatabase identityObject) 
 - 
lastTimeStampIDpublic long lastTimeStampID() 
 - 
lastTimeStampIDpublic void lastTimeStampID(long id) 
 - 
stringEncodingpublic byte stringEncoding() 
 - 
stringEncodingpublic void stringEncoding(byte encodingByte) 
 - 
uuidIndexIdpublic int uuidIndexId() 
 - 
uuidIndexIdpublic void uuidIndexId(int id) 
 - 
identityIdpublic void identityId(int id) 
 - 
identityIdpublic int identityId() 
 - 
transactionPointer1public void transactionPointer1(int pointer) 
 - 
transactionPointer2public void transactionPointer2(int pointer) 
 - 
transactionPointer1public int transactionPointer1() 
 - 
transactionPointer2public int transactionPointer2() 
 - 
freespaceIdSystempublic void freespaceIdSystem(TransactionalIdSystem transactionalIdSystem) 
 - 
freespaceIdSystempublic TransactionalIdSystem freespaceIdSystem() 
 - 
idToTimestampIndexIdpublic void idToTimestampIndexId(int idToTimestampIndexId) 
 - 
idToTimestampIndexIdpublic int idToTimestampIndexId() 
 - 
timestampToIdIndexIdpublic void timestampToIdIndexId(int timestampToIdIndexId) 
 - 
timestampToIdIndexIdpublic int timestampToIdIndexId() 
 
- 
 
-