메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
Enqueue ( byte buffer, int offset, int size ) : void | ||
FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System | ||
Flush ( ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System | ||
concurrentWrites | int | |
callback | FileCommitCallback | |
리턴 | System |