jar

com.onyxdevtools : onyx-database-moe

Maven & Gradle

Apr 03, 2017
9 stars

Onyx Database Multi Engine OS

Table Of Contents

Latest Version

Download com.onyxdevtools : onyx-database-moe JAR file - Latest Versions:

All Versions

Download com.onyxdevtools : onyx-database-moe JAR file - All Versions:

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

com.onyx.index.impl

├─ com.onyx.index.impl.IndexControllerImpl.class - [JAR]

com.onyx.diskmap

├─ com.onyx.diskmap.DefaultMapBuilder.class - [JAR]

├─ com.onyx.diskmap.DiskMap.class - [JAR]

├─ com.onyx.diskmap.MapBuilder.class - [JAR]

├─ com.onyx.diskmap.MapType.class - [JAR]

├─ com.onyx.diskmap.OrderedDiskMap.class - [JAR]

com.onyx.stream

├─ com.onyx.stream.QueryMapStream.class - [JAR]

├─ com.onyx.stream.QueryStream.class - [JAR]

com.onyx.diskmap.base.hashmatrix

├─ com.onyx.diskmap.base.hashmatrix.AbstractCachedHashMatrix.class - [JAR]

├─ com.onyx.diskmap.base.hashmatrix.AbstractHashMatrix.class - [JAR]

├─ com.onyx.diskmap.base.hashmatrix.AbstractIterableMultiMapHashMatrix.class - [JAR]

com.onyx.diskmap.store

├─ com.onyx.diskmap.store.FileChannelStore.class - [JAR]

├─ com.onyx.diskmap.store.InMemoryStore.class - [JAR]

├─ com.onyx.diskmap.store.MemoryMappedStore.class - [JAR]

├─ com.onyx.diskmap.store.Store.class - [JAR]

├─ com.onyx.diskmap.store.StoreType.class - [JAR]

com.onyx.persistence.factory

├─ com.onyx.persistence.factory.PersistenceManagerFactory.class - [JAR]

com.onyx.diskmap.serializer

├─ com.onyx.diskmap.serializer.ObjectBuffer.class - [JAR]

├─ com.onyx.diskmap.serializer.ObjectSerializable.class - [JAR]

├─ com.onyx.diskmap.serializer.ObjectType.class - [JAR]

├─ com.onyx.diskmap.serializer.Serializers.class - [JAR]

com.onyx.index

├─ com.onyx.index.IndexController.class - [JAR]

com.onyx.persistence.manager

├─ com.onyx.persistence.manager.PersistenceManager.class - [JAR]

com.onyx.persistence

├─ com.onyx.persistence.IManagedEntity.class - [JAR]

├─ com.onyx.persistence.ManagedEntity.class - [JAR]

com.onyx.util

├─ com.onyx.util.Base64.class - [JAR]

├─ com.onyx.util.CompareUtil.class - [JAR]

├─ com.onyx.util.Encryption.class - [JAR]

├─ com.onyx.util.EncryptionUtil.class - [JAR]

├─ com.onyx.util.EntityClassLoader.class - [JAR]

├─ com.onyx.util.FileUtil.class - [JAR]

├─ com.onyx.util.OffsetField.class - [JAR]

├─ com.onyx.util.ReflectionUtil.class - [JAR]

com.onyx.diskmap.base.concurrent

├─ com.onyx.diskmap.base.concurrent.AtomicCounter.class - [JAR]

├─ com.onyx.diskmap.base.concurrent.DefaultAtomicCounter.class - [JAR]

├─ com.onyx.diskmap.base.concurrent.DefaultDispatchLock.class - [JAR]

├─ com.onyx.diskmap.base.concurrent.DispatchLock.class - [JAR]

├─ com.onyx.diskmap.base.concurrent.EmptyDispatchLock.class - [JAR]

├─ com.onyx.diskmap.base.concurrent.EmptyMap.class - [JAR]

├─ com.onyx.diskmap.base.concurrent.EmptyReadWriteLock.class - [JAR]

com.onyx.persistence.collections

├─ com.onyx.persistence.collections.LazyQueryCollection.class - [JAR]

├─ com.onyx.persistence.collections.LazyRelationshipCollection.class - [JAR]

com.onyx.persistence.factory.impl

├─ com.onyx.persistence.factory.impl.CacheManagerFactory.class - [JAR]

├─ com.onyx.persistence.factory.impl.EmbeddedPersistenceManagerFactory.class - [JAR]

