io.leopard.data4j.memdb
Class MemdbLruImpl

java.lang.Object
  extended by io.leopard.data4j.memdb.MemdbImpl
      extended by io.leopard.data4j.memdb.MemdbLruImpl
All Implemented Interfaces:
Memdb
Direct Known Subclasses:
MemdbRsyncImpl

public class MemdbLruImpl
extends MemdbImpl
implements Memdb


Field Summary
 
Fields inherited from class io.leopard.data4j.memdb.MemdbImpl
data, logger
 
Constructor Summary
MemdbLruImpl(int maxEntries)
           
 
Method Summary
 
Methods inherited from class io.leopard.data4j.memdb.MemdbImpl
dbSize, get, get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface io.leopard.data4j.memdb.Memdb
dbSize, get, get, remove, set
 

Constructor Detail

MemdbLruImpl

public MemdbLruImpl(int maxEntries)


Copyright © 2014-2015. All Rights Reserved.