|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.jsba.AbstractDBObject
be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
public final class MultiHashingIndexSpace
Constructor Summary | |
---|---|
MultiHashingIndexSpace()
|
|
MultiHashingIndexSpace(java.lang.String fileName,
int storageSpaceID,
int pageCount,
int gapCompressionThreshold,
int maximumGaps,
int extentsCount)
|
Method Summary | |
---|---|
int |
getExtentsCount()
Gets The number of extents that the storage space can take |
java.lang.String |
getFileName()
Gets The file name |
int |
getGapCompressionThreshold()
Gets The gap compression threshold |
int |
getMaximumGaps()
Gets The maximum gap count |
java.lang.String |
getMultihashingindexspaceFilename()
Gets The file name |
java.lang.String |
getMultihashingindexspaceGapcompressionthreshold()
Gets The file name |
java.lang.String |
getMultihashingindexspaceMaximumgaps()
Gets the ID |
java.lang.String |
getMultihashingindexspaceStoragespaceid()
Gets the ID |
int |
getPageCount()
Gets The number of pages in the index space |
UpdatableDBObject |
getPreUpdateState()
Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method. |
java.lang.String |
getStoragespaceExtentscount()
Gets the extentscount for storagespaceextents |
java.lang.String |
getStoragespaceFilename()
Gets The file name |
int |
getStorageSpaceID()
Gets the ID |
java.lang.String |
getStoragespacePagecount()
Gets The gap compression threshold |
java.lang.String |
getStoragespaceStoragespaceid()
Gets the ID |
void |
setExtentsCount(int extentsCount)
Sets The number of extents that the storage space can take |
void |
setExtentscountFromDB(java.lang.String extentsCount)
Sets The number of extents that the storage space can take |
void |
setFileName(java.lang.String fileName)
Sets The file name |
void |
setFilenameFromDB(java.lang.String fileName)
Sets The file name |
void |
setGapCompressionThreshold(int gapCompressionThreshold)
Sets The gap compression threshold |
void |
setGapcompressionthresholdFromDB(java.lang.String gapCompressionThreshold)
Sets The gap compression threshold |
void |
setMaximumGaps(int maximumGaps)
Gets The maximum gap count |
void |
setMaximumgapsFromDB(java.lang.String maximumGaps)
Sets The maximum gap count |
void |
setPageCount(int pageCount)
Sets The number of pages in the index space |
void |
setPagecountFromDB(java.lang.String pageCount)
Sets The number of pages in the index space |
void |
setPreUpdateState()
This method is called by the J/R bridging engine after an object has been setup from some tuple retrieved from the database. |
void |
setStorageSpaceID(int storageSpaceID)
Sets the ID |
void |
setStoragespaceidFromDB(java.lang.String storageSpaceID)
Sets the ID |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject |
---|
dbUpdateCommand, dbUpdateCommand |
Methods inherited from class be.SIRAPRISE.client.jsba.AbstractDBObject |
---|
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiHashingIndexSpace()
public MultiHashingIndexSpace(java.lang.String fileName, int storageSpaceID, int pageCount, int gapCompressionThreshold, int maximumGaps, int extentsCount)
fileName
- The file namestorageSpaceID
- The IDpageCount
- The number of pages in the index spacegapCompressionThreshold
- The gap compression thresholdmaximumGaps
- The maximum gap countextentsCount
- The number of extents that the storage space can takeMethod Detail |
---|
public final int getExtentsCount()
public final java.lang.String getFileName()
public final int getGapCompressionThreshold()
public final int getMaximumGaps()
public final java.lang.String getMultihashingindexspaceStoragespaceid()
getMultihashingindexspaceStoragespaceid
in interface DBObjectToMultihashingindexspace
public final java.lang.String getMultihashingindexspaceFilename()
getMultihashingindexspaceFilename
in interface DBObjectToMultihashingindexspace
public final java.lang.String getMultihashingindexspaceGapcompressionthreshold()
getMultihashingindexspaceGapcompressionthreshold
in interface DBObjectToMultihashingindexspace
public final java.lang.String getMultihashingindexspaceMaximumgaps()
getMultihashingindexspaceMaximumgaps
in interface DBObjectToMultihashingindexspace
public final int getPageCount()
public final UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState
in interface UpdatableDBObject
public java.lang.String getStoragespaceExtentscount()
DBObjectToStoragespace
getStoragespaceExtentscount
in interface DBObjectToStoragespace
public final java.lang.String getStoragespaceFilename()
getStoragespaceFilename
in interface DBObjectToStoragespace
public final int getStorageSpaceID()
public final java.lang.String getStoragespacePagecount()
getStoragespacePagecount
in interface DBObjectToStoragespace
public final java.lang.String getStoragespaceStoragespaceid()
getStoragespaceStoragespaceid
in interface DBObjectToStoragespace
public final void setExtentsCount(int extentsCount)
extentsCount
- The number of extents that the storage space can takepublic final void setExtentscountFromDB(java.lang.String extentsCount)
setExtentscountFromDB
in interface StoragespaceToDBObject
extentsCount
- The number of extents that the storage space can takepublic final void setFileName(java.lang.String fileName)
fileName
- The file name.public final void setFilenameFromDB(java.lang.String fileName)
setFilenameFromDB
in interface MultihashingindexspaceToDBObject
setFilenameFromDB
in interface StoragespaceToDBObject
fileName
- The file name.public final void setGapCompressionThreshold(int gapCompressionThreshold)
gapCompressionThreshold
- The gap compression thresholdpublic final void setGapcompressionthresholdFromDB(java.lang.String gapCompressionThreshold)
setGapcompressionthresholdFromDB
in interface MultihashingindexspaceToDBObject
gapCompressionThreshold
- The gap compression thresholdpublic final void setMaximumGaps(int maximumGaps)
maximumGaps
- The maximum gap count.public final void setMaximumgapsFromDB(java.lang.String maximumGaps)
setMaximumgapsFromDB
in interface MultihashingindexspaceToDBObject
maximumGaps
- The maximum gap count.public final void setPageCount(int pageCount)
pageCount
- The number of pages in the index spacepublic final void setPagecountFromDB(java.lang.String pageCount)
setPagecountFromDB
in interface StoragespaceToDBObject
pageCount
- The number of pages in the index spacepublic final void setPreUpdateState()
UpdatableDBObject
setPreUpdateState
in interface UpdatableDBObject
public final void setStorageSpaceID(int storageSpaceID)
storageSpaceID
- The ID to set.public final void setStoragespaceidFromDB(java.lang.String storageSpaceID)
setStoragespaceidFromDB
in interface MultihashingindexspaceToDBObject
setStoragespaceidFromDB
in interface StoragespaceToDBObject
storageSpaceID
- The ID to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |