use of org.apache.geode.internal.cache.persistence.DiskRecoveryStore in project geode by apache.
the class VMThinDiskRegionEntryOffHeapStringKey1 method diskInitialize.
// 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);
}
use of org.apache.geode.internal.cache.persistence.DiskRecoveryStore in project geode by apache.
the class VMThinDiskRegionEntryOffHeapUUIDKey method diskInitialize.
// 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);
}
use of org.apache.geode.internal.cache.persistence.DiskRecoveryStore in project geode by apache.
the class VersionedStatsDiskLRURegionEntryHeapStringKey1 method diskInitialize.
// 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);
}
use of org.apache.geode.internal.cache.persistence.DiskRecoveryStore in project geode by apache.
the class VersionedStatsDiskLRURegionEntryHeapUUIDKey method diskInitialize.
// 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);
}
use of org.apache.geode.internal.cache.persistence.DiskRecoveryStore in project geode by apache.
the class VersionedStatsDiskRegionEntryHeapLongKey method diskInitialize.
// 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);
}
Aggregations