| java.lang.Object de.anomic.kelondro.kelondroEcoTable
Method Summary | |
public synchronized void | addUnique(Entry row) | public synchronized void | addUniqueMultiple(List<Entry> rows) | public static void | bigtest(int elements, File testFile, int testcase) | public void | close() | public String | filename() | final public static Iterator<String> | filenames() | public void | finalize() | public synchronized Entry | get(byte[] key) | public synchronized boolean | has(byte[] key) | public synchronized kelondroCloneableIterator<byte[]> | keys(boolean up, byte[] firstKey) | public static void | main(String[] args) | final public static Map<String, String> | memoryStats(String filename) | public kelondroProfile | profile() | public synchronized Entry | put(Entry row) | public synchronized Entry | put(Entry row, Date entryDate) | public synchronized void | putMultiple(List<Entry> rows) | public synchronized Entry | remove(byte[] key, boolean keepOrder) | public synchronized ArrayList<kelondroRowSet> | removeDoubles() | public synchronized Entry | removeOne() | public void | reset() | public kelondroRow | row() | public synchronized kelondroCloneableIterator<Entry> | rows(boolean up, byte[] firstKey) | public synchronized int | size() | public static int | staticRAMIndexNeed(File f, kelondroRow rowdef) | public static long | tableSize(File tablefile, int recordsize) | public static kelondroIndex | testTable(File f, String testentities, int testcase) |
maxarraylength | final public static long maxarraylength(Code) | | |
tailCacheDenyUsage | final public static int tailCacheDenyUsage(Code) | | |
tailCacheForceUsage | final public static int tailCacheForceUsage(Code) | | |
tailCacheUsageAuto | final public static int tailCacheUsageAuto(Code) | | |
kelondroEcoTable | public kelondroEcoTable(File tablefile, kelondroRow rowdef, int useTailCache, int buffersize, int initialSpace)(Code) | | |
bigtest | public static void bigtest(int elements, File testFile, int testcase)(Code) | | |
close | public void close()(Code) | | |
finalize | public void finalize()(Code) | | |
remove | public synchronized Entry remove(byte[] key, boolean keepOrder) throws IOException(Code) | | |
size | public synchronized int size()(Code) | | |
tableSize | public static long tableSize(File tablefile, int recordsize)(Code) | | |
|
|