jar

io.crums : table-io

Maven & Gradle

Oct 25, 2022
0 stars

io.crums:table-io · A low level library for fixed width tables. Provides methods to sort tables using custom row-order functions, both in memory, and for larger tables, via on disk multi-merge sort. Optional keystone structures may be used to guarantee consistent table state on abnormal shutdown.

Table Of Contents

Latest Version

Download io.crums : table-io JAR file - Latest Versions:

All Versions

Download io.crums : table-io 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 table-io-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.crums.io.store.table

├─ io.crums.io.store.table.FilebackedList.class - [JAR]

├─ io.crums.io.store.table.NumberedTable.class - [JAR]

├─ io.crums.io.store.table.SortedTable.class - [JAR]

├─ io.crums.io.store.table.SortedTableBuilder.class - [JAR]

├─ io.crums.io.store.table.Table.class - [JAR]

├─ io.crums.io.store.table.TableSet.class - [JAR]

├─ io.crums.io.store.table.TableSetD.class - [JAR]

├─ io.crums.io.store.table.TableSorter.class - [JAR]

io.crums.io.store.ks

├─ io.crums.io.store.ks.CachingKeystone.class - [JAR]

├─ io.crums.io.store.ks.FixedKeystone.class - [JAR]

├─ io.crums.io.store.ks.Keystone.class - [JAR]

├─ io.crums.io.store.ks.KeystoneImpl.class - [JAR]

├─ io.crums.io.store.ks.RollingKeystone.class - [JAR]

├─ io.crums.io.store.ks.VolatileKeystone.class - [JAR]

io.crums.io.block

├─ io.crums.io.block.Covenant.class - [JAR]

├─ io.crums.io.block.SortedBlock.class - [JAR]

├─ io.crums.io.block.SortedViewBlock.class - [JAR]

io.crums.io.store

├─ io.crums.io.store.NotSortedException.class - [JAR]

├─ io.crums.io.store.Sorted.class - [JAR]

io.crums.io.store.table.order

├─ io.crums.io.store.table.order.CompoundOrder.class - [JAR]

├─ io.crums.io.store.table.order.NaturalRowOrder.class - [JAR]

├─ io.crums.io.store.table.order.RowOrder.class - [JAR]

├─ io.crums.io.store.table.order.RowOrderAtOffset.class - [JAR]

├─ io.crums.io.store.table.order.RowOrders.class - [JAR]

io.crums.io.store.table.merge

├─ io.crums.io.store.table.merge.BaseMergeSort.class - [JAR]

├─ io.crums.io.store.table.merge.BaseMergeSource.class - [JAR]

├─ io.crums.io.store.table.merge.ListMergeSort.class - [JAR]

├─ io.crums.io.store.table.merge.ListMergeSource.class - [JAR]

├─ io.crums.io.store.table.merge.PrecedenceMergeSource.class - [JAR]

├─ io.crums.io.store.table.merge.SetMergeSort.class - [JAR]

├─ io.crums.io.store.table.merge.SetMergeSortD.class - [JAR]

io.crums.io.store.table.iter

├─ io.crums.io.store.table.iter.BufferedRowIterator.class - [JAR]

├─ io.crums.io.store.table.iter.Direction.class - [JAR]

├─ io.crums.io.store.table.iter.DirectionalMergeSource.class - [JAR]

├─ io.crums.io.store.table.iter.FilterRowIterator.class - [JAR]

├─ io.crums.io.store.table.iter.MergeRowIterator.class - [JAR]

├─ io.crums.io.store.table.iter.PrecedenceRowIterator.class - [JAR]

├─ io.crums.io.store.table.iter.RowIterator.class - [JAR]

├─ io.crums.io.store.table.iter.RowIteratorD.class - [JAR]

├─ io.crums.io.store.table.iter.SortedBufferIterator.class - [JAR]

├─ io.crums.io.store.table.iter.TableSetDIterator.class - [JAR]

├─ io.crums.io.store.table.iter.TableSetIterator.class - [JAR]

io.crums.io.store.table.del

├─ io.crums.io.store.table.del.BitDeleteCodec.class - [JAR]

├─ io.crums.io.store.table.del.DeleteCodec.class - [JAR]

├─ io.crums.io.store.table.del.MagicNumDeleteCodec.class - [JAR]