mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 01:07:59 +00:00
More labeling
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
html: can_delete.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: 指定したレジャーバージョン以前のレジャー履歴を削除可能にします。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# can_delete
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/CanDelete.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: can_delete.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Allow online deletion of ledgers up to a specific ledger.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# can_delete
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/CanDelete.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: crawl_shards.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: ピアが持つ履歴シャードについての情報を要求します。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# crawl_shards
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: crawl_shards.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Request information about which history shards peers have.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# crawl_shards
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/CrawlShards.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: download_shard.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: レジャー履歴の特定のシャードをダウンロードします。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# download_shard
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/DownloadShard.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: download_shard.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Download a specific shard of ledger history.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# download_shard
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/DownloadShard.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_cleaner.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: レジャークリーナーを制御し、レジャーデータベースの破損を検出して修復できる非同期メンテナンスをする。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# ledger_cleaner
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/df54b47cd0957a31837493cd69e4d9aade0b5055/src/ripple/rpc/handlers/LedgerCleaner.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_cleaner.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Configure the ledger cleaner service to check for corrupted data.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# ledger_cleaner
|
||||
[[Source]](https://github.com/ripple/rippled/blob/df54b47cd0957a31837493cd69e4d9aade0b5055/src/ripple/rpc/handlers/LedgerCleaner.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_request.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: サーバーに対し接続しているピアから特定のレジャーバージョンを取得するように指示します。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# ledger_request
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/e980e69eca9ea843d200773eb1f43abe3848f1a0/src/ripple/rpc/handlers/LedgerRequest.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_request.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Query peer servers for a specific ledger version.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# ledger_request
|
||||
[[Source]](https://github.com/ripple/rippled/blob/e980e69eca9ea843d200773eb1f43abe3848f1a0/src/ripple/rpc/handlers/LedgerRequest.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: log_level.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: ログ詳細レベルを変更するか、現在のログレベルを返します。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# log_level
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/155fcdbcd0b4927152892c8c8be01d9cf62bed68/src/ripple/rpc/handlers/LogLevel.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: log_level.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Get or modify log verbosity.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# log_level
|
||||
[[Source]](https://github.com/ripple/rippled/blob/155fcdbcd0b4927152892c8c8be01d9cf62bed68/src/ripple/rpc/handlers/LogLevel.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: logrotate.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: ログファイルを閉じて再度開きます。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# logrotate
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/743bd6c9175c472814448ea889413be79dfd1c07/src/ripple/rpc/handlers/LogRotate.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: logrotate.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Reopen the log file.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# logrotate
|
||||
[[Source]](https://github.com/ripple/rippled/blob/743bd6c9175c472814448ea889413be79dfd1c07/src/ripple/rpc/handlers/LogRotate.cpp "Source")
|
||||
|
||||
Reference in New Issue
Block a user