Uses of Interface
com.usatiuk.objects.snapshot.Snapshot
Packages that use Snapshot
-
Uses of Snapshot in com.usatiuk.objects.stores
Methods in com.usatiuk.objects.stores that return SnapshotModifier and TypeMethodDescriptionCachingObjectPersistentStore.getSnapshot()
Get a snapshot of underlying store and the cache.LmdbObjectPersistentStore.getSnapshot()
Get a snapshot of the database.MemoryObjectPersistentStore.getSnapshot()
ObjectPersistentStore.getSnapshot()
Get a snapshot of the persistent store.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.