Skip to content

Commit

Permalink
enable kv interface in 2.0 (#3282)
Browse files Browse the repository at this point in the history
* enable kv interface in 2.0

* rebased, fix SimpleKVVerifyTool and StorageIntegrityTool

* address @yixinglu's comments, rename GraphStorageClient to StorageClient
  • Loading branch information
critical27 authored Nov 26, 2021
1 parent ddb9ea4 commit e1b5ef0
Show file tree
Hide file tree
Showing 49 changed files with 387 additions and 618 deletions.
10 changes: 2 additions & 8 deletions src/clients/storage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
# This source code is licensed under Apache 2.0 License.

nebula_add_library(
graph_storage_client_obj OBJECT
GraphStorageClient.cpp
)


nebula_add_library(
general_storage_client_obj OBJECT
GeneralStorageClient.cpp
storage_client_obj OBJECT
StorageClient.cpp
)


Expand Down
90 changes: 0 additions & 90 deletions src/clients/storage/GeneralStorageClient.cpp

This file was deleted.

50 changes: 0 additions & 50 deletions src/clients/storage/GeneralStorageClient.h

This file was deleted.

Loading

0 comments on commit e1b5ef0

Please sign in to comment.