C# 클래스 RazorDB.Config

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

공개 프로퍼티들

프로퍼티 타입 설명
DataBlockCacheSize int
ExceptionHandling ExceptionHandling
IndexCacheSize int
ManifestVersionCount int
MaxLargeValueSize int
MaxMemTableSize int
MaxPageSpan int
MaxSmallValueSize int
MaxSortedBlockTableSize int
SortedBlockSize int
SortedBlockTableFileOptions FileOptions

공개 메소드들

메소드 설명
AltManifestFile ( string baseName ) : string
IndexBaseName ( string baseName, string indexName ) : string
JournalFile ( string baseName, int version ) : string
LogError ( string formatStr ) : void
LogMessage ( string formatStr ) : void
LogMessage ( string msg, bool err = false ) : void
ManifestFile ( string baseName ) : string
MaxPagesOnLevel ( int level ) : int
SortedBlockTableFile ( string baseName, int level, int version ) : string

메소드 상세

AltManifestFile() 공개 정적인 메소드

public static AltManifestFile ( string baseName ) : string
baseName string
리턴 string

IndexBaseName() 공개 정적인 메소드

public static IndexBaseName ( string baseName, string indexName ) : string
baseName string
indexName string
리턴 string

JournalFile() 공개 정적인 메소드

public static JournalFile ( string baseName, int version ) : string
baseName string
version int
리턴 string

LogError() 공개 정적인 메소드

public static LogError ( string formatStr ) : void
formatStr string
리턴 void

LogMessage() 공개 정적인 메소드

public static LogMessage ( string formatStr ) : void
formatStr string
리턴 void

LogMessage() 공개 정적인 메소드

public static LogMessage ( string msg, bool err = false ) : void
msg string
err bool
리턴 void

ManifestFile() 공개 정적인 메소드

public static ManifestFile ( string baseName ) : string
baseName string
리턴 string

MaxPagesOnLevel() 공개 정적인 메소드

public static MaxPagesOnLevel ( int level ) : int
level int
리턴 int

SortedBlockTableFile() 공개 정적인 메소드

public static SortedBlockTableFile ( string baseName, int level, int version ) : string
baseName string
level int
version int
리턴 string

프로퍼티 상세

DataBlockCacheSize 공개적으로 정적으로 프로퍼티

public static int DataBlockCacheSize
리턴 int

ExceptionHandling 공개적으로 정적으로 프로퍼티

public static ExceptionHandling ExceptionHandling
리턴 ExceptionHandling

IndexCacheSize 공개적으로 정적으로 프로퍼티

public static int IndexCacheSize
리턴 int

ManifestVersionCount 공개적으로 정적으로 프로퍼티

public static int ManifestVersionCount
리턴 int

MaxLargeValueSize 공개적으로 정적으로 프로퍼티

public static int MaxLargeValueSize
리턴 int

MaxMemTableSize 공개적으로 정적으로 프로퍼티

public static int MaxMemTableSize
리턴 int

MaxPageSpan 공개적으로 정적으로 프로퍼티

public static int MaxPageSpan
리턴 int

MaxSmallValueSize 공개적으로 정적으로 프로퍼티

public static int MaxSmallValueSize
리턴 int

MaxSortedBlockTableSize 공개적으로 정적으로 프로퍼티

public static int MaxSortedBlockTableSize
리턴 int

SortedBlockSize 공개적으로 정적으로 프로퍼티

public static int SortedBlockSize
리턴 int

SortedBlockTableFileOptions 공개적으로 정적으로 프로퍼티

public static FileOptions SortedBlockTableFileOptions
리턴 FileOptions