com.onyx.buffer

├─ com.onyx.buffer.BufferObjectType.class - [JAR]

├─ com.onyx.buffer.BufferStream.class - [JAR]

├─ com.onyx.buffer.BufferStreamable.class - [JAR]

├─ com.onyx.buffer.ExpandableByteBuffer.class - [JAR]

├─ com.onyx.buffer.RecycledBuffer.class - [JAR]

com.onyx.exception

├─ com.onyx.exception.AttributeMissingException.class - [JAR]

├─ com.onyx.exception.AttributeNonNullException.class - [JAR]

├─ com.onyx.exception.AttributeSizeException.class - [JAR]

├─ com.onyx.exception.AttributeTypeMismatchException.class - [JAR]

├─ com.onyx.exception.AttributeUpdateException.class - [JAR]

├─ com.onyx.exception.BufferUnderflowException.class - [JAR]

├─ com.onyx.exception.BufferingException.class - [JAR]

├─ com.onyx.exception.EntityCallbackException.class - [JAR]

├─ com.onyx.exception.EntityClassNotFoundException.class - [JAR]

├─ com.onyx.exception.EntityException.class - [JAR]

├─ com.onyx.exception.EntityExceptionWrapper.class - [JAR]

├─ com.onyx.exception.EntityTypeMatchException.class - [JAR]

├─ com.onyx.exception.IdentifierRequiredException.class - [JAR]

├─ com.onyx.exception.InitializationException.class - [JAR]

├─ com.onyx.exception.InvalidConstructorException.class - [JAR]

├─ com.onyx.exception.InvalidDataTypeForOperator.class - [JAR]

├─ com.onyx.exception.InvalidIdentifierException.class - [JAR]

├─ com.onyx.exception.InvalidIndexException.class - [JAR]

├─ com.onyx.exception.InvalidQueryException.class - [JAR]

├─ com.onyx.exception.InvalidRelationshipTypeException.class - [JAR]

├─ com.onyx.exception.NoResultsException.class - [JAR]

├─ com.onyx.exception.RelationshipHydrationException.class - [JAR]

├─ com.onyx.exception.RelationshipNotFoundException.class - [JAR]

├─ com.onyx.exception.StreamException.class - [JAR]

├─ com.onyx.exception.TransactionException.class - [JAR]

├─ com.onyx.exception.UnknownDatabaseException.class - [JAR]

com.onyx.persistence.annotations

├─ com.onyx.persistence.annotations.Attribute.class - [JAR]

├─ com.onyx.persistence.annotations.CascadePolicy.class - [JAR]

├─ com.onyx.persistence.annotations.Entity.class - [JAR]

├─ com.onyx.persistence.annotations.FetchPolicy.class - [JAR]

├─ com.onyx.persistence.annotations.Identifier.class - [JAR]

├─ com.onyx.persistence.annotations.IdentifierGenerator.class - [JAR]

├─ com.onyx.persistence.annotations.Index.class - [JAR]

├─ com.onyx.persistence.annotations.Partition.class - [JAR]

├─ com.onyx.persistence.annotations.PostInsert.class - [JAR]

├─ com.onyx.persistence.annotations.PostLoad.class - [JAR]

├─ com.onyx.persistence.annotations.PostPersist.class - [JAR]

├─ com.onyx.persistence.annotations.PostRemove.class - [JAR]

├─ com.onyx.persistence.annotations.PostUpdate.class - [JAR]

├─ com.onyx.persistence.annotations.PreInsert.class - [JAR]

├─ com.onyx.persistence.annotations.PrePersist.class - [JAR]

├─ com.onyx.persistence.annotations.PreRemove.class - [JAR]

├─ com.onyx.persistence.annotations.PreUpdate.class - [JAR]

├─ com.onyx.persistence.annotations.Relationship.class - [JAR]

├─ com.onyx.persistence.annotations.RelationshipType.class - [JAR]

com.onyx.cli

├─ com.onyx.cli.Main.class - [JAR]

com.onyx.diskmap.base.hashmap

├─ com.onyx.diskmap.base.hashmap.AbstractCachedHashMap.class - [JAR]

├─ com.onyx.diskmap.base.hashmap.AbstractHashMap.class - [JAR]

├─ com.onyx.diskmap.base.hashmap.AbstractIterableHashMap.class - [JAR]

├─ com.onyx.diskmap.base.hashmap.AbstractIterableMultiMapHashMap.class - [JAR]

com.onyx.diskmap.node

