Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
LevelDB_TTL_
Vigiar
23
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Clean up layering of storage/leveldb/...
With these changes, this package should be properly cleaned up and not require any further changes.
main
Chris Mumford
há 10 anos
ascendente
b234f65b34
cometimento
a75d435d1d
3 ficheiros alterados
com
5 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
db/snapshot.h
+1
-0
db/write_batch_internal.h
+3
-0
table/iterator_wrapper.h
+ 1
- 0
db/snapshot.h
Ver ficheiro
@ -5,6 +5,7 @@
#
ifndef STORAGE_LEVELDB_DB_SNAPSHOT_H_
#
define STORAGE_LEVELDB_DB_SNAPSHOT_H_
#
include
"db/dbformat.h"
#
include
"leveldb/db.h"
namespace
leveldb
{
+ 1
- 0
db/write_batch_internal.h
Ver ficheiro
@ -5,6 +5,7 @@
#
ifndef STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
#
define STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
#
include
"db/dbformat.h"
#
include
"leveldb/write_batch.h"
namespace
leveldb
{
+ 3
- 0
table/iterator_wrapper.h
Ver ficheiro
@ -5,6 +5,9 @@
#
ifndef STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
#
define STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
#
include
"leveldb/iterator.h"
#
include
"leveldb/slice.h"
namespace
leveldb
{
/
/
A
internal
wrapper
class
with
an
interface
similar
to
Iterator
that
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar