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 recordSimple wrapper for an already-existing JData object with a version.final classLazy JDataVersionedWrapper implementation.Methods in com.usatiuk.objects that return JDataVersionedWrapperModifier and TypeMethodDescriptionJDataVersionedWrapperSerializer.deserialize(ByteBuffer data) Deserializes a JDataVersionedWrapper object from a ByteBuffer.default JDataVersionedWrapperJDataVersionedWrapper.value()Methods in com.usatiuk.objects with parameters of type JDataVersionedWrapperModifier and TypeMethodDescriptioncom.google.protobuf.ByteStringJDataVersionedWrapperSerializer.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 thevaluerecord 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 TypeMethodDescriptionvoidCachingObjectPersistentStore.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 aPendingWriterecord class.