Uses of Interface
com.usatiuk.objects.iterators.MaybeTombstone
Packages that use MaybeTombstone
Package
Description
-
Uses of MaybeTombstone in com.usatiuk.objects
Subinterfaces of MaybeTombstone in com.usatiuk.objectsModifier and TypeInterfaceDescriptioninterface
JDataVersionedWrapper is a wrapper for JData that contains its version number (the id of the transaction that had changed it last)Classes in com.usatiuk.objects that implement MaybeTombstoneModifier and TypeClassDescriptionfinal record
Simple wrapper for an already-existing JData object with a version.final class
Lazy JDataVersionedWrapper implementation. -
Uses of MaybeTombstone in com.usatiuk.objects.iterators
Subinterfaces of MaybeTombstone in com.usatiuk.objects.iteratorsModifier and TypeInterfaceDescriptioninterface
Data<V>
Interface indicating that data is present.interface
Tombstone<V>
Indicates that the value is a tombstone.Classes in com.usatiuk.objects.iterators that implement MaybeTombstoneModifier and TypeClassDescriptionfinal record
DataWrapper<V>
Simple implementation of the Data interface.final record
Simple implementation of the Tombstone interface.Constructor parameters in com.usatiuk.objects.iterators with type arguments of type MaybeTombstoneModifierConstructorDescriptionTombstoneSkippingIterator
(IteratorStart start, K startKey, List<CloseableKvIterator<K, MaybeTombstone<V>>> iterators) Constructs a TombstoneSkippingIterator with the specified start position, start key, and list of iterators. -
Uses of MaybeTombstone in com.usatiuk.objects.snapshot
Methods in com.usatiuk.objects.snapshot that return types with arguments of type MaybeTombstoneModifier and TypeMethodDescriptionSnapshot.getIterator
(IteratorStart start, K key) Get a list of iterators representing the snapshot. -
Uses of MaybeTombstone in com.usatiuk.objects.stores
Subinterfaces of MaybeTombstone in com.usatiuk.objects.storesClasses in com.usatiuk.objects.stores that implement MaybeTombstone