Uses of Interface
com.usatiuk.objects.JDataVersionedWrapper
Packages that use JDataVersionedWrapper
-
Uses of JDataVersionedWrapper in com.usatiuk.objects
Classes in com.usatiuk.objects that implement JDataVersionedWrapperModifier and TypeClassDescriptionfinal record
Simple wrapper for an already-existing JData object with a version.final class
Lazy JDataVersionedWrapper implementation.Methods in com.usatiuk.objects that return JDataVersionedWrapperModifier and TypeMethodDescriptionJDataVersionedWrapperSerializer.deserialize
(ByteBuffer data) Deserializes a JDataVersionedWrapper object from a ByteBuffer.default JDataVersionedWrapper
JDataVersionedWrapper.value()
Methods in com.usatiuk.objects with parameters of type JDataVersionedWrapperModifier and TypeMethodDescriptioncom.google.protobuf.ByteString
JDataVersionedWrapperSerializer.serialize
(JDataVersionedWrapper obj) Serializes a JDataVersionedWrapper object to a ByteString. -
Uses of JDataVersionedWrapper in com.usatiuk.objects.stores
Methods in com.usatiuk.objects.stores that return JDataVersionedWrapperModifier and TypeMethodDescriptionPendingWrite.value()
Returns the value of thevalue
record component.Methods in com.usatiuk.objects.stores that return types with arguments of type JDataVersionedWrapperModifier and TypeMethodDescriptionCachingObjectPersistentStore.getSnapshot()
Get a snapshot of underlying store and the cache.SerializingObjectPersistentStore.getSnapshot()
Get a snapshot of the persistent store, with deserialized objects.WritebackObjectPersistentStore.getSnapshot()
Get a snapshot of the persistent store, including the pending writes.Method parameters in com.usatiuk.objects.stores with type arguments of type JDataVersionedWrapperModifier and TypeMethodDescriptionvoid
CachingObjectPersistentStore.commitTx
(TxManifestObj<? extends JDataVersionedWrapper> objs, long txId) Commit the transaction to the underlying store and update the cache.Constructors in com.usatiuk.objects.stores with parameters of type JDataVersionedWrapperModifierConstructorDescriptionPendingWrite
(JDataVersionedWrapper value, long bundleId) Creates an instance of aPendingWrite
record class.