| java.lang.Object org.axiondb.util.BaseBTree org.axiondb.util.ObjectBTree org.axiondb.util.StringBTree
StringBTree | public class StringBTree extends ObjectBTree (Code) | | An
ObjectBTree optimized for reading and writing Strings.
version: $Revision: 1.10 $ $Date: 2005/12/20 18:32:42 $ author: Rodney Waldhoff author: Ahimanikya Satapathy |
Methods inherited from org.axiondb.util.ObjectBTree | final protected void addKeyValuePair(Object key, int value, boolean setDirty)(Code)(Java Doc) final public void clearData()(Code)(Java Doc) protected ObjectBTree createNode(BTreeMetaData meta, Comparator comp) throws IOException, ClassNotFoundException(Code)(Java Doc) final public void delete(Object key, int rowid) throws IOException, ClassNotFoundException(Code)(Java Doc) final public Integer get(Object key) throws IOException, ClassNotFoundException(Code)(Java Doc) final public IntListIterator getAll(Object key) throws IOException, ClassNotFoundException(Code)(Java Doc) final public IntListIterator getAllExcludingNull() throws IOException, ClassNotFoundException(Code)(Java Doc) protected void getAllExcludingNull(IntListIteratorChain chain) throws IOException, ClassNotFoundException(Code)(Java Doc) final public IntListIterator getAllFrom(Object key) throws IOException, ClassNotFoundException(Code)(Java Doc) final public IntListIterator getAllTo(Object key) throws IOException, ClassNotFoundException(Code)(Java Doc) final ObjectBTree getChild(int index) throws IOException, ClassNotFoundException(Code)(Java Doc) final protected Object getKey(int index)(Code)(Java Doc) protected Object getNullKey()(Code)(Java Doc) public IntListIteratorChain inorderIterator() throws IOException, ClassNotFoundException(Code)(Java Doc) final public void insert(Object key, int value) throws IOException, ClassNotFoundException(Code)(Java Doc) final boolean isValid() throws IOException, ClassNotFoundException(Code)(Java Doc) protected ObjectBTree loadNode(BTreeMetaData meta, Comparator comp, int fileId) throws IOException, ClassNotFoundException(Code)(Java Doc) protected void read() throws IOException, ClassNotFoundException(Code)(Java Doc) final public void replaceId(Object key, int oldRowId, int newRowId) throws ClassNotFoundException, IOException(Code)(Java Doc) final public void save() throws IOException, ClassNotFoundException(Code)(Java Doc) final public int size()(Code)(Java Doc) final public String toString()(Code)(Java Doc) public void truncate()(Code)(Java Doc) protected void write() throws IOException(Code)(Java Doc)
|
|
|