jar

com.github.stacs-srg : storr

Maven & Gradle

Mar 12, 2021
1 usages
2 stars

storr · JSON store

Table Of Contents

Latest Version

Download com.github.stacs-srg : storr JAR file - Latest Versions:

All Versions

Download com.github.stacs-srg : storr JAR file - All Versions:

Version Vulnerabilities Size Updated
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 storr-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

uk.ac.standrews.cs.storr.impl.transaction.impl

├─ uk.ac.standrews.cs.storr.impl.transaction.impl.OverwriteRecord.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.transaction.impl.Transaction.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.transaction.impl.TransactionManager.class - [JAR]

uk.ac.standrews.cs.storr.interfaces

├─ uk.ac.standrews.cs.storr.interfaces.IBlocker.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IBucket.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IBucketIndex.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IFilter.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IIdtoLXPMap.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IIndexedBucket.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IInputStream.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IObjectCache.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IOutputStream.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IReferenceType.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IRepository.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IStore.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IStoreReference.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IStringtoILXPMap.class - [JAR]

├─ uk.ac.standrews.cs.storr.interfaces.IType.class - [JAR]

uk.ac.standrews.cs.storr.impl.exceptions

├─ uk.ac.standrews.cs.storr.impl.exceptions.BucketException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.IllegalKeyException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.KeyNotFoundException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.LXPException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.NoSuitableBucketException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.PersistentObjectException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.ReferenceException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.RepositoryException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.StoreException.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.exceptions.TypeMismatchFoundException.class - [JAR]

uk.ac.standrews.cs.storr.types

├─ uk.ac.standrews.cs.storr.types.JPO_FIELD.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.LXPArgumentKind.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.LXPBaseType.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.LXPListBaseType.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.LXPListRefType.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.LXPReferenceType.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.LXP_LIST.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.LXP_REF.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.LXP_SCALAR.class - [JAR]

├─ uk.ac.standrews.cs.storr.types.Types.class - [JAR]

uk.ac.standrews.cs.storr.impl.transaction.exceptions

├─ uk.ac.standrews.cs.storr.impl.transaction.exceptions.TransactionFailedException.class - [JAR]

uk.ac.standrews.cs.storr.examples

├─ uk.ac.standrews.cs.storr.examples.SimplestExample.class - [JAR]

uk.ac.standrews.cs.storr.impl

├─ uk.ac.standrews.cs.storr.impl.BucketBackedAbstractStream.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.BucketBackedInputStream.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.BucketBackedOutputStream.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.BucketIndex.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.BucketKind.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.DirectoryBackedBucket.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.DirectoryBackedIndexedBucket.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.DirectoryBackedIndirectBucket.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.DirectoryBackedMapBucket.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.DynamicLXP.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.FileIterator.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.HardReference.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.IdtoILXPMap.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.IndexedBucketInputStream.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.JPO.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.JPOField.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.JPOMetadata.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.JPOReference.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.LXP.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.LXPMetadata.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.LXPReference.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.ObjectCache.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.PersistentMetaData.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.PersistentObject.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.ProtoTypicalJPO.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.Repository.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.StaticLXP.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.Store.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.StringtoILXPMap.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.Tuple.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.TypeFactory.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.Watcher.class - [JAR]

uk.ac.standrews.cs.storr.impl.transaction.interfaces

├─ uk.ac.standrews.cs.storr.impl.transaction.interfaces.ITransaction.class - [JAR]

├─ uk.ac.standrews.cs.storr.impl.transaction.interfaces.ITransactionManager.class - [JAR]

Advertisement

Dependencies from Group

Apr 24, 2020
3 usages
1 stars
Mar 12, 2021
1 usages
2 stars
Jul 15, 2020
1 usages
2 stars
Apr 24, 2020
0 stars

Discover Dependencies

Apr 23, 2020
2 stars
Jun 16, 2020
3 stars
Feb 01, 2021
102 stars
Aug 11, 2023
4 usages
2.1k stars
Aug 15, 2023
0 stars
Feb 07, 2021
4 stars
Jul 07, 2023
0 stars
Sep 13, 2021
1 usages
18.8k stars