C# 클래스 Bend.LayerWriteGroup

상속: IDisposable
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mylayer LayerManager
tsn long
type WriteGroupType

공개 메소드들

메소드 설명
Dispose ( ) : void
LayerWriteGroup ( LayerManager _layer, WriteGroupType type = DEFAULT_WG_TYPE ) : System
addCompletion ( handleWriteGroupCompletion fn ) : void
cancel ( ) : void
finish ( ) : void
setValue ( RecordKey key, RecordUpdate update ) : void
setValueParsed ( String skey, String svalue ) : void

비공개 메소드들

메소드 설명
addCommand ( LogCommands cmd, byte cmddata ) : void
checkpointDrop ( ) : void
checkpointStart ( ) : SegmentMemoryBuilder

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LayerWriteGroup() 공개 메소드

public LayerWriteGroup ( LayerManager _layer, WriteGroupType type = DEFAULT_WG_TYPE ) : System
_layer LayerManager
type WriteGroupType
리턴 System

addCompletion() 공개 메소드

public addCompletion ( handleWriteGroupCompletion fn ) : void
fn handleWriteGroupCompletion
리턴 void

cancel() 공개 메소드

public cancel ( ) : void
리턴 void

finish() 공개 메소드

public finish ( ) : void
리턴 void

setValue() 공개 메소드

public setValue ( RecordKey key, RecordUpdate update ) : void
key RecordKey
update RecordUpdate
리턴 void

setValueParsed() 공개 메소드

public setValueParsed ( String skey, String svalue ) : void
skey String
svalue String
리턴 void

프로퍼티 상세

mylayer 공개적으로 프로퍼티

public LayerManager,Bend mylayer
리턴 LayerManager

tsn 공개적으로 프로퍼티

public long tsn
리턴 long

type 공개적으로 프로퍼티

public WriteGroupType type
리턴 WriteGroupType