TNTFSRecordIndex

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSRecordIndex = class(TLinkedObjBtree)


Function declarations



[Expand]
constructor TNTFSRecordIndex.Create;
Description: To be documented


[Expand]
destructor TNTFSRecordIndex.Destroy;
Description: To be documented


[Expand]
function TNTFSRecordIndex.Find(const ARecordNumber:Int64; ACurrent:TNTFSDiskRecord):TNTFSDiskRecord;
Description: To be documented


[Expand]
function TNTFSRecordIndex.CreateBlank:TBtreeObject;
Description: To be documented


[Expand]
function TNTFSRecordIndex.Compare(AEntry1,AEntry2:TBtreeObject):Integer;
Description: To be documented


[Expand]
function TNTFSRecordIndex.CreateRecord(ABase:TNTFSDiskRecord; const ARecordNumber:Int64; AVersion:Word):TNTFSDiskRecord;
Description: Create a record, setup properties, do not insert in index


[Expand]
function TNTFSRecordIndex.DestroyRecord(ARecord:TNTFSDiskRecord):Boolean;
Description: Free the record, do not remove from index


[Expand]
function TNTFSRecordIndex.NewRecord(ABase:TNTFSDiskRecord; const ARecordNumber:Int64; AVersion:Word):TNTFSDiskRecord;
Description: Create a record, setup properties, do not insert in index


[Expand]
function TNTFSRecordIndex.InsertRecord(ARecord:TNTFSDiskRecord):Boolean;
Description: Insert the record in the index (Blank not allowed)


[Expand]
function TNTFSRecordIndex.DeleteRecord(ARecord:TNTFSDiskRecord):Boolean;
Description: Remove the record from the index, do not free (Blank not allowed)


[Expand]
function TNTFSRecordIndex.RemoveRecord(ARecord:TNTFSDiskRecord):Boolean;
Description: Remove the record from the index and free (Blank not allowed)


[Expand]
function TNTFSRecordIndex.FindRecord(const ARecordNumber:Int64):TNTFSDiskRecord;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ReaderLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ReaderConvert:Boolean; 
Description: Convert a Reader lock to a Writer lock


[Expand]
function TNTFSRecordIndex.WriterLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.WriterUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.WriterConvert:Boolean;
Description: Convert a Writer lock to a Reader lock


[Expand]
function TNTFSRecordIndex.RunsReaderLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.RunsReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.RunsWriterLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.RunsWriterUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ItemsReaderLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ItemsReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ItemsWriterLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ItemsWriterUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.NodesReaderLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.NodesReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.NodesWriterLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.NodesWriterUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.IndexReaderLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.IndexReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.IndexWriterLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.IndexWriterUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ExtendedsReaderLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ExtendedsReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ExtendedsWriterLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.ExtendedsWriterUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.AttributesReaderLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.AttributesReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.AttributesWriterLock:Boolean;
Description: To be documented


[Expand]
function TNTFSRecordIndex.AttributesWriterUnlock:Boolean;
Description: To be documented


Return to Unit Reference