|
||||||||||
| 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 take| Method 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 DBObjectToMultihashingindexspacepublic final java.lang.String getMultihashingindexspaceFilename()
getMultihashingindexspaceFilename in interface DBObjectToMultihashingindexspacepublic final java.lang.String getMultihashingindexspaceGapcompressionthreshold()
getMultihashingindexspaceGapcompressionthreshold in interface DBObjectToMultihashingindexspacepublic final java.lang.String getMultihashingindexspaceMaximumgaps()
getMultihashingindexspaceMaximumgaps in interface DBObjectToMultihashingindexspacepublic final int getPageCount()
public final UpdatableDBObject getPreUpdateState()
UpdatableDBObject
getPreUpdateState in interface UpdatableDBObjectpublic java.lang.String getStoragespaceExtentscount()
DBObjectToStoragespace
getStoragespaceExtentscount in interface DBObjectToStoragespacepublic final java.lang.String getStoragespaceFilename()
getStoragespaceFilename in interface DBObjectToStoragespacepublic final int getStorageSpaceID()
public final java.lang.String getStoragespacePagecount()
getStoragespacePagecount in interface DBObjectToStoragespacepublic final java.lang.String getStoragespaceStoragespaceid()
getStoragespaceStoragespaceid in interface DBObjectToStoragespacepublic 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 StoragespaceToDBObjectextentsCount - 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 MultihashingindexspaceToDBObjectsetFilenameFromDB in interface StoragespaceToDBObjectfileName - The file name.public final void setGapCompressionThreshold(int gapCompressionThreshold)
gapCompressionThreshold - The gap compression thresholdpublic final void setGapcompressionthresholdFromDB(java.lang.String gapCompressionThreshold)
setGapcompressionthresholdFromDB in interface MultihashingindexspaceToDBObjectgapCompressionThreshold - 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 MultihashingindexspaceToDBObjectmaximumGaps - 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 StoragespaceToDBObjectpageCount - The number of pages in the index spacepublic final void setPreUpdateState()
UpdatableDBObject
setPreUpdateState in interface UpdatableDBObjectpublic final void setStorageSpaceID(int storageSpaceID)
storageSpaceID - The ID to set.public final void setStoragespaceidFromDB(java.lang.String storageSpaceID)
setStoragespaceidFromDB in interface MultihashingindexspaceToDBObjectsetStoragespaceidFromDB in interface StoragespaceToDBObjectstorageSpaceID - The ID to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||