├─ com.onyx.diskmap.node.CombinedIndexHashMatrixNode.class - [JAR]

├─ com.onyx.diskmap.node.CombinedIndexHashNode.class - [JAR]

├─ com.onyx.diskmap.node.HashMatrixNode.class - [JAR]

├─ com.onyx.diskmap.node.Header.class - [JAR]

├─ com.onyx.diskmap.node.SkipListHeadNode.class - [JAR]

├─ com.onyx.diskmap.node.SkipListNode.class - [JAR]

com.onyx.transaction

├─ com.onyx.transaction.DeleteQueryTransaction.class - [JAR]

├─ com.onyx.transaction.DeleteTransaction.class - [JAR]

├─ com.onyx.transaction.SaveTransaction.class - [JAR]

├─ com.onyx.transaction.Transaction.class - [JAR]

├─ com.onyx.transaction.TransactionController.class - [JAR]

├─ com.onyx.transaction.UpdateQueryTransaction.class - [JAR]

com.onyx.persistence.manager.impl

├─ com.onyx.persistence.manager.impl.AbstractPersistenceManager.class - [JAR]

├─ com.onyx.persistence.manager.impl.EmbeddedPersistenceManager.class - [JAR]

com.onyx.persistence.query.impl

├─ com.onyx.persistence.query.impl.DefaultQueryCacheController.class - [JAR]

com.onyx.diskmap.base.skiplist

├─ com.onyx.diskmap.base.skiplist.AbstractCachedSkipList.class - [JAR]

├─ com.onyx.diskmap.base.skiplist.AbstractIterableSkipList.class - [JAR]

├─ com.onyx.diskmap.base.skiplist.AbstractSkipList.class - [JAR]

com.onyx.transaction.impl

├─ com.onyx.transaction.impl.TransactionControllerImpl.class - [JAR]

com.onyx.diskmap.base

├─ com.onyx.diskmap.base.AbstractDiskMap.class - [JAR]

├─ com.onyx.diskmap.base.DiskMultiHashMap.class - [JAR]

├─ com.onyx.diskmap.base.DiskMultiMatrixHashMap.class - [JAR]

├─ com.onyx.diskmap.base.DiskSkipListMap.class - [JAR]

com.onyx.record.impl

├─ com.onyx.record.impl.RecordControllerImpl.class - [JAR]

├─ com.onyx.record.impl.SequenceRecordControllerImpl.class - [JAR]

com.onyx.fetch

├─ com.onyx.fetch.PartitionQueryController.class - [JAR]

├─ com.onyx.fetch.PartitionReference.class - [JAR]

├─ com.onyx.fetch.PartitionSortCompare.class - [JAR]

├─ com.onyx.fetch.ScannerFactory.class - [JAR]

├─ com.onyx.fetch.ScannerProperties.class - [JAR]

├─ com.onyx.fetch.TableScanner.class - [JAR]

com.onyx.persistence.context

├─ com.onyx.persistence.context.SchemaContext.class - [JAR]

com.onyx.relationship.impl

├─ com.onyx.relationship.impl.AbstractRelationshipController.class - [JAR]

├─ com.onyx.relationship.impl.ToManyRelationshipControllerImpl.class - [JAR]

├─ com.onyx.relationship.impl.ToOneRelationshipControllerImpl.class - [JAR]

java.util.concurrent

├─ java.util.concurrent.ThreadFactory.class - [JAR]

com.onyx.persistence.query

├─ com.onyx.persistence.query.CachedQueryMap.class - [JAR]

├─ com.onyx.persistence.query.Query.class - [JAR]

├─ com.onyx.persistence.query.QueryCacheController.class - [JAR]

├─ com.onyx.persistence.query.QueryCriteria.class - [JAR]

├─ com.onyx.persistence.query.QueryCriteriaOperator.class - [JAR]

├─ com.onyx.persistence.query.QueryCriteriaType.class - [JAR]

├─ com.onyx.persistence.query.QueryOrder.class - [JAR]

├─ com.onyx.persistence.query.QueryPartitionMode.class - [JAR]

├─ com.onyx.persistence.query.QueryResult.class - [JAR]

com.onyx.record

├─ com.onyx.record.AbstractRecordController.class - [JAR]

├─ com.onyx.record.RecordController.class - [JAR]

com.onyx.diskmap.exception

├─ com.onyx.diskmap.exception.SerializationException.class - [JAR]

com.onyx.util.map

├─ com.onyx.util.map.AbstractCompatMap.class - [JAR]

├─ com.onyx.util.map.CompatHashMap.class - [JAR]

├─ com.onyx.util.map.CompatMap.class - [JAR]

├─ com.onyx.util.map.CompatWeakHashMap.class - [JAR]

├─ com.onyx.util.map.LastRecentlyUsedMap.class - [JAR]

├─ com.onyx.util.map.SynchronizedMap.class - [JAR]

├─ com.onyx.util.map.WriteSynchronizedMap.class - [JAR]

java.lang

├─ java.lang.Runnable.class - [JAR]

com.onyx.entity

├─ com.onyx.entity.AbstractSystemEntity.class - [JAR]

├─ com.onyx.entity.SystemAttribute.class - [JAR]

├─ com.onyx.entity.SystemEntity.class - [JAR]

├─ com.onyx.entity.SystemError.class - [JAR]

├─ com.onyx.entity.SystemIdentifier.class - [JAR]

├─ com.onyx.entity.SystemIndex.class - [JAR]

├─ com.onyx.entity.SystemPartition.class - [JAR]

├─ com.onyx.entity.SystemPartitionEntry.class - [JAR]

├─ com.onyx.entity.SystemRelationship.class - [JAR]

├─ com.onyx.entity.SystemUser.class - [JAR]

├─ com.onyx.entity.SystemUserRole.class - [JAR]

com.onyx.persistence.update

├─ com.onyx.persistence.update.AttributeUpdate.class - [JAR]

com.onyx.fetch.impl

├─ com.onyx.fetch.impl.AbstractTableScanner.class - [JAR]

├─ com.onyx.fetch.impl.FullTableScanner.class - [JAR]

├─ com.onyx.fetch.impl.IdentifierScanner.class - [JAR]

├─ com.onyx.fetch.impl.IndexScanner.class - [JAR]

├─ com.onyx.fetch.impl.PartitionFullTableScanner.class - [JAR]

├─ com.onyx.fetch.impl.PartitionIdentifierScanner.class - [JAR]

├─ com.onyx.fetch.impl.PartitionIndexScanner.class - [JAR]

├─ com.onyx.fetch.impl.RelationshipScanner.class - [JAR]

java.util.function

├─ java.util.function.BiConsumer.class - [JAR]

├─ java.util.function.BiFunction.class - [JAR]

├─ java.util.function.Consumer.class - [JAR]

├─ java.util.function.Function.class - [JAR]

├─ java.util.function.Predicate.class - [JAR]

com.onyx.helpers

├─ com.onyx.helpers.IndexHelper.class - [JAR]

├─ com.onyx.helpers.PartitionContext.class - [JAR]

├─ com.onyx.helpers.PartitionHelper.class - [JAR]

├─ com.onyx.helpers.RelationshipHelper.class - [JAR]

├─ com.onyx.helpers.ValidationHelper.class - [JAR]

com.onyx.descriptor

├─ com.onyx.descriptor.AbstractBaseDescriptor.class - [JAR]

├─ com.onyx.descriptor.AttributeDescriptor.class - [JAR]

├─ com.onyx.descriptor.BaseDescriptor.class - [JAR]

├─ com.onyx.descriptor.EntityDescriptor.class - [JAR]

├─ com.onyx.descriptor.IdentifierDescriptor.class - [JAR]

├─ com.onyx.descriptor.IndexDescriptor.class - [JAR]

├─ com.onyx.descriptor.PartitionDescriptor.class - [JAR]

├─ com.onyx.descriptor.RelationshipDescriptor.class - [JAR]

com.onyx.persistence.context.impl

├─ com.onyx.persistence.context.impl.CacheSchemaContext.class - [JAR]

├─ com.onyx.persistence.context.impl.DefaultSchemaContext.class - [JAR]

├─ com.onyx.persistence.context.impl.ViewerSchemaContext.class - [JAR]

com.onyx.query

├─ com.onyx.query.CachedResults.class - [JAR]

├─ com.onyx.query.QueryListener.class - [JAR]

├─ com.onyx.query.QueryListenerEvent.class - [JAR]

├─ com.onyx.query.QuerySubscriberController.class - [JAR]

com.onyx.relationship

├─ com.onyx.relationship.EntityRelationshipManager.class - [JAR]

├─ com.onyx.relationship.RelationshipController.class - [JAR]

├─ com.onyx.relationship.RelationshipReference.class - [JAR]

Advertisement