private static final ORecordId CONFIGURATION_RID = new ORecordId(0, 0);
private OSingleFileSegment segment;
public OStorageConfigurationSegment(final OStorageLocal iStorage, final String iPath) throws IOException {
super(iStorage);
segment = new OSingleFileSegment((OStorageLocal) storage, new OStorageFileConfiguration(null, iPath + "/database.ocf",
fileTemplate.fileType, fileTemplate.maxSize, fileTemplate.fileIncrementSize));
}