jar

com.lambdazen.bitsy : bitsy

Maven & Gradle

Mar 25, 2023
5 usages
133 stars

Bitsy Graph Database · Bitsy v3 is a small, fast, embeddable, durable in-memory graph database that is compatible with Tinkerpop3

Table Of Contents

Latest Version

Download com.lambdazen.bitsy : bitsy JAR file - Latest Versions:

All Versions

Download com.lambdazen.bitsy : bitsy JAR file - All Versions:

Version Vulnerabilities Size Updated
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
1.5.x
1.2
1.1
1.0

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 bitsy-3.6.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lambdazen.bitsy.index

├─ com.lambdazen.bitsy.index.BitsyIndex.class - [JAR]

├─ com.lambdazen.bitsy.index.BitsyIndexMap.class - [JAR]

├─ com.lambdazen.bitsy.index.EdgeIndex.class - [JAR]

├─ com.lambdazen.bitsy.index.EdgeIndexMap.class - [JAR]

├─ com.lambdazen.bitsy.index.IndexHelper.class - [JAR]

├─ com.lambdazen.bitsy.index.VertexIndex.class - [JAR]

├─ com.lambdazen.bitsy.index.VertexIndexMap.class - [JAR]

com.lambdazen.bitsy.util

├─ com.lambdazen.bitsy.util.BitsyElementIterator.class - [JAR]

├─ com.lambdazen.bitsy.util.BufferFlusher.class - [JAR]

├─ com.lambdazen.bitsy.util.BufferPotential.class - [JAR]

├─ com.lambdazen.bitsy.util.BufferQueuer.class - [JAR]

├─ com.lambdazen.bitsy.util.CommittableFileLog.class - [JAR]

├─ com.lambdazen.bitsy.util.DefaultCommitChanges.class - [JAR]

├─ com.lambdazen.bitsy.util.DoubleBuffer.class - [JAR]

├─ com.lambdazen.bitsy.util.DoubleBufferThread.class - [JAR]

├─ com.lambdazen.bitsy.util.DoubleBufferWithExecWork.class - [JAR]

├─ com.lambdazen.bitsy.util.EdgeIterator.class - [JAR]

├─ com.lambdazen.bitsy.util.VertexIterator.class - [JAR]

com.lambdazen.bitsy.gremlin

├─ com.lambdazen.bitsy.gremlin.BitsyGraphStep.class - [JAR]

├─ com.lambdazen.bitsy.gremlin.BitsyTraversalStrategy.class - [JAR]

com.lambdazen.bitsy.wrapper

├─ com.lambdazen.bitsy.wrapper.BitsyAutoReloadingEdge.class - [JAR]

├─ com.lambdazen.bitsy.wrapper.BitsyAutoReloadingGraph.class - [JAR]

├─ com.lambdazen.bitsy.wrapper.BitsyAutoReloadingVertex.class - [JAR]

com.lambdazen.bitsy.ads.set

├─ com.lambdazen.bitsy.ads.set.ArraySet.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.ClassifierGetter.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.CompactMultiSetMax.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.CompactSet.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.PrimitiveSet.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.Set.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.Set12.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.Set2.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.Set24.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.Set3.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.Set4.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.Set6.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.Set8.class - [JAR]

├─ com.lambdazen.bitsy.ads.set.SetMax.class - [JAR]

com.lambdazen.bitsy.jsr223

├─ com.lambdazen.bitsy.jsr223.BitsyGremlinPlugin.class - [JAR]

com.lambdazen.bitsy.tx

├─ com.lambdazen.bitsy.tx.BitsyTransaction.class - [JAR]

├─ com.lambdazen.bitsy.tx.BitsyTransactionContext.class - [JAR]

com.lambdazen.bitsy

├─ com.lambdazen.bitsy.BitsyEdge.class - [JAR]

├─ com.lambdazen.bitsy.BitsyElement.class - [JAR]

├─ com.lambdazen.bitsy.BitsyErrorCodes.class - [JAR]

├─ com.lambdazen.bitsy.BitsyException.class - [JAR]

├─ com.lambdazen.bitsy.BitsyFeatures.class - [JAR]

├─ com.lambdazen.bitsy.BitsyGraph.class - [JAR]

├─ com.lambdazen.bitsy.BitsyGraphMBean.class - [JAR]

├─ com.lambdazen.bitsy.BitsyGraphSONModule.class - [JAR]

├─ com.lambdazen.bitsy.BitsyIoRegistryV3d0.class - [JAR]

