Giter VIP home page Giter VIP logo

ezdb's Issues

0.1.10 release in maven central?

Hi,

when do you want to publish 0.1.10 into maven central? I would like to clean up my configuration (since needing the reversal feature integrated). :)

support reverse iteration

leveldbjni supports reverse iteration: https://github.com/fusesource/leveldbjni/blob/master/leveldbjni/src/main/java/org/fusesource/leveldbjni/internal/JniDBIterator.java

so it would be nice if ezdb would have api methods that make this functionality available aswell.

e.g. next to range(...) methods, also rangeReversed(...) or having another parameter in the range(...) method to enable reverse. Or make the iterator returned one that has seekFirst, seekLast, next, prev.

For the pure java version of leveldb there is this ticket: dain/leveldb#8
The APi method for this is available, it's just that it will throw UnsupportedOperationException for now: https://github.com/dain/leveldb/blob/master/leveldb/src/main/java/org/iq80/leveldb/impl/SeekingIteratorAdapter.java

NoSuchMethodError,what happening???

public class Test {
public static void main(String args[]) {
System.out.println("test!!!!");
Db ezdb = new EzLevelDb(new File("./data"));
Table<Integer,Integer> dataTable = ezdb.getTable("test", IntegerSerde.get, IntegerSerde.get);
dataTable.put(1, 2);
}

}

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.