]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 00:54:27 +0000 (01:54 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 01:14:55 +0000 (02:14 +0100)
commit77c4dd80014f65257334f04602ef46aba4eaf823
treead43e40b21519332f7423d4ba420da902f8d777e
parent65eb0629dc49b62110abbaaf69600adc49b41f0a
Continued:
- renamed "Wrapper" to "Frontend" (was pending anyway)
- added missing trait for above instance
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
35 files changed:
application/hub/classes/database/frontend/class_BaseHubDatabaseFrontend.php [new file with mode: 0644]
application/hub/classes/database/frontend/class_BaseHubDatabaseWrapper.php [deleted file]
application/hub/classes/database/frontend/cruncher/class_CruncherUnitDatabaseFrontend.php [new file with mode: 0644]
application/hub/classes/database/frontend/cruncher/class_CruncherUnitDatabaseWrapper.php [deleted file]
application/hub/classes/database/frontend/node/class_NodeDistributedHashTableDatabaseWrapper.php [deleted file]
application/hub/classes/database/frontend/node/class_NodeInformationDatabaseWrapper.php [deleted file]
application/hub/classes/database/frontend/node_dht/class_NodeDistributedHashTableDatabaseFrontend.php [new file with mode: 0644]
application/hub/classes/database/frontend/node_information/class_NodeInformationDatabaseFrontend.php [new file with mode: 0644]
application/hub/classes/database/frontend/states/class_PeerStateLookupDatabaseFrontend.php [new file with mode: 0644]
application/hub/classes/database/frontend/states/class_PeerStateLookupDatabaseWrapper.php [deleted file]
application/hub/classes/dht/class_BaseDht.php
application/hub/classes/dht/node/class_NodeDhtFacade.php
application/hub/classes/factories/states/peer/class_PeerStateFactory.php
application/hub/classes/handler/data/answer-status/announcement/class_NodeAnnouncementAnswerOkayHandler.php
application/hub/classes/handler/data/message-types/announcement/class_NodeMessageAnnouncementHandler.php
application/hub/classes/handler/data/message-types/dht/class_NodeMessageDhtBootstrapHandler.php
application/hub/classes/handler/data/message-types/requests/class_NodeMessageRequestNodeListHandler.php
application/hub/classes/handler/package/class_NetworkPackageHandler.php
application/hub/classes/locator/class_UniversalNodeLocator.php
application/hub/classes/nodes/class_BaseHubNode.php
application/hub/classes/producer/cruncher/work_units/cruncher/class_CruncherTestUnitProducer.php
application/hub/classes/recipient/dht/class_DhtRecipient.php
application/hub/classes/resolver/protocol/tcp/class_TcpProtocolResolver.php
application/hub/classes/tools/hub/class_HubTools.php
application/hub/config.php
application/hub/exceptions/wrapper/class_NodeAlreadyRegisteredException.php
application/hub/exceptions/wrapper/class_NodeDataMissingException.php
application/hub/interfaces/database/frontend/class_NodeDhtWrapper.php [deleted file]
application/hub/interfaces/database/frontend/class_NodeInformationWrapper.php [deleted file]
application/hub/interfaces/database/frontend/class_UnitDatabaseWrapper.php [deleted file]
application/hub/interfaces/database/frontend/node_dht/class_NodeDhtFrontend.php [new file with mode: 0644]
application/hub/interfaces/database/frontend/node_information/class_NodeInformationFrontend.php [new file with mode: 0644]
application/hub/interfaces/database/frontend/work_unit/class_UnitDatabaseFrontend.php [new file with mode: 0644]
application/hub/interfaces/lookup/peer_states/class_LookupablePeerState.php
core