Class PhysicalOperationDescriptorFactory

java.lang.Object
org.apache.ignite.internal.persistence.wal.PhysicalOperationDescriptorFactory

public class PhysicalOperationDescriptorFactory extends Object
Class contains builder methods for at least one record of each typeorg.apache.ignite.internal.pagemem.wal.record.WALRecord.RecordType. NOTE!!: It is better to rewrite these builder methods to the builder of each record for flexible use where it is required.
  • Constructor Details

    • PhysicalOperationDescriptorFactory

      public PhysicalOperationDescriptorFactory(int pageSize)
  • Method Details