forked from tikv/tikv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert more of tikv-server to generic kv engines (tikv#10785)
* server: Add EK typaram to TiKVEngines type Signed-off-by: Brian Anderson <[email protected]> * server: Add EK typaram to EngineMetricsManager Signed-off-by: Brian Anderson <[email protected]> * server: Add EK typaram to ServerType/RaftKvType Signed-off-by: Brian Anderson <[email protected]> * server: Add EK typaram to Servers type Signed-off-by: Brian Anderson <[email protected]> * server: Replace RocksEngine with typaram in signal_handler Signed-off-by: Brian Anderson <[email protected]> * server: Fix signature of wait_for_signal on not(unix) Signed-off-by: Brian Anderson <[email protected]> * storage: Replace RocksEngine with typaram in StorageConfigManager Signed-off-by: Brian Anderson <[email protected]> * server: Add EK typaram to Node Signed-off-by: Brian Anderson <[email protected]> * rustfmt Signed-off-by: Brian Anderson <[email protected]> * server: Use impl trait instead of ER typaram in signal_handler Signed-off-by: Brian Anderson <[email protected]> * storage: Return Self Signed-off-by: Brian Anderson <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
- Loading branch information
1 parent
d377cfd
commit 32b314a
Showing
6 changed files
with
59 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters