agents
v0.2.0
Search documentation of agents
Settings
distributed_consensus_engine
(agents v0.2.0)
View Source
Summary
Functions
async_consensus_with_eventual_consistency(Value, ConsistencyLevel, ConvergenceTimeout)
byzantine_fault_tolerant_consensus(Value, FaultTolerance, SecurityLevel)
code_change(OldVsn, State, Extra)
consensus_with_machine_learning(Value, LearningModel, PredictionContext)
federated_byzantine_agreement(Value, FederatedClusters, TrustMatrix, QuorumSlices)
handle_call(Request, From, State)
handle_cast(Msg, State)
handle_info(Info, State)
hierarchical_consensus(Value, Hierarchy, DelegationRules, ConflictResolution)
init(_)
join_consensus_cluster(ClusterNodes, NodeCapabilities)
leave_consensus_cluster(Reason)
probabilistic_consensus(Value, ConfidenceLevel, ProbabilisticModel, UncertaintyTolerance)
propose_consensus(Value, Algorithm, Options)
quantum_consensus_protocol(Value, QuantumNodes, EntanglementStrength)
start_link()
terminate(Reason, State)
Functions
async_consensus_with_eventual_consistency(Value, ConsistencyLevel, ConvergenceTimeout)
byzantine_fault_tolerant_consensus(Value, FaultTolerance, SecurityLevel)
code_change(OldVsn, State, Extra)
consensus_with_machine_learning(Value, LearningModel, PredictionContext)
federated_byzantine_agreement(Value, FederatedClusters, TrustMatrix, QuorumSlices)
handle_call(Request, From, State)
handle_cast(Msg, State)
handle_info(Info, State)
hierarchical_consensus(Value, Hierarchy, DelegationRules, ConflictResolution)
init(_)
join_consensus_cluster(ClusterNodes, NodeCapabilities)
leave_consensus_cluster(Reason)
probabilistic_consensus(Value, ConfidenceLevel, ProbabilisticModel, UncertaintyTolerance)
propose_consensus(Value, Algorithm, Options)
quantum_consensus_protocol(Value, QuantumNodes, EntanglementStrength)
start_link()
terminate(Reason, State)