jar

org.foundationdb : fdb-java

Maven & Gradle

Aug 15, 2023
19 usages
13.6k stars

foundationdb-java · Java bindings for the FoundationDB database. These bindings require the FoundationDB client, which is under a different license. The client can be obtained from https://github.com/apple/foundationdb/releases

Table Of Contents

Latest Version

Download org.foundationdb : fdb-java JAR file - Latest Versions:

All Versions

Download org.foundationdb : fdb-java JAR file - All Versions:

Version Vulnerabilities Size Updated
7.3.x
7.2.x
7.1.x
7.0.x
6.3.x
6.2.x
6.1.x
6.0.x
5.2.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 fdb-java-7.3.15.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.apple.foundationdb.directory

├─ com.apple.foundationdb.directory.Directory.class - [JAR]

├─ com.apple.foundationdb.directory.DirectoryAlreadyExistsException.class - [JAR]

├─ com.apple.foundationdb.directory.DirectoryException.class - [JAR]

├─ com.apple.foundationdb.directory.DirectoryLayer.class - [JAR]

├─ com.apple.foundationdb.directory.DirectoryMoveException.class - [JAR]

├─ com.apple.foundationdb.directory.DirectoryPartition.class - [JAR]

├─ com.apple.foundationdb.directory.DirectorySubspace.class - [JAR]

├─ com.apple.foundationdb.directory.DirectoryUtil.class - [JAR]

├─ com.apple.foundationdb.directory.DirectoryVersionException.class - [JAR]

├─ com.apple.foundationdb.directory.MismatchedLayerException.class - [JAR]

├─ com.apple.foundationdb.directory.NoSuchDirectoryException.class - [JAR]

├─ com.apple.foundationdb.directory.PathUtil.class - [JAR]

com.apple.foundationdb.tuple

├─ com.apple.foundationdb.tuple.ByteArrayUtil.class - [JAR]

├─ com.apple.foundationdb.tuple.FastByteComparisons.class - [JAR]

├─ com.apple.foundationdb.tuple.IterableComparator.class - [JAR]

├─ com.apple.foundationdb.tuple.StringUtil.class - [JAR]

├─ com.apple.foundationdb.tuple.Tuple.class - [JAR]

├─ com.apple.foundationdb.tuple.TupleUtil.class - [JAR]

├─ com.apple.foundationdb.tuple.Versionstamp.class - [JAR]

com.apple.foundationdb

├─ com.apple.foundationdb.ApiVersion.class - [JAR]

├─ com.apple.foundationdb.Cluster.class - [JAR]

├─ com.apple.foundationdb.ClusterOptions.class - [JAR]

├─ com.apple.foundationdb.ConflictRangeType.class - [JAR]

├─ com.apple.foundationdb.Database.class - [JAR]

├─ com.apple.foundationdb.DatabaseOptions.class - [JAR]

├─ com.apple.foundationdb.DirectBufferIterator.class - [JAR]

├─ com.apple.foundationdb.DirectBufferPool.class - [JAR]

├─ com.apple.foundationdb.EventKeeper.class - [JAR]

├─ com.apple.foundationdb.FDB.class - [JAR]

├─ com.apple.foundationdb.FDBDatabase.class - [JAR]

├─ com.apple.foundationdb.FDBException.class - [JAR]

├─ com.apple.foundationdb.FDBTenant.class - [JAR]

├─ com.apple.foundationdb.FDBTransaction.class - [JAR]

├─ com.apple.foundationdb.FutureBool.class - [JAR]

├─ com.apple.foundationdb.FutureInt64.class - [JAR]

├─ com.apple.foundationdb.FutureKey.class - [JAR]

├─ com.apple.foundationdb.FutureKeyArray.class - [JAR]

├─ com.apple.foundationdb.FutureKeyRangeArray.class - [JAR]

├─ com.apple.foundationdb.FutureMappedResults.class - [JAR]

├─ com.apple.foundationdb.FutureResult.class - [JAR]

├─ com.apple.foundationdb.FutureResults.class - [JAR]

├─ com.apple.foundationdb.FutureStrings.class - [JAR]

├─ com.apple.foundationdb.FutureVoid.class - [JAR]

├─ com.apple.foundationdb.JNIUtil.class - [JAR]

├─ com.apple.foundationdb.KeyArrayResult.class - [JAR]

├─ com.apple.foundationdb.KeyRangeArrayResult.class - [JAR]

├─ com.apple.foundationdb.KeySelector.class - [JAR]

├─ com.apple.foundationdb.KeyValue.class - [JAR]

├─ com.apple.foundationdb.LocalityUtil.class - [JAR]

├─ com.apple.foundationdb.MapEventKeeper.class - [JAR]

├─ com.apple.foundationdb.MappedKeyValue.class - [JAR]

├─ com.apple.foundationdb.MappedRangeQuery.class - [JAR]

├─ com.apple.foundationdb.MappedRangeResult.class - [JAR]

├─ com.apple.foundationdb.MappedRangeResultDirectBufferIterator.class - [JAR]

├─ com.apple.foundationdb.MappedRangeResultInfo.class - [JAR]

├─ com.apple.foundationdb.MutationType.class - [JAR]

├─ com.apple.foundationdb.NativeFuture.class - [JAR]

├─ com.apple.foundationdb.NativeObjectWrapper.class - [JAR]

├─ com.apple.foundationdb.NetworkOptions.class - [JAR]

├─ com.apple.foundationdb.OptionConsumer.class - [JAR]

├─ com.apple.foundationdb.OptionsSet.class - [JAR]

├─ com.apple.foundationdb.Range.class - [JAR]

├─ com.apple.foundationdb.RangeQuery.class - [JAR]

├─ com.apple.foundationdb.RangeResult.class - [JAR]

├─ com.apple.foundationdb.RangeResultDirectBufferIterator.class - [JAR]

├─ com.apple.foundationdb.RangeResultInfo.class - [JAR]

├─ com.apple.foundationdb.RangeResultSummary.class - [JAR]

├─ com.apple.foundationdb.ReadTransaction.class - [JAR]

├─ com.apple.foundationdb.ReadTransactionContext.class - [JAR]

├─ com.apple.foundationdb.StreamingMode.class - [JAR]

├─ com.apple.foundationdb.Tenant.class - [JAR]

├─ com.apple.foundationdb.TenantManagement.class - [JAR]

├─ com.apple.foundationdb.Transaction.class - [JAR]

├─ com.apple.foundationdb.TransactionContext.class - [JAR]

├─ com.apple.foundationdb.TransactionOptions.class - [JAR]

com.apple.foundationdb.async

├─ com.apple.foundationdb.async.AsyncIterable.class - [JAR]

├─ com.apple.foundationdb.async.AsyncIterator.class - [JAR]

├─ com.apple.foundationdb.async.AsyncUtil.class - [JAR]

├─ com.apple.foundationdb.async.Cancellable.class - [JAR]

├─ com.apple.foundationdb.async.CloneableException.class - [JAR]

├─ com.apple.foundationdb.async.CloseableAsyncIterator.class - [JAR]

com.apple.foundationdb.testing

├─ com.apple.foundationdb.testing.AbstractWorkload.class - [JAR]

├─ com.apple.foundationdb.testing.PerfMetric.class - [JAR]

├─ com.apple.foundationdb.testing.Promise.class - [JAR]

├─ com.apple.foundationdb.testing.WorkloadContext.class - [JAR]

com.apple.foundationdb.subspace

├─ com.apple.foundationdb.subspace.Subspace.class - [JAR]

Advertisement

Dependencies from Group

Aug 15, 2023
19 usages
13.6k stars
Mar 29, 2020
5 usages
507 stars
Mar 28, 2020
3 usages
507 stars
Mar 29, 2020
2 usages
554 stars

Discover Dependencies

Jul 20, 2018
8 usages
3.6k stars
Apr 27, 2023
14 usages
Jul 11, 2023
2 usages
phg
Jul 11, 2023
Jul 01, 2022
88 usages
490 stars
Jun 08, 2021
10 stars
May 08, 2023
5 usages
19 stars
Mar 20, 2023
57 stars