// DO NOT modify this class. It was generated from LeafRegionEntry.cpp
 private void diskInitialize(RegionEntryContext context, Object value) {
   DiskRecoveryStore drs = (DiskRecoveryStore) context;
   DiskStoreImpl ds = drs.getDiskStore();
   long maxOplogSize = ds.getMaxOplogSize();
   // get appropriate instance of DiskId implementation based on maxOplogSize
   this.id = DiskId.createDiskId(maxOplogSize, true /* is persistence */, ds.needsLinkedList());
   Helper.initialize(this, drs, value);
 }