From 5895680db9cc990d297ddb9184b318558fd839dc Mon Sep 17 00:00:00 2001 From: intelliot Date: Wed, 28 Jun 2023 20:26:50 +0000 Subject: [PATCH] deploy: 4111382a31c64abd259975d1d4324c23ccd5c212 --- Application_8cpp_source.html | 7 ++++--- Application_8h_source.html | 9 +++++---- NetworkOPs_8cpp_source.html | 9 +++++---- classripple_1_1Application-members.html | 2 +- classripple_1_1Application.html | 12 ++++++------ classripple_1_1ApplicationImp-members.html | 2 +- classripple_1_1ApplicationImp.html | 12 ++++++------ functions_func_g.html | 4 ++-- functions_g.html | 4 ++-- search/all_7.js | 2 +- search/functions_7.js | 2 +- 11 files changed, 34 insertions(+), 31 deletions(-) diff --git a/Application_8cpp_source.html b/Application_8cpp_source.html index 36f3907fd5..06de2fa900 100644 --- a/Application_8cpp_source.html +++ b/Application_8cpp_source.html @@ -673,8 +673,8 @@ $(function() {
602  return *m_networkOPs;
603  }
604 
-
605  virtual ServerHandlerImp&
-
606  getServerHandler() override
+
605  virtual ServerHandler&
+
606  getServerHandler() override
607  {
608  assert(serverHandler_);
609  return *serverHandler_;
@@ -2443,6 +2443,7 @@ $(function() {
bool isZero() const
Definition: base_uint.h:532
SHAMapStore & getSHAMapStore() override
@ ADMIN
+
Definition: ServerHandler.h:47
void add(Source &source)
Add a child source.
AmendmentTable & getAmendmentTable() override
bool loadOldLedger(std::string const &ledgerID, bool replay, bool isFilename)
@@ -2507,10 +2508,10 @@ $(function() {
Definition: OrderBookDB.h:30
void operator()(Duration const &elapsed)
-
virtual ServerHandlerImp & getServerHandler() override
virtual void sweep()=0
Remove expired entries from the positive and negative caches.
Manages the lifetime of inbound ledgers.
Represents the open ledger.
Definition: OpenLedger.h:49
+
virtual ServerHandler & getServerHandler() override
void flush()
Flush all current validations.
Definition: Validations.h:1103
A pool of threads to perform work.
Definition: JobQueue.h:55
Application()
diff --git a/Application_8h_source.html b/Application_8h_source.html index 9698c1ddf9..2e07db0d6f 100644 --- a/Application_8h_source.html +++ b/Application_8h_source.html @@ -160,7 +160,7 @@ $(function() {
89 class PathRequests;
90 class PendingSaves;
91 class PublicKey;
-
92 class ServerHandlerImp;
+
92 class ServerHandler;
93 class SecretKey;
94 class STLedgerEntry;
95 class TimeKeeper;
@@ -302,8 +302,8 @@ $(function() {
232  getOPs() = 0;
233  virtual OrderBookDB&
234  getOrderBookDB() = 0;
-
235  virtual ServerHandlerImp&
-
236  getServerHandler() = 0;
+
235  virtual ServerHandler&
+
236  getServerHandler() = 0;
237  virtual TransactionMaster&
238  getMasterTransaction() = 0;
239  virtual perf::PerfLog&
@@ -415,8 +415,8 @@ $(function() {
virtual ~Application()=default
Transaction Queue.
Definition: TxQ.h:57
virtual std::chrono::milliseconds getIOLatency()=0
-
virtual ServerHandlerImp & getServerHandler()=0
virtual LoadManager & getLoadManager()=0
+
Definition: ServerHandler.h:47
virtual InboundTransactions & getInboundTransactions()=0
Holds a ledger.
Definition: Ledger.h:76
virtual LedgerMaster & getLedgerMaster()=0
@@ -459,6 +459,7 @@ $(function() {
virtual NodeStore::Database & getNodeStore()=0
virtual beast::Journal journal(std::string const &name)=0
virtual ManifestCache & validatorManifests()=0
+
virtual ServerHandler & getServerHandler()=0
virtual Family * getShardFamily()=0
Manages the set of connected peers.
Definition: Overlay.h:51
Definition: DatabaseCon.h:81
diff --git a/NetworkOPs_8cpp_source.html b/NetworkOPs_8cpp_source.html index 05d73fb0e1..a792c503d5 100644 --- a/NetworkOPs_8cpp_source.html +++ b/NetworkOPs_8cpp_source.html @@ -135,8 +135,8 @@ $(function() {
64 #include <ripple/resource/ResourceManager.h>
65 #include <ripple/rpc/BookChanges.h>
66 #include <ripple/rpc/DeliveredAmount.h>
-
67 #include <ripple/rpc/impl/RPCHelpers.h>
-
68 #include <ripple/rpc/impl/ServerHandlerImp.h>
+
67 #include <ripple/rpc/ServerHandler.h>
+
68 #include <ripple/rpc/impl/RPCHelpers.h>
69 #include <boost/asio/ip/host_name.hpp>
70 #include <boost/asio/steady_timer.hpp>
71 
@@ -2676,7 +2676,7 @@ $(function() {
2669  static_assert(std::is_sorted(std::begin(protocols), std::end(protocols)));
2670  {
2671  Json::Value ports{Json::arrayValue};
-
2672  for (auto const& port : app_.getServerHandler().setup().ports)
+
2672  for (auto const& port : app_.getServerHandler().setup().ports)
2673  {
2674  // Don't publish admin ports for non-admin users
2675  if (!admin &&
@@ -4898,7 +4898,6 @@ $(function() {
@ CONNECTED
convinced we are talking to the network
@ OBSOLETE
Definition: Transaction.h:53
std::uint64_t transitions
Definition: NetworkOPs.cpp:139
-
virtual ServerHandlerImp & getServerHandler()=0
std::shared_ptr< InfoSub > pointer
Definition: InfoSub.h:54
@ objectValue
object value (collection of name/value pairs).
Definition: json_value.h:43
constexpr double decimalXRP() const
Definition: XRPAmount.h:253
@@ -5069,6 +5068,7 @@ $(function() {
virtual NodeStore::Database & getNodeStore()=0
virtual beast::Journal journal(std::string const &name)=0
virtual ManifestCache & validatorManifests()=0
+
virtual ServerHandler & getServerHandler()=0
std::size_t getLocalTxCount() override
std::uint64_t initialSyncUs_
Definition: NetworkOPs.cpp:149
std::array< SubMapType, SubTypes::sLastEntry+1 > mStreamMaps
Definition: NetworkOPs.cpp:759
@@ -5173,6 +5173,7 @@ $(function() {
std::unique_ptr< LocalTxs > make_LocalTxs()
Definition: LocalTxs.cpp:197
Metrics getMetrics(OpenView const &view) const
Returns fee metrics in reference fee level units.
Definition: TxQ.cpp:1747
void doTransactionSync(std::shared_ptr< Transaction > transaction, bool bUnlimited, FailHard failType)
For transactions submitted directly by a client, apply batch of transactions and wait for this transa...
+
void setup(Setup const &setup, beast::Journal journal)
CounterData getCounterData() const
Definition: NetworkOPs.cpp:185
T set_intersection(T... args)
beast::insight::Gauge full_duration
Definition: NetworkOPs.cpp:822
diff --git a/classripple_1_1Application-members.html b/classripple_1_1Application-members.html index a2aa9b101d..6b7668cd78 100644 --- a/classripple_1_1Application-members.html +++ b/classripple_1_1Application-members.html @@ -112,7 +112,7 @@ $(function() { getRelationalDatabase()=0ripple::Applicationpure virtual getReportingETL()=0ripple::Applicationpure virtual getResourceManager()=0ripple::Applicationpure virtual - getServerHandler()=0ripple::Applicationpure virtual + getServerHandler()=0ripple::Applicationpure virtual getSHAMapStore()=0ripple::Applicationpure virtual getShardArchiveHandler(bool tryRecovery=false)=0ripple::Applicationpure virtual getShardFamily()=0ripple::Applicationpure virtual diff --git a/classripple_1_1Application.html b/classripple_1_1Application.html index 30cd80f9b7..e7faf4edd9 100644 --- a/classripple_1_1Application.html +++ b/classripple_1_1Application.html @@ -201,8 +201,8 @@ Public Member Functions   virtual OrderBookDBgetOrderBookDB ()=0   -virtual ServerHandlerImp & getServerHandler ()=0 -  +virtual ServerHandlergetServerHandler ()=0 +  virtual TransactionMastergetMasterTransaction ()=0   virtual perf::PerfLoggetPerfLog ()=0 @@ -1535,8 +1535,8 @@ Private Attributes - -

◆ getServerHandler()

+ +

◆ getServerHandler()

@@ -1545,7 +1545,7 @@ Private Attributes - + @@ -1558,7 +1558,7 @@ Private Attributes
virtual ServerHandlerImp& ripple::Application::getServerHandler virtual ServerHandler& ripple::Application::getServerHandler ( )
-

Implemented in ripple::ApplicationImp.

+

Implemented in ripple::ApplicationImp.

diff --git a/classripple_1_1ApplicationImp-members.html b/classripple_1_1ApplicationImp-members.html index a95015f1d1..a35b663309 100644 --- a/classripple_1_1ApplicationImp-members.html +++ b/classripple_1_1ApplicationImp-members.html @@ -122,7 +122,7 @@ $(function() { getRelationalDatabase() overrideripple::ApplicationImpvirtual getReportingETL() overrideripple::ApplicationImpvirtual getResourceManager() overrideripple::ApplicationImpvirtual - getServerHandler() overrideripple::ApplicationImpvirtual + getServerHandler() overrideripple::ApplicationImpvirtual getSHAMapStore() overrideripple::ApplicationImpvirtual getShardArchiveHandler(bool tryRecovery) overrideripple::ApplicationImpvirtual getShardFamily() overrideripple::ApplicationImpvirtual diff --git a/classripple_1_1ApplicationImp.html b/classripple_1_1ApplicationImp.html index 55dbbcc959..ab9b8125a1 100644 --- a/classripple_1_1ApplicationImp.html +++ b/classripple_1_1ApplicationImp.html @@ -200,8 +200,8 @@ Public Member Functions   NetworkOPsgetOPs () override   -virtual ServerHandlerImp & getServerHandler () override -  +virtual ServerHandlergetServerHandler () override +  boost::asio::io_service & getIOService () override   std::chrono::milliseconds getIOLatency () override @@ -1163,8 +1163,8 @@ Private Attributes - -

◆ getServerHandler()

+ +

◆ getServerHandler()

@@ -1173,7 +1173,7 @@ Private Attributes - + @@ -1186,7 +1186,7 @@ Private Attributes
virtual ServerHandlerImp& ripple::ApplicationImp::getServerHandler virtual ServerHandler& ripple::ApplicationImp::getServerHandler ( )
-

Implements ripple::Application.

+

Implements ripple::Application.

Definition at line 606 of file Application.cpp.

diff --git a/functions_func_g.html b/functions_func_g.html index bcaba43e98..443fe55899 100644 --- a/functions_func_g.html +++ b/functions_func_g.html @@ -1391,8 +1391,8 @@ $(function() { : ripple::OverlayImpl
  • getServerHandler() -: ripple::Application -, ripple::ApplicationImp +: ripple::Application +, ripple::ApplicationImp
  • getServerInfo() : ripple::NetworkOPs diff --git a/functions_g.html b/functions_g.html index 9cfbed2bef..0f06c46474 100644 --- a/functions_g.html +++ b/functions_g.html @@ -1445,8 +1445,8 @@ $(function() { : ripple::OverlayImpl
  • getServerHandler() -: ripple::Application -, ripple::ApplicationImp +: ripple::Application +, ripple::ApplicationImp
  • getServerInfo() : ripple::NetworkOPs diff --git a/search/all_7.js b/search/all_7.js index 45136cc05e..70f6a4c9e3 100644 --- a/search/all_7.js +++ b/search/all_7.js @@ -490,7 +490,7 @@ var searchData= ['getserialized_3641',['getSerialized',['../classripple_1_1STValidation.html#a3ce9844ef8dc996ccd4091bb74136e98',1,'ripple::STValidation']]], ['getserializer_3642',['getSerializer',['../classripple_1_1STObject.html#a6ae7e459a83bc46c3cfd9025753af1cb',1,'ripple::STObject']]], ['getservercounts_3643',['getServerCounts',['../classripple_1_1OverlayImpl.html#ac0b788dddf0076d5d5aa7f21c4c434a5',1,'ripple::OverlayImpl']]], - ['getserverhandler_3644',['getServerHandler',['../classripple_1_1ApplicationImp.html#ac35e2f14ab08f9c23bc386b48bc98630',1,'ripple::ApplicationImp::getServerHandler()'],['../classripple_1_1Application.html#adf61c78f07e8a5eb8cc41fa633e38420',1,'ripple::Application::getServerHandler()']]], + ['getserverhandler_3644',['getServerHandler',['../classripple_1_1ApplicationImp.html#a5c4015b34efac7ce85dba8171a8434fe',1,'ripple::ApplicationImp::getServerHandler()'],['../classripple_1_1Application.html#a3534da2d7a2f4fdf56f36e01803e0524',1,'ripple::Application::getServerHandler()']]], ['getserverinfo_3645',['getServerInfo',['../classripple_1_1NetworkOPsImp.html#a3e5b147d72f7d97d47d193cf383edbe9',1,'ripple::NetworkOPsImp::getServerInfo()'],['../classripple_1_1NetworkOPs.html#af4863a74bd582bd66f43b2e0e82feedd',1,'ripple::NetworkOPs::getServerInfo()'],['../classripple_1_1OverlayImpl.html#ade20be0cc389144d8a3ef7b662e57882',1,'ripple::OverlayImpl::getServerInfo()']]], ['getsession_3646',['getSession',['../classripple_1_1DatabaseCon.html#a2e60acdda043677f3307b83f57f436a5',1,'ripple::DatabaseCon']]], ['getset_3647',['getSet',['../classripple_1_1InboundTransactionsImp.html#a82da6fdf916e83b496b8d15914ead1a4',1,'ripple::InboundTransactionsImp::getSet()'],['../classripple_1_1InboundTransactions.html#a3a657e7b4e071a181e7e3917d48f81dc',1,'ripple::InboundTransactions::getSet()']]], diff --git a/search/functions_7.js b/search/functions_7.js index 073b15f992..1cebd54223 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -466,7 +466,7 @@ var searchData= ['getserialized_17946',['getSerialized',['../classripple_1_1STValidation.html#a3ce9844ef8dc996ccd4091bb74136e98',1,'ripple::STValidation']]], ['getserializer_17947',['getSerializer',['../classripple_1_1STObject.html#a6ae7e459a83bc46c3cfd9025753af1cb',1,'ripple::STObject']]], ['getservercounts_17948',['getServerCounts',['../classripple_1_1OverlayImpl.html#ac0b788dddf0076d5d5aa7f21c4c434a5',1,'ripple::OverlayImpl']]], - ['getserverhandler_17949',['getServerHandler',['../classripple_1_1ApplicationImp.html#ac35e2f14ab08f9c23bc386b48bc98630',1,'ripple::ApplicationImp::getServerHandler()'],['../classripple_1_1Application.html#adf61c78f07e8a5eb8cc41fa633e38420',1,'ripple::Application::getServerHandler()']]], + ['getserverhandler_17949',['getServerHandler',['../classripple_1_1ApplicationImp.html#a5c4015b34efac7ce85dba8171a8434fe',1,'ripple::ApplicationImp::getServerHandler()'],['../classripple_1_1Application.html#a3534da2d7a2f4fdf56f36e01803e0524',1,'ripple::Application::getServerHandler()']]], ['getserverinfo_17950',['getServerInfo',['../classripple_1_1NetworkOPsImp.html#a3e5b147d72f7d97d47d193cf383edbe9',1,'ripple::NetworkOPsImp::getServerInfo()'],['../classripple_1_1NetworkOPs.html#af4863a74bd582bd66f43b2e0e82feedd',1,'ripple::NetworkOPs::getServerInfo()'],['../classripple_1_1OverlayImpl.html#ade20be0cc389144d8a3ef7b662e57882',1,'ripple::OverlayImpl::getServerInfo()']]], ['getsession_17951',['getSession',['../classripple_1_1DatabaseCon.html#a2e60acdda043677f3307b83f57f436a5',1,'ripple::DatabaseCon']]], ['getset_17952',['getSet',['../classripple_1_1InboundTransactionsImp.html#a82da6fdf916e83b496b8d15914ead1a4',1,'ripple::InboundTransactionsImp::getSet()'],['../classripple_1_1InboundTransactions.html#a3a657e7b4e071a181e7e3917d48f81dc',1,'ripple::InboundTransactions::getSet()']]],