├─ com.lambdazen.bitsy.BitsyIsolationLevel.class - [JAR]

├─ com.lambdazen.bitsy.BitsyProperty.class - [JAR]

├─ com.lambdazen.bitsy.BitsyRetryException.class - [JAR]

├─ com.lambdazen.bitsy.BitsyState.class - [JAR]

├─ com.lambdazen.bitsy.BitsyVertex.class - [JAR]

├─ com.lambdazen.bitsy.BitsyVertexProperty.class - [JAR]

├─ com.lambdazen.bitsy.ICommitChanges.class - [JAR]

├─ com.lambdazen.bitsy.IEdge.class - [JAR]

├─ com.lambdazen.bitsy.IGraphStore.class - [JAR]

├─ com.lambdazen.bitsy.ITransaction.class - [JAR]

├─ com.lambdazen.bitsy.PortDatabase.class - [JAR]

├─ com.lambdazen.bitsy.ThreadedBitsyGraph.class - [JAR]

├─ com.lambdazen.bitsy.UUID.class - [JAR]

├─ com.lambdazen.bitsy.UUIDGraphBinarySerializer.class - [JAR]

com.lambdazen.bitsy.ads.dict

├─ com.lambdazen.bitsy.ads.dict.Dictionary.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.Dictionary1.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.Dictionary11.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.Dictionary16.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.Dictionary2.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.Dictionary3.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.Dictionary4.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.Dictionary6.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.Dictionary8.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.DictionaryFactory.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.DictionaryMax.class - [JAR]

├─ com.lambdazen.bitsy.ads.dict.PrimitiveDictionary.class - [JAR]

com.lambdazen.bitsy.store

├─ com.lambdazen.bitsy.store.AdjacencyMap.class - [JAR]

├─ com.lambdazen.bitsy.store.AdjacencyMapForBeans.class - [JAR]

├─ com.lambdazen.bitsy.store.BackupJob.class - [JAR]

├─ com.lambdazen.bitsy.store.CompactAndCopyTask.class - [JAR]

├─ com.lambdazen.bitsy.store.EdgeBean.class - [JAR]

├─ com.lambdazen.bitsy.store.EdgeBeanJson.class - [JAR]

├─ com.lambdazen.bitsy.store.Endpoint.class - [JAR]

├─ com.lambdazen.bitsy.store.FileBackedMemoryGraphStore.class - [JAR]

├─ com.lambdazen.bitsy.store.IEdgeRemover.class - [JAR]

├─ com.lambdazen.bitsy.store.IStringCanonicalizer.class - [JAR]

├─ com.lambdazen.bitsy.store.ITxBatchJob.class - [JAR]

├─ com.lambdazen.bitsy.store.IVeReorgJob.class - [JAR]

├─ com.lambdazen.bitsy.store.IndexBean.class - [JAR]

├─ com.lambdazen.bitsy.store.JobWithCountDownLatch.class - [JAR]

├─ com.lambdazen.bitsy.store.LoadTask.class - [JAR]

├─ com.lambdazen.bitsy.store.MemoryGraphStore.class - [JAR]

├─ com.lambdazen.bitsy.store.ParallelRecordReader.class - [JAR]

├─ com.lambdazen.bitsy.store.Record.class - [JAR]

├─ com.lambdazen.bitsy.store.RecordReader.class - [JAR]

├─ com.lambdazen.bitsy.store.SingleThreadedStringCanonicalizer.class - [JAR]

├─ com.lambdazen.bitsy.store.TxBatch.class - [JAR]

├─ com.lambdazen.bitsy.store.TxLog.class - [JAR]

├─ com.lambdazen.bitsy.store.TxLogFlushPotential.class - [JAR]

├─ com.lambdazen.bitsy.store.TxUnit.class - [JAR]

├─ com.lambdazen.bitsy.store.VEObsolescencePotential.class - [JAR]

├─ com.lambdazen.bitsy.store.VertexBean.class - [JAR]

├─ com.lambdazen.bitsy.store.VertexBeanJson.class - [JAR]

Advertisement

Dependencies from Group

Mar 25, 2023
5 usages
133 stars

Discover Dependencies

May 05, 2023
1.4k stars
Aug 08, 2023
33 usages
1.8k stars
Sep 28, 2022
3 usages
53 stars
Nov 05, 2022
4 usages
45 stars
May 02, 2023
4 usages
0 stars
Aug 18, 2016
Jul 18, 2021
10 usages
206.2k stars