Class Main

java.lang.Object
one.microstream.examples.deleting.Main

public class Main
extends Object
Microstream deleting data example Deleting an (data)object means to remove all references to the object: In this example all data objects are referenced from the myObjects list of the MyRoot class. Thus deleting an object is done by removing it's reference from the myObjects list and storing the myObject list again. Objects that are no more reachable in the stored object graph will be removed from the storage files a a later time.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main​(String[] args)