Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Enqueue ( byte buffer, int offset, int size ) : void | ||
FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System | ||
Flush ( ) : void |
Method | Description | |
---|---|---|
Append ( Page page ) : void | ||
Commit ( Chunk chunk, int slot ) : void | ||
FileQueue ( ) : System |
public Enqueue ( byte buffer, int offset, int size ) : void | ||
buffer | byte | |
offset | int | |
size | int | |
return | void |
public FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System | ||
concurrentWrites | int | |
callback | FileCommitCallback | |
return | System |