More labeling

This commit is contained in:
mDuo13
2021-06-11 16:52:57 -07:00
parent 31d4d5ee1a
commit 9062d97c96
281 changed files with 635 additions and 73 deletions

View File

@@ -2,6 +2,9 @@
html: consensus_info.html
parent: status-and-debugging-methods.html
blurb: デバッグのためのコンセンサスプロセスに関する情報を返します。
labels:
- ブロックチェーン
- コアサーバー
---
# consensus_info
[[ソース]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/ConsensusInfo.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: consensus_info.html
parent: status-and-debugging-methods.html
blurb: Get information about the state of consensus as it happens.
labels:
- Blockchain
- Core Server
---
# consensus_info
[[Source]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/ConsensusInfo.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: feature.html
parent: status-and-debugging-methods.html
blurb: Amendmentに関してこのサーバーが認識している情報を返します。
labels:
- ブロックチェーン
- コアサーバー
---
# feature
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Feature1.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: feature.html
parent: status-and-debugging-methods.html
blurb: Get information about protocol amendments.
labels:
- Blockchain
- Core Server
---
# feature
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Feature1.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: fetch_info.html
parent: status-and-debugging-methods.html
blurb: このサーバーが現在ネットワークからフェッチしているオブジェクトに関する情報を返します。
labels:
- コアサーバー
---
# fetch_info
[[ソース]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/FetchInfo.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: fetch_info.html
parent: status-and-debugging-methods.html
blurb: Get information about the server's sync with the network.
labels:
- Core Server
---
# fetch_info
[[Source]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/FetchInfo.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: get_counts.html
parent: status-and-debugging-methods.html
blurb: サーバーの健全性に関するさまざまな統計情報を提供します。
labels:
- コアサーバー
---
# get_counts
[[ソース]](https://github.com/ripple/rippled/blob/c7118a183a660648aa88a3546a6b2c5bce858440/src/ripple/rpc/handlers/GetCounts.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: get_counts.html
parent: status-and-debugging-methods.html
blurb: Get statistics about the server's internals and memory usage.
labels:
- Core Server
---
# get_counts
[[Source]](https://github.com/ripple/rippled/blob/c7118a183a660648aa88a3546a6b2c5bce858440/src/ripple/rpc/handlers/GetCounts.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: print.html
parent: status-and-debugging-methods.html
blurb: さまざまな内部サブシステムの現在の状況を返します。
labels:
- コアサーバー
---
# print
[[ソース]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/Print.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: print.html
parent: status-and-debugging-methods.html
blurb: Get information about internal subsystems.
labels:
- Core Server
---
# print
[[Source]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/Print.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: validator_info.html
parent: status-and-debugging-methods.html
blurb: Get the server's validation settings, if configured as a validator.
labels:
- コアサーバー
- ブロックチェーン
---
# validator_info
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ValidatorInfo.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: validator_list_sites.html
parent: status-and-debugging-methods.html
blurb: バリデータリストを処理するサイトのステータス情報を返します。
labels:
- ブロックチェーン
- コアサーバー
---
# validator_list_sites
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ValidatorListSites.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: validator_list_sites.html
parent: status-and-debugging-methods.html
blurb: Get information about sites that publish validator lists.
labels:
- Core Server
- Blockchain
---
# validator_list_sites
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ValidatorListSites.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: validators.html
parent: status-and-debugging-methods.html
blurb: サーバーが使用する公開済みの信頼できるバリデータの最新リストに関する情報を返します。
labels:
- ブロックチェーン
- コアサーバー
---
# validators
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Validators.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: validators.html
parent: status-and-debugging-methods.html
blurb: Get information about the current validators.
labels:
- Core Server
- Blockchain
---
# validators
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Validators.cpp "Source")