C# 클래스 Deveel.Data.Index.IndexSetStore

파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
CommitDropIndex ( int indexNum ) : void
CommitIndexSet ( IIndexSet indexSet ) : void
Create ( ) : long
Dispose ( ) : void
GetAreasUsed ( List list ) : void
GetSnapshotIndex ( ) : IIndexSet
IndexSetStore ( IStore store ) : System
Open ( long startPointer ) : void
PrepareIndexLists ( int count, int type, int blockSize ) : void

비공개 메소드들

메소드 설명
CommitIndexHeader ( ) : void
CreateNewBlock ( ) : long
DeleteAreas ( IEnumerable deletedAreas ) : void
Dispose ( bool disposing ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CommitDropIndex() 공개 메소드

public CommitDropIndex ( int indexNum ) : void
indexNum int
리턴 void

CommitIndexSet() 공개 메소드

public CommitIndexSet ( IIndexSet indexSet ) : void
indexSet IIndexSet
리턴 void

Create() 공개 메소드

public Create ( ) : long
리턴 long

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAreasUsed() 공개 메소드

public GetAreasUsed ( List list ) : void
list List
리턴 void

GetSnapshotIndex() 공개 메소드

public GetSnapshotIndex ( ) : IIndexSet
리턴 IIndexSet

IndexSetStore() 공개 메소드

public IndexSetStore ( IStore store ) : System
store IStore
리턴 System

Open() 공개 메소드

public Open ( long startPointer ) : void
startPointer long
리턴 void

PrepareIndexLists() 공개 메소드

public PrepareIndexLists ( int count, int type, int blockSize ) : void
count int
type int
blockSize int
리턴 void