858687888990919293
this.fileAccessMode = fileAccessMode; } public int getMaxNumberOfBuffer() throws StoreException { if (maxNumberOfBuffer == null) { throw new StoreException("number of file buffer parameter not set"); } return maxNumberOfBuffer; }
96979899100101102103104
this.maxNumberOfBuffer = maxNumberOfBuffer; } public int getMaxBufferSize() throws StoreException { if (maxBufferSize == null) { throw new StoreException("file buffer size parameter not set"); } return maxBufferSize; }
107108109110111112113114115
this.maxBufferSize = maxBufferSize; } public EnumFileAccessMode getFileAccessMode() throws StoreException { if (dataManager == null && fileAccessMode == null) { throw new StoreException("file access mode is not defined"); } return fileAccessMode; }
229230231232233234235236
this.classNameListRootDataRecordIdentifier = /**/classNameListRootDataRecordIdentifier; try { setStateHaveChanged(); } catch (HeapRecordableException exception) { throw new StoreException(exception); } }
262263264265266267268269
this.garbageCandidateRootDataRecordIdentifier = /**/garbageCandidateRootDataRecordIdentifier; try { setStateHaveChanged(); } catch (HeapRecordableException exception) { throw new StoreException(exception); } }
294295296297298299300301
this.toGarbageRootDataRecordIdentifier = /**/toGarbageRootDataRecordIdentifier; try { setStateHaveChanged(); } catch (HeapRecordableException exception) { throw new StoreException(exception); } }
328329330331332333334335
this.garbageReferenceLinkRootDataRecordIdentifier = /**/garbageReferenceLinkRootDataRecordIdentifier; try { setStateHaveChanged(); } catch (HeapRecordableException exception) { throw new StoreException(exception); } }
346347348349350351352353
localCheckLoaded(); this.garbageCandidateInProcess = garbageCandidateInProcess; try { setStateHaveChanged(); } catch (HeapRecordableException exception) { throw new StoreException(exception); } }
364365366367368369370371
localCheckLoaded(); this.toVisitByCollectorRootDataRecordIdentifier = toVisitByCollectorRootDataRecordIdentifier; try { setStateHaveChanged(); } catch (HeapRecordableException exception) { throw new StoreException(exception); } }
382383384385386387388389
localCheckLoaded(); this.visitedByCollectorRootDataRecordIdentifier = visitedByCollectorRootDataRecordIdentifier; try { setStateHaveChanged(); } catch (HeapRecordableException exception) { throw new StoreException(exception); } }