rasdaman complete source
|
#include <transdirix.hh>
Public Member Functions | |
TransDirIx (r_Dimension dim) | |
void | printStatus (unsigned int level=0, std::ostream &stream=std::cout) const |
void | insertObject (const KeyObject &newKeyObject, unsigned int pos) |
virtual void | setObject (const KeyObject &theKey, unsigned int pos) |
virtual void | setObjectDomain (const r_Minterval &dom, unsigned int pos) |
bool | removeObject (unsigned int pos) |
bool | removeObject (const KeyObject &theKey) |
virtual bool | isValid () const |
virtual bool | isUnderFull () const |
virtual bool | isOverFull () const |
virtual bool | isSameAs (const IndexDS *pix) const |
const KeyObject & | getObject (unsigned int pos) const |
r_Minterval | getObjectDomain (unsigned int pos) const |
DomainPVector * | getObjectDomains () const |
void | getObjects (KeyObjectVector &) const |
r_Minterval | getCoveredDomain () const |
r_Minterval | getAssignedDomain () const |
r_Dimension | getDimension () const |
void | setAssignedDomain (const r_Minterval &domain) |
unsigned int | getSize () const |
r_Bytes | getTotalStorageSize () const |
bool | isPersistent () const |
virtual | ~TransDirIx () |
virtual unsigned int | getOptimalSize () const |
virtual void | freeDS () |
virtual OId::OIdPrimitive | getIdentifier () const |
virtual IndexDS * | getNewInstance () const |
![]() | |
IndexDS () | |
IndexDS (const OId &id) | |
![]() | |
virtual void | destroy (void) |
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 |
Additional Inherited Members | |
![]() | |
virtual void | release () |
virtual void | readFromDb () throw (r_Error) |
virtual void | insertInDb () throw (r_Error) |
virtual void | deleteFromDb () throw (r_Error) |
virtual void | updateInDb () throw (r_Error) |
![]() | |
bool | _isPersistent |
bool | _isInDatabase |
bool | _isModified |
bool | _isCached |
OId | myOId |
OId::OIdType | objecttype |
int | referenceCount |
TransDirIx::TransDirIx | ( | r_Dimension | dim | ) |
|
virtual |
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
DomainPVector* TransDirIx::getObjectDomains | ( | ) | const |
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
bool TransDirIx::isPersistent | ( | ) | const |
|
virtual |
Reimplemented from DBObject.
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.
|
virtual |
Implements IndexDS.