jar

org.terracotta : offheap-store

Maven & Gradle

Jul 11, 2022
6 usages
80 stars

Terracotta Off-Heap Store · A library that offers data structures allocated off the java heap.

Table Of Contents

Latest Version

Download org.terracotta : offheap-store JAR file - Latest Versions:

All Versions

Download org.terracotta : offheap-store JAR file - All Versions:

Version Vulnerabilities Size Updated
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.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 offheap-store-2.5.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.terracotta.offheapstore.buffersource

├─ org.terracotta.offheapstore.buffersource.BufferSource.class - [JAR]

├─ org.terracotta.offheapstore.buffersource.HeapBufferSource.class - [JAR]

├─ org.terracotta.offheapstore.buffersource.OffHeapBufferSource.class - [JAR]

├─ org.terracotta.offheapstore.buffersource.TimingBufferSource.class - [JAR]

org.terracotta.offheapstore.disk.paging

├─ org.terracotta.offheapstore.disk.paging.MappedPage.class - [JAR]

├─ org.terracotta.offheapstore.disk.paging.MappedPageSource.class - [JAR]

├─ org.terracotta.offheapstore.disk.paging.PowerOfTwoFileAllocator.class - [JAR]

org.terracotta.offheapstore.storage.allocator

├─ org.terracotta.offheapstore.storage.allocator.Allocator.class - [JAR]

├─ org.terracotta.offheapstore.storage.allocator.IntegerBestFitAllocator.class - [JAR]

├─ org.terracotta.offheapstore.storage.allocator.LongBestFitAllocator.class - [JAR]

├─ org.terracotta.offheapstore.storage.allocator.PowerOfTwoAllocator.class - [JAR]

├─ org.terracotta.offheapstore.storage.allocator.Region.class - [JAR]

org.terracotta.offheapstore.disk.persistent

├─ org.terracotta.offheapstore.disk.persistent.AbstractPersistentConcurrentOffHeapCache.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.AbstractPersistentConcurrentOffHeapMap.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.AbstractPersistentLockedOffHeapHashMap.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.AbstractPersistentOffHeapCache.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.Persistent.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentConcurrentOffHeapClockCache.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentConcurrentOffHeapHashMap.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentHalfStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentPortability.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentReadWriteLockedOffHeapClockCache.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentReadWriteLockedOffHeapClockCacheFactory.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentReadWriteLockedOffHeapHashMap.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentReadWriteLockedOffHeapHashMapFactory.class - [JAR]

├─ org.terracotta.offheapstore.disk.persistent.PersistentStorageEngine.class - [JAR]

org.terracotta.offheapstore.concurrent

├─ org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapCache.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.ConcurrentMapInternals.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.ConcurrentOffHeapClockCache.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.ConcurrentOffHeapHashMap.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.ConcurrentWriteLockedOffHeapClockCache.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.ConcurrentWriteLockedOffHeapHashMap.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.ReadWriteLockedOffHeapClockCacheFactory.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.ReadWriteLockedOffHeapHashMapFactory.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.WriteLockedOffHeapClockCacheFactory.class - [JAR]

├─ org.terracotta.offheapstore.concurrent.WriteLockedOffHeapHashMapFactory.class - [JAR]

org.terracotta.offheapstore.pinning

├─ org.terracotta.offheapstore.pinning.PinnableCache.class - [JAR]

├─ org.terracotta.offheapstore.pinning.PinnableSegment.class - [JAR]

org.terracotta.offheapstore.util

├─ org.terracotta.offheapstore.util.AATreeSet.class - [JAR]

├─ org.terracotta.offheapstore.util.ByteBufferInputStream.class - [JAR]

├─ org.terracotta.offheapstore.util.ByteBufferUtils.class - [JAR]

├─ org.terracotta.offheapstore.util.DebuggingUtils.class - [JAR]

├─ org.terracotta.offheapstore.util.Factory.class - [JAR]

├─ org.terracotta.offheapstore.util.FindbugsSuppressWarnings.class - [JAR]

├─ org.terracotta.offheapstore.util.MemoryUnit.class - [JAR]

├─ org.terracotta.offheapstore.util.NoOpLock.class - [JAR]

├─ org.terracotta.offheapstore.util.PhysicalMemory.class - [JAR]

├─ org.terracotta.offheapstore.util.ReopeningInterruptibleChannel.class - [JAR]

├─ org.terracotta.offheapstore.util.Retryer.class - [JAR]

├─ org.terracotta.offheapstore.util.Validation.class - [JAR]

├─ org.terracotta.offheapstore.util.WeakIdentityHashMap.class - [JAR]

org.terracotta.offheapstore.disk.storage

├─ org.terracotta.offheapstore.disk.storage.AATreeFileAllocator.class - [JAR]

├─ org.terracotta.offheapstore.disk.storage.FileBackedStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.disk.storage.PersistentIntegerStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.disk.storage.PersistentSplitStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.disk.storage.Region.class - [JAR]

