C# 클래스 Voron.Impl.Transaction.PagerStateCacheItem

파일 보기 프로젝트 열기: fitzchak/ravendb

공개 프로퍼티들

프로퍼티 타입 설명
FileNumber int
State Voron.Impl.PagerState

공개 메소드들

메소드 설명
PagerStateCacheItem ( int file, Voron.Impl.PagerState state ) : Sparrow

메소드 상세

PagerStateCacheItem() 공개 메소드

public PagerStateCacheItem ( int file, Voron.Impl.PagerState state ) : Sparrow
file int
state Voron.Impl.PagerState
리턴 Sparrow

프로퍼티 상세

FileNumber 공개적으로 프로퍼티

public int FileNumber
리턴 int

State 공개적으로 프로퍼티

public PagerState,Voron.Impl State
리턴 Voron.Impl.PagerState