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 TypeInterfaceDescriptioninterfaceJDataVersionedWrapper 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 recordSimple wrapper for an already-existing JData object with a version.final classLazy JDataVersionedWrapper implementation. -
Uses of MaybeTombstone in com.usatiuk.objects.iterators
Subinterfaces of MaybeTombstone in com.usatiuk.objects.iteratorsModifier and TypeInterfaceDescriptioninterfaceData<V>Interface indicating that data is present.interfaceTombstone<V>Indicates that the value is a tombstone.Classes in com.usatiuk.objects.iterators that implement MaybeTombstoneModifier and TypeClassDescriptionfinal recordDataWrapper<V>Simple implementation of the Data interface.final recordSimple 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