C# Class Bend.LayerWriteGroup

Inheritance: IDisposable
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Свойство Type Description
mylayer LayerManager
tsn long
type WriteGroupType

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
addCommand ( LogCommands cmd, byte cmddata ) : void
checkpointDrop ( ) : void
checkpointStart ( ) : SegmentMemoryBuilder

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LayerWriteGroup() public méthode

public LayerWriteGroup ( LayerManager _layer, WriteGroupType type = DEFAULT_WG_TYPE ) : System
_layer LayerManager
type WriteGroupType
Résultat System

addCompletion() public méthode

public addCompletion ( handleWriteGroupCompletion fn ) : void
fn handleWriteGroupCompletion
Résultat void

cancel() public méthode

public cancel ( ) : void
Résultat void

finish() public méthode

public finish ( ) : void
Résultat void

setValue() public méthode

public setValue ( RecordKey key, RecordUpdate update ) : void
key RecordKey
update RecordUpdate
Résultat void

setValueParsed() public méthode

public setValueParsed ( String skey, String svalue ) : void
skey String
svalue String
Résultat void

Property Details

mylayer public_oe property

public LayerManager,Bend mylayer
Résultat LayerManager

tsn public_oe property

public long tsn
Résultat long

type public_oe property

public WriteGroupType type
Résultat WriteGroupType