rasdaman complete source
|
#include <dbrcindexds.hh>
Public Member Functions | |
DBRCIndexDS (const r_Minterval &definedDomain, unsigned int numberTiles, OId::OIdType theEntryType=OId::BLOBOID) | |
virtual r_Minterval | getCoveredDomain () const |
virtual r_Minterval | getAssignedDomain () const |
return defined domain More... | |
virtual r_Minterval | getObjectDomain (unsigned int pos) const |
return defined domain More... | |
virtual r_Dimension | getDimension () const |
throw r_Error_FeatureNotSupported More... | |
virtual void | setAssignedDomain (const r_Minterval &domain) |
virtual unsigned int | getSize () const |
throw r_Error_FeatureNotSupported More... | |
virtual r_Bytes | getTotalStorageSize () const |
this will return the maximum number of tiles that can be stored in the definedDomain. More... | |
virtual bool | isValid () const |
virtual bool | isUnderFull () const |
returns true More... | |
virtual bool | isOverFull () const |
returns false More... | |
virtual bool | isSameAs (const IndexDS *pix) const |
returns false More... | |
virtual bool | removeObject (unsigned int pos) |
virtual bool | removeObject (const KeyObject &theKey) |
throw r_Error_FeatureNotSupported More... | |
virtual void | insertObject (const KeyObject &theKey, unsigned int pos) |
throw r_Error_FeatureNotSupported More... | |
virtual void | setObject (const KeyObject &theKey, unsigned int pos) |
throw r_Error_FeatureNotSupported More... | |
virtual void | setObjectDomain (const r_Minterval &dom, unsigned int pos) |
throw r_Error_FeatureNotSupported More... | |
virtual const KeyObject & | getObject (unsigned int pos) const |
throw r_Error_FeatureNotSupported More... | |
virtual void | getObjects (KeyObjectVector &objs) const |
throw r_Error_FeatureNotSupported More... | |
virtual unsigned int | getOptimalSize () const |
throw r_Error_FeatureNotSupported More... | |
virtual void | freeDS () |
returns the maximum number of entries that can be stored in this index More... | |
virtual OId::OIdPrimitive | getIdentifier () const |
virtual void | printStatus (unsigned int level=0, std::ostream &stream=std::cout) const |
virtual | ~DBRCIndexDS () |
virtual void | destroy () |
virtual IndexDS * | getNewInstance () const |
virtual OId::OIdType | getBaseOIdType () const |
throw r_Error_FeatureNotSupported More... | |
virtual OId::OIdCounter | getBaseCounter () const |
![]() | |
IndexDS () | |
IndexDS (const OId &id) | |
![]() | |
int | getReferenceCount (void) const |
void | incrementReferenceCount (void) |
void | decrementReferenceCount (void) |
virtual | ~DBObject () |
DBObject () | |
DBObject (const DBObject &old) | |
DBObject (const OId &id) throw (r_Error) | |
virtual void | setPersistent (bool newPersistent) throw (r_Error) |
bool | isPersistent () const |
void | validate () throw (r_Error) |
virtual void | setModified () throw (r_Error) |
bool | isModified () const |
OId | getOId () const |
EOId | getEOId () const |
OId::OIdType | getObjectType () const |
DBObject & | operator= (const DBObject &old) |
bool | isCached () const |
virtual void | setCached (bool newCached) |
virtual r_Bytes | getMemorySize () const |
virtual BinaryRepresentation | getBinaryRepresentation () const throw (r_Error) |
virtual void | setBinaryRepresentation (const BinaryRepresentation &) throw (r_Error) |
virtual char * | getBinaryName () const |
Static Public Attributes | |
static r_Bytes | BytesPerTupel |
Protected Member Functions | |
DBRCIndexDS (const OId &id) | |
virtual void | readFromDb () throw (r_Error) |
virtual void | updateInDb () throw (r_Error) |
virtual void | deleteFromDb () throw (r_Error) |
virtual void | insertInDb () throw (r_Error) |
![]() | |
virtual void | release () |
Protected Attributes | |
OId::OIdCounter | myBaseCounter |
OId::OIdType | myBaseOIdType |
OId::OIdCounter | mySize |
InlineMinterval | myDomain |
short | currentDbRows |
![]() | |
bool | _isPersistent |
bool | _isInDatabase |
bool | _isModified |
bool | _isCached |
OId | myOId |
OId::OIdType | objecttype |
int | referenceCount |
DBRCIndexDS::DBRCIndexDS | ( | const r_Minterval & | definedDomain, |
unsigned int | numberTiles, | ||
OId::OIdType | theEntryType = OId::BLOBOID |
||
) |
|
virtual |
|
protected |
|
protectedvirtual |
Reimplemented from DBObject.
|
virtual |
Reimplemented from DBObject.
|
virtual |
returns the maximum number of entries that can be stored in this index
Implements IndexDS.
|
virtual |
return defined domain
Implements IndexDS.
|
virtual |
|
virtual |
throw r_Error_FeatureNotSupported
|
virtual |
Implements IndexDS.
|
virtual |
throw r_Error_FeatureNotSupported
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
throw r_Error_FeatureNotSupported
Implements IndexDS.
|
virtual |
return defined domain
Implements IndexDS.
|
virtual |
throw r_Error_FeatureNotSupported
Implements IndexDS.
|
virtual |
throw r_Error_FeatureNotSupported
Implements IndexDS.
|
virtual |
throw r_Error_FeatureNotSupported
Implements IndexDS.
|
virtual |
this will return the maximum number of tiles that can be stored in the definedDomain.
Reimplemented from DBObject.
|
protectedvirtual |
Reimplemented from DBObject.
|
virtual |
throw r_Error_FeatureNotSupported
Implements IndexDS.
returns false
Implements IndexDS.
|
virtual |
Reimplemented from DBObject.
|
protectedvirtual |
Reimplemented from DBObject.
throw r_Error_FeatureNotSupported
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
throw r_Error_FeatureNotSupported
Implements IndexDS.
|
virtual |
throw r_Error_FeatureNotSupported
Implements IndexDS.
|
protectedvirtual |
Reimplemented from DBObject.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |