jar

be.bagofwords : count-db

Maven & Gradle

Oct 08, 2015
43 stars

A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB

Table Of Contents

Latest Version

Download be.bagofwords : count-db JAR file - Latest Versions:

All Versions

Download be.bagofwords : count-db JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window count-db-1.1.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

be.bagofwords.virtualfile

├─ be.bagofwords.virtualfile.VirtualFile.class - [JAR]

├─ be.bagofwords.virtualfile.VirtualFileService.class - [JAR]

be.bagofwords.db.application

├─ be.bagofwords.db.application.EmbeddedDBContextFactory.class - [JAR]

be.bagofwords.virtualfile.local

├─ be.bagofwords.virtualfile.local.LocalFile.class - [JAR]

├─ be.bagofwords.virtualfile.local.LocalFileService.class - [JAR]

be.bagofwords.db.combinator

├─ be.bagofwords.db.combinator.Combinator.class - [JAR]

├─ be.bagofwords.db.combinator.CountMapCombinator.class - [JAR]

├─ be.bagofwords.db.combinator.DoubleCombinator.class - [JAR]

├─ be.bagofwords.db.combinator.DoubleCountsListCombinator.class - [JAR]

├─ be.bagofwords.db.combinator.FloatCombinator.class - [JAR]

├─ be.bagofwords.db.combinator.IntegerCombinator.class - [JAR]

├─ be.bagofwords.db.combinator.LongCombinator.class - [JAR]

├─ be.bagofwords.db.combinator.OverWriteCombinator.class - [JAR]

be.bagofwords.virtualfile.remote

├─ be.bagofwords.virtualfile.remote.RemoteFile.class - [JAR]

├─ be.bagofwords.virtualfile.remote.RemoteFileServer.class - [JAR]

├─ be.bagofwords.virtualfile.remote.RemoteFileService.class - [JAR]

be.bagofwords.db.experimental.rocksdb

├─ be.bagofwords.db.experimental.rocksdb.RocksDBDataInterface.class - [JAR]

├─ be.bagofwords.db.experimental.rocksdb.RocksDBDataInterfaceFactory.class - [JAR]

be.bagofwords.db

├─ be.bagofwords.db.CoreDataInterface.class - [JAR]

├─ be.bagofwords.db.DBUtils.class - [JAR]

├─ be.bagofwords.db.DataInterface.class - [JAR]

├─ be.bagofwords.db.DataInterfaceFactory.class - [JAR]

├─ be.bagofwords.db.DataInterfaceUtils.class - [JAR]

├─ be.bagofwords.db.DatabaseBackendType.class - [JAR]

├─ be.bagofwords.db.DatabaseCachingType.class - [JAR]

├─ be.bagofwords.db.LayeredDataInterface.class - [JAR]

be.bagofwords.db.filedb

├─ be.bagofwords.db.filedb.FileBucket.class - [JAR]

├─ be.bagofwords.db.filedb.FileDataInterface.class - [JAR]

├─ be.bagofwords.db.filedb.FileDataInterfaceFactory.class - [JAR]

├─ be.bagofwords.db.filedb.FileInfo.class - [JAR]

├─ be.bagofwords.db.filedb.PositionExposingByteArrayInputStream.class - [JAR]

├─ be.bagofwords.db.filedb.PositionExposingDataInputStream.class - [JAR]

be.bagofwords.db.cached

├─ be.bagofwords.db.cached.CachedDataInterface.class - [JAR]

be.bagofwords.main.tests.uniform

├─ be.bagofwords.main.tests.uniform.UniformDataTestsMain.class - [JAR]

├─ be.bagofwords.main.tests.uniform.UniformDataTestsThread.class - [JAR]

be.bagofwords.db.data

├─ be.bagofwords.db.data.ApproximateCountsFilter.class - [JAR]

├─ be.bagofwords.db.data.ApproximateCountsUtils.class - [JAR]

├─ be.bagofwords.db.data.CompactCountsIndex.class - [JAR]

├─ be.bagofwords.db.data.CompactCountsIndexCombinator.class - [JAR]

├─ be.bagofwords.db.data.CompactIndex.class - [JAR]

├─ be.bagofwords.db.data.CompactIndexCombinator.class - [JAR]

├─ be.bagofwords.db.data.CountsList.class - [JAR]

├─ be.bagofwords.db.data.DoubleCountsList.class - [JAR]

├─ be.bagofwords.db.data.Index.class - [JAR]

├─ be.bagofwords.db.data.IndexCombinator.class - [JAR]

├─ be.bagofwords.db.data.IntArrayList.class - [JAR]

├─ be.bagofwords.db.data.LongCountsBloomFilter.class - [JAR]

├─ be.bagofwords.db.data.LongHashSet.class - [JAR]

├─ be.bagofwords.db.data.LongList.class - [JAR]

├─ be.bagofwords.db.data.LongListCombinator.class - [JAR]

├─ be.bagofwords.db.data.StringCounts.class - [JAR]

├─ be.bagofwords.db.data.StringHashSet.class - [JAR]

├─ be.bagofwords.db.data.StringHashSetCombinator.class - [JAR]

├─ be.bagofwords.db.data.StringList.class - [JAR]

be.bagofwords.db.experimental.lmdb

├─ be.bagofwords.db.experimental.lmdb.LMDBDataInterface.class - [JAR]

├─ be.bagofwords.db.experimental.lmdb.LMDBDataInterfaceFactory.class - [JAR]

be.bagofwords.db.remote

├─ be.bagofwords.db.remote.RemoteDataInterface.class - [JAR]

├─ be.bagofwords.db.remote.RemoteDataInterfaceServer.class - [JAR]

├─ be.bagofwords.db.remote.RemoteDatabaseInterfaceFactory.class - [JAR]

be.bagofwords.main.tests

├─ be.bagofwords.main.tests.TestsApplicationContextFactory.class - [JAR]

be.bagofwords.db.experimental.kyoto

├─ be.bagofwords.db.experimental.kyoto.KyotoDataInterface.class - [JAR]

├─ be.bagofwords.db.experimental.kyoto.KyotoDataInterfaceFactory.class - [JAR]

be.bagofwords.db.memory

├─ be.bagofwords.db.memory.InMemoryDataInterface.class - [JAR]

├─ be.bagofwords.db.memory.InMemoryDataInterfaceFactory.class - [JAR]

be.bagofwords.main

├─ be.bagofwords.main.DatabaseServerMain.class - [JAR]

├─ be.bagofwords.main.ExampleUsage.class - [JAR]

be.bagofwords.sim

├─ be.bagofwords.sim.CountsListCombinator.class - [JAR]

be.bagofwords.db.bloomfilter

├─ be.bagofwords.db.bloomfilter.BloomFilterDataInterface.class - [JAR]

├─ be.bagofwords.db.bloomfilter.LongBloomFilter.class - [JAR]

├─ be.bagofwords.db.bloomfilter.LongBloomFilterWithCheckSum.class - [JAR]

be.bagofwords.db.experimental.index

├─ be.bagofwords.db.experimental.index.DataIndexer.class - [JAR]

├─ be.bagofwords.db.experimental.index.IndexedDataInterface.class - [JAR]

be.bagofwords.main.tests.bigrams

├─ be.bagofwords.main.tests.bigrams.BigramCount.class - [JAR]

├─ be.bagofwords.main.tests.bigrams.BigramCountCombinator.class - [JAR]

├─ be.bagofwords.main.tests.bigrams.BigramTestsMain.class - [JAR]

├─ be.bagofwords.main.tests.bigrams.BigramTestsThread.class - [JAR]

├─ be.bagofwords.main.tests.bigrams.DataType.class - [JAR]

├─ be.bagofwords.main.tests.bigrams.ReadTextResults.class - [JAR]

be.bagofwords.db.leveldb

├─ be.bagofwords.db.leveldb.LevelDBDataInterface.class - [JAR]

├─ be.bagofwords.db.leveldb.LevelDBDataInterfaceFactory.class - [JAR]

be.bagofwords.db.application.environment

├─ be.bagofwords.db.application.environment.FileCountDBEnvironmentProperties.class - [JAR]

├─ be.bagofwords.db.application.environment.RemoteCountDBEnvironmentProperties.class - [JAR]

be.bagofwords.main.util

├─ be.bagofwords.main.util.InspectFile.class - [JAR]

be.bagofwords.main.tests.bloomfilter

├─ be.bagofwords.main.tests.bloomfilter.TestBloomFiltersSpeed.class - [JAR]

Advertisement

Dependencies from Group

Dec 18, 2016
1 usages
0 stars
Oct 08, 2015
43 stars

Discover Dependencies

Dec 18, 2016
1 usages
0 stars
Sep 19, 2016
49 stars
Jul 15, 2015
5 stars
Aug 18, 2015
4.3k stars
Oct 14, 2015
2 usages
2 stars
Jul 17, 2015
1 stars
Mar 07, 2016
2 usages
2k stars