Package com.db4o.internal
Class SystemData
- java.lang.Object
-
- com.db4o.internal.SystemData
-
public class SystemData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SystemData()
-
Method Summary
-
-
-
Method Detail
-
idSystemSlot
public Slot idSystemSlot()
-
idSystemSlot
public void idSystemSlot(Slot slot)
-
idSystemType
public void idSystemType(byte idSystem)
-
idSystemType
public byte idSystemType()
-
classCollectionID
public int classCollectionID()
-
classCollectionID
public void classCollectionID(int id)
-
converterVersion
public int converterVersion()
-
converterVersion
public void converterVersion(int version)
-
bTreeFreespaceId
public int bTreeFreespaceId()
-
bTreeFreespaceId
public void bTreeFreespaceId(int id)
-
inMemoryFreespaceSlot
public Slot inMemoryFreespaceSlot()
-
inMemoryFreespaceSlot
public void inMemoryFreespaceSlot(Slot slot)
-
freespaceSystem
public byte freespaceSystem()
-
freespaceSystem
public void freespaceSystem(byte freespaceSystemtype)
-
identity
public Db4oDatabase identity()
-
identity
public void identity(Db4oDatabase identityObject)
-
lastTimeStampID
public long lastTimeStampID()
-
lastTimeStampID
public void lastTimeStampID(long id)
-
stringEncoding
public byte stringEncoding()
-
stringEncoding
public void stringEncoding(byte encodingByte)
-
uuidIndexId
public int uuidIndexId()
-
uuidIndexId
public void uuidIndexId(int id)
-
identityId
public void identityId(int id)
-
identityId
public int identityId()
-
transactionPointer1
public void transactionPointer1(int pointer)
-
transactionPointer2
public void transactionPointer2(int pointer)
-
transactionPointer1
public int transactionPointer1()
-
transactionPointer2
public int transactionPointer2()
-
freespaceIdSystem
public void freespaceIdSystem(TransactionalIdSystem transactionalIdSystem)
-
freespaceIdSystem
public TransactionalIdSystem freespaceIdSystem()
-
idToTimestampIndexId
public void idToTimestampIndexId(int idToTimestampIndexId)
-
idToTimestampIndexId
public int idToTimestampIndexId()
-
timestampToIdIndexId
public void timestampToIdIndexId(int timestampToIdIndexId)
-
timestampToIdIndexId
public int timestampToIdIndexId()
-
-