Add statistics object

This commit is contained in:
Ankit Gupta
2014-04-14 21:06:13 -07:00
parent c87ed0942c
commit a044398260
10 changed files with 73 additions and 12 deletions

View File

@@ -5,7 +5,6 @@
package org.rocksdb;
import java.lang.*;
import java.util.*;
/**
@@ -118,4 +117,3 @@ class WriteBatchInternal {
static native long sequence(WriteBatch batch);
static native void append(WriteBatch b1, WriteBatch b2);
}