Public Member Functions | |
| void | setCleanUp (MSOpenTable *ot_arg, MSRepository *repo_arg, uint64_t size) |
| void | cancelCleanUp () |
| virtual void | retain () |
| virtual void | release () |
| uint32_t | getRefCount () |
| virtual void | finalize () |
| virtual CSObject * | getKey () |
| virtual int | compareKey (CSObject *) |
| virtual uint32_t | hashKey () |
| virtual CSObject * | getHashLink () |
| virtual void | setHashLink (CSObject *) |
| virtual CSObject * | getNextLink () |
| virtual CSObject * | getPrevLink () |
| virtual void | setNextLink (CSObject *) |
| virtual void | setPrevLink (CSObject *) |
Private Attributes | |
| bool | do_cleanup |
| uint64_t | old_size |
| MSOpenTable * | ot |
| MSRepository * | repo |
Definition at line 105 of file open_table_ms.cc.