Structs§
Enums§
Traits§
- Create
Dir - Delete
Dir - Delete
File - File
Exists - File
Lock - | Identifies a locked file. |
- GetChildren
- GetFile
Size - Lock
File - NewAppendable
File - NewRandom
Access File - NewSequential
File - NewWritable
File - Random
Access File - | A file abstraction for randomly reading | the contents of a file. |
- Random
Access File Read - Rename
File - Sequential
File - | A file abstraction for reading sequentially | through a file |
- Sequential
File Read - Sequential
File Skip - Unlock
File - Writable
File - | A file abstraction for sequential writing. The | implementation must provide buffering since | callers may append small fragments at a time to | the file.
- Writable
File Append - Writable
File Close - Writable
File Flush - Writable
File Sync
Functions§
- current_
file_ name - | Return the name of the current file. | This file contains the name of the current | manifest file. | | The result will be prefixed with “dbname”. |
- descriptor_
file_ name - | Return the name of the descriptor file for the | db named by “dbname” and the specified | incarnation number. The result will be | prefixed with “dbname”.
- info_
log_ file_ name - | Return the name of the info log file for | “dbname”. |
- lock_
file_ name - | Return the name of the lock file for the | db named by “dbname”. The result will | be prefixed with “dbname”. |
- log_
file_ name - | Return the name of the log file with the | specified number in the db named by “dbname”. | | The result will be prefixed with “dbname”. |
- make_
file_ name - old_
info_ log_ file_ name - | Return the name of the old info log file | for “dbname”. |
- parse_
file_ name - | If filename is a leveldb file, store the type | of the file in *type. | | The number encoded in the filename is stored in | *number. If the filename was successfully | parsed, returns true. Else return false. |
- sst_
table_ file_ name - | Return the legacy file name for an sstable with | the specified number in the db named by | “dbname”. The result will be prefixed with | “dbname”.
- table_
file_ name - | Return the name of the sstable with the | specified number in the db named by “dbname”. | | The result will be prefixed with “dbname”. |
- temp_
file_ name - | Return the name of a temporary file owned by | the db named “dbname”. | | The result will be prefixed with “dbname”.