org.terracotta.offheapstore.eviction

├─ org.terracotta.offheapstore.eviction.EvictionListener.class - [JAR]

├─ org.terracotta.offheapstore.eviction.EvictionListeningReadWriteLockedOffHeapClockCache.class - [JAR]

├─ org.terracotta.offheapstore.eviction.EvictionListeningWriteLockedOffHeapClockCache.class - [JAR]

org.terracotta.offheapstore.storage.portability

├─ org.terracotta.offheapstore.storage.portability.BooleanPortability.class - [JAR]

├─ org.terracotta.offheapstore.storage.portability.ByteArrayPortability.class - [JAR]

├─ org.terracotta.offheapstore.storage.portability.Portability.class - [JAR]

├─ org.terracotta.offheapstore.storage.portability.SerializablePortability.class - [JAR]

├─ org.terracotta.offheapstore.storage.portability.StringPortability.class - [JAR]

├─ org.terracotta.offheapstore.storage.portability.WriteBackPortability.class - [JAR]

├─ org.terracotta.offheapstore.storage.portability.WriteContext.class - [JAR]

org.terracotta.offheapstore.set

├─ org.terracotta.offheapstore.set.OffHeapHashSet.class - [JAR]

org.terracotta.offheapstore.paging

├─ org.terracotta.offheapstore.paging.OffHeapStorageArea.class - [JAR]

├─ org.terracotta.offheapstore.paging.Page.class - [JAR]

├─ org.terracotta.offheapstore.paging.PageSource.class - [JAR]

├─ org.terracotta.offheapstore.paging.PhantomReferenceLimitedPageSource.class - [JAR]

├─ org.terracotta.offheapstore.paging.UnlimitedPageSource.class - [JAR]

├─ org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource.class - [JAR]

org.terracotta.offheapstore.storage

├─ org.terracotta.offheapstore.storage.BinaryStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.BooleanHalfStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.HalfStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.IntegerStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.LongStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.OffHeapBufferHalfStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.OffHeapBufferStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.PointerSize.class - [JAR]

├─ org.terracotta.offheapstore.storage.PortabilityBasedHalfStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.PortabilityBasedStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.SerializableStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.SplitStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.StorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.StringStorageEngine.class - [JAR]

org.terracotta.offheapstore.storage.listener

├─ org.terracotta.offheapstore.storage.listener.AbstractListenableStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.listener.ListenableStorageEngine.class - [JAR]

├─ org.terracotta.offheapstore.storage.listener.RecoveryStorageEngineListener.class - [JAR]

├─ org.terracotta.offheapstore.storage.listener.RuntimeStorageEngineListener.class - [JAR]

├─ org.terracotta.offheapstore.storage.listener.StorageEngineListener.class - [JAR]

org.terracotta.offheapstore.exceptions

├─ org.terracotta.offheapstore.exceptions.OversizeMappingException.class - [JAR]

org.terracotta.offheapstore

├─ org.terracotta.offheapstore.AbstractLockedOffHeapHashMap.class - [JAR]

├─ org.terracotta.offheapstore.AbstractOffHeapClockCache.class - [JAR]

├─ org.terracotta.offheapstore.HashingMap.class - [JAR]

├─ org.terracotta.offheapstore.MapInternals.class - [JAR]

├─ org.terracotta.offheapstore.Metadata.class - [JAR]

├─ org.terracotta.offheapstore.MetadataTuple.class - [JAR]

├─ org.terracotta.offheapstore.OffHeapHashMap.class - [JAR]

├─ org.terracotta.offheapstore.ReadWriteLockedOffHeapClockCache.class - [JAR]

├─ org.terracotta.offheapstore.ReadWriteLockedOffHeapHashMap.class - [JAR]

├─ org.terracotta.offheapstore.Segment.class - [JAR]

├─ org.terracotta.offheapstore.WriteLockedOffHeapClockCache.class - [JAR]

├─ org.terracotta.offheapstore.WriteLockedOffHeapHashMap.class - [JAR]

org.terracotta.offheapstore.disk.storage.portability

├─ org.terracotta.offheapstore.disk.storage.portability.PersistentByteArrayPortability.class - [JAR]

├─ org.terracotta.offheapstore.disk.storage.portability.PersistentSerializablePortability.class - [JAR]

Advertisement

Dependencies from Group

Jul 07, 2022
8 usages
5 stars
Mar 15, 2016
8 usages
1 stars
Feb 15, 2023
7 usages
1 stars
Jul 11, 2022
6 usages
80 stars
Aug 01, 2023
5 usages
0 stars

Discover Dependencies

Dec 03, 2022
29 usages
169 stars
Jul 20, 2015
9 usages
Dec 17, 2021
31 usages
777 stars
Dec 17, 2021
895 stars
Sep 02, 2015
3 usages
5 stars
Jul 04, 2023
1 usages
7 stars
Nov 18, 2021
39 usages