All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download xodus-environment JAR 1.2.1 with all dependencies


Xodus is pure Java transactional schema-less embedded database

Files of the artifact xodus-environment version 1.2.1 from the group org.jetbrains.xodus.

Test

Artifact xodus-environment
Group org.jetbrains.xodus
Version 1.2.1
Last update 27. February 2018
Tags: schema pure transactional java xodus embedded less database
Organization not specified
URL https://github.com/JetBrains/xodus
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies kotlin-stdlib, xodus-compress,
There are maybe transitive dependencies!
There is a newer version: 2.0.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of xodus-environment Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of xodus-environment version 1.2.1

META-INF
META-INF.META-INF.MANIFEST.MF
jetbrains.exodus.crypto
jetbrains.exodus.crypto.jetbrains.exodus.crypto.EnvKrypt.kt
jetbrains.exodus.env
jetbrains.exodus.env.jetbrains.exodus.env.ContextualEnvironmentImpl
jetbrains.exodus.env.jetbrains.exodus.env.ContextualStoreImpl
jetbrains.exodus.env.jetbrains.exodus.env.ContextualTemporaryEmptyStore
jetbrains.exodus.env.jetbrains.exodus.env.CursorImpl
jetbrains.exodus.env.jetbrains.exodus.env.DatabaseRoot
jetbrains.exodus.env.jetbrains.exodus.env.EnvironmentBackupStrategyImpl
jetbrains.exodus.env.jetbrains.exodus.env.EnvironmentImpl
jetbrains.exodus.env.jetbrains.exodus.env.EnvironmentStatistics
jetbrains.exodus.env.jetbrains.exodus.env.Environments
jetbrains.exodus.env.jetbrains.exodus.env.MetaTree
jetbrains.exodus.env.jetbrains.exodus.env.ReadWriteTransaction
jetbrains.exodus.env.jetbrains.exodus.env.ReadonlyTransaction
jetbrains.exodus.env.jetbrains.exodus.env.ReentrantTransactionDispatcher
jetbrains.exodus.env.jetbrains.exodus.env.StoreGetCache
jetbrains.exodus.env.jetbrains.exodus.env.StoreImpl
jetbrains.exodus.env.jetbrains.exodus.env.StuckTransactionMonitor.kt
jetbrains.exodus.env.jetbrains.exodus.env.TemporaryEmptyStore
jetbrains.exodus.env.jetbrains.exodus.env.TransactionAcquireTimeoutException
jetbrains.exodus.env.jetbrains.exodus.env.TransactionBase
jetbrains.exodus.env.jetbrains.exodus.env.TransactionSet
jetbrains.exodus.env.management
jetbrains.exodus.env.management.jetbrains.exodus.env.management.EnvironmentConfig
jetbrains.exodus.env.management.jetbrains.exodus.env.management.EnvironmentConfigMBean
jetbrains.exodus.env.management.jetbrains.exodus.env.management.EnvironmentConfigWithOperations
jetbrains.exodus.env.management.jetbrains.exodus.env.management.EnvironmentStatistics
jetbrains.exodus.env.management.jetbrains.exodus.env.management.EnvironmentStatisticsMBean
jetbrains.exodus.gc
jetbrains.exodus.gc.jetbrains.exodus.gc.BackgroundCleaner
jetbrains.exodus.gc.jetbrains.exodus.gc.BackgroundCleaningJob
jetbrains.exodus.gc.jetbrains.exodus.gc.CleanWholeLogJob
jetbrains.exodus.gc.jetbrains.exodus.gc.GarbageCollector
jetbrains.exodus.gc.jetbrains.exodus.gc.UtilizationProfile
jetbrains.exodus.io
jetbrains.exodus.io.jetbrains.exodus.io.AbstractDataWriter
jetbrains.exodus.io.jetbrains.exodus.io.Block
jetbrains.exodus.io.jetbrains.exodus.io.DataReader
jetbrains.exodus.io.jetbrains.exodus.io.DataWriter
jetbrains.exodus.io.jetbrains.exodus.io.FileDataReader
jetbrains.exodus.io.jetbrains.exodus.io.FileDataWriter
jetbrains.exodus.io.jetbrains.exodus.io.LockingManager
jetbrains.exodus.io.jetbrains.exodus.io.RemoveBlockType
jetbrains.exodus.io.jetbrains.exodus.io.SharedMappedByteBuffer
jetbrains.exodus.io.jetbrains.exodus.io.SharedMappedFilesCache
jetbrains.exodus.io.jetbrains.exodus.io.SharedOpenFilesCache
jetbrains.exodus.io.jetbrains.exodus.io.TransactionalDataWriter
jetbrains.exodus.io.inMemory
jetbrains.exodus.io.inMemory.jetbrains.exodus.io.inMemory.Memory
jetbrains.exodus.io.inMemory.jetbrains.exodus.io.inMemory.MemoryDataReader
jetbrains.exodus.io.inMemory.jetbrains.exodus.io.inMemory.MemoryDataWriter
jetbrains.exodus.log
jetbrains.exodus.log.jetbrains.exodus.log.ArrayByteIterableWithAddress
jetbrains.exodus.log.jetbrains.exodus.log.BlockNotFoundException
jetbrains.exodus.log.jetbrains.exodus.log.BufferedDataWriter
jetbrains.exodus.log.jetbrains.exodus.log.ByteIterableWithAddress
jetbrains.exodus.log.jetbrains.exodus.log.ByteIteratorWithAddress
jetbrains.exodus.log.jetbrains.exodus.log.CompoundByteIterator
jetbrains.exodus.log.jetbrains.exodus.log.CompressedUnsignedLongByteIterable
jetbrains.exodus.log.jetbrains.exodus.log.DataCorruptionException
jetbrains.exodus.log.jetbrains.exodus.log.DataIterator
jetbrains.exodus.log.jetbrains.exodus.log.ExpiredLoggableInfo
jetbrains.exodus.log.jetbrains.exodus.log.Log
jetbrains.exodus.log.jetbrains.exodus.log.LogAwareFixedLengthByteIterable
jetbrains.exodus.log.jetbrains.exodus.log.LogCache
jetbrains.exodus.log.jetbrains.exodus.log.LogConfig
jetbrains.exodus.log.jetbrains.exodus.log.LogFileSet.kt
jetbrains.exodus.log.jetbrains.exodus.log.LogTestConfig
jetbrains.exodus.log.jetbrains.exodus.log.LogUtil
jetbrains.exodus.log.jetbrains.exodus.log.Loggable
jetbrains.exodus.log.jetbrains.exodus.log.LoggableIterator
jetbrains.exodus.log.jetbrains.exodus.log.NewFileListener
jetbrains.exodus.log.jetbrains.exodus.log.NullLoggable
jetbrains.exodus.log.jetbrains.exodus.log.RandomAccessByteIterable
jetbrains.exodus.log.jetbrains.exodus.log.RandomAccessLoggable
jetbrains.exodus.log.jetbrains.exodus.log.RandomAccessLoggableAndArrayByteIterable
jetbrains.exodus.log.jetbrains.exodus.log.RandomAccessLoggableImpl
jetbrains.exodus.log.jetbrains.exodus.log.ReadBytesListener
jetbrains.exodus.log.jetbrains.exodus.log.RemoveFileListener
jetbrains.exodus.log.jetbrains.exodus.log.SeparateLogCache
jetbrains.exodus.log.jetbrains.exodus.log.SharedLogCache
jetbrains.exodus.log.jetbrains.exodus.log.SingleByteIterable
jetbrains.exodus.log.jetbrains.exodus.log.TooBigLoggableException
jetbrains.exodus.tree
jetbrains.exodus.tree.jetbrains.exodus.tree.Dumpable
jetbrains.exodus.tree.jetbrains.exodus.tree.INode
jetbrains.exodus.tree.jetbrains.exodus.tree.ITree
jetbrains.exodus.tree.jetbrains.exodus.tree.ITreeCursor
jetbrains.exodus.tree.jetbrains.exodus.tree.ITreeCursorMutable
jetbrains.exodus.tree.jetbrains.exodus.tree.ITreeMutable
jetbrains.exodus.tree.jetbrains.exodus.tree.LongIterator
jetbrains.exodus.tree.jetbrains.exodus.tree.MutableTreeRoot
jetbrains.exodus.tree.jetbrains.exodus.tree.TreeCursor
jetbrains.exodus.tree.jetbrains.exodus.tree.TreeCursorMutable
jetbrains.exodus.tree.jetbrains.exodus.tree.TreeMetaInfo
jetbrains.exodus.tree.jetbrains.exodus.tree.TreeTraverser
jetbrains.exodus.tree.btree
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.AddressIterator
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTree
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeBalancePolicy
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeBase
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeCursorDup
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeCursorDupMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeDup
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeDupMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeEmpty
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeMetaInfo
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeMutatingTraverser
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeMutatingTraverserDup
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeReclaimTraverser
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeTraverser
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BTreeTraverserDup
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BaseLeafNode
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BaseLeafNodeMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BasePage
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BasePageImmutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BasePageMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BottomPage
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.BottomPageMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.DupLeafNodeMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.ILeafNode
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.ILeafNodeMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.InternalPage
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.InternalPageMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.LeafNode
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.LeafNodeDup
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.LeafNodeDupMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.LeafNodeKV
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.LeafNodeMutable
jetbrains.exodus.tree.btree.jetbrains.exodus.tree.btree.TreePos
jetbrains.exodus.tree.patricia
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.AddressIterator
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.ChildReference
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.ChildReferenceBase
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.ChildReferenceMutable
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.ChildReferenceSet
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.ChildReferenceTransient
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.EscapingByteIterable
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.ImmutableNode
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.MutableNode
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.MutableNodeSaveContext
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.MutableRoot
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.NodeBase
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.NodeChildren
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaCursorDecorator
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaMetaInfo
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaReclaimActualTraverser
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaReclaimSourceTraverser
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTraverser
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTree
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTreeBase
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTreeDecorator
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTreeEmpty
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTreeForReclaim
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTreeMutable
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTreeWithDuplicates
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.PatriciaTreeWithDuplicatesMutable
jetbrains.exodus.tree.patricia.jetbrains.exodus.tree.patricia.TreeAwareNodeDecorator




© 2015 - 2025 Weber Informatics LLC | Privacy Policy