Class MemoryFactory<E>

java.lang.Object
org.apache.calcite.linq4j.MemoryFactory<E>
Type Parameters:
E - Type of the base Object

public class MemoryFactory<E> extends Object
Contains the State and changes internally. with the create() method one can get immutable Snapshots.
  • Constructor Details

    • MemoryFactory

      public MemoryFactory(int history, int future)
  • Method Details