• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

2.3 tipc_paxos.pl: A Replicated Data Store
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • Transparent Inter-Process Communications (TIPC) libraries
        • The TIPC libraries: library(tipc/...)
          • tipc_paxos.pl: A Replicated Data Store
            • tipc_paxos_set/1
            • tipc_paxos_set/2
            • tipc_paxos_get/1
            • tipc_paxos_replicate/1
            • tipc_paxos_on_change/2
            • tipc_initialize/0
[semidet]tipc_paxos_get(?Term)
unifies Term with the entry retrieved from the Paxon's ledger. If no such entry exists in the member's local cache, then the quorum is asked to provide a value, which is verified for consistency. An implied tipc_paxos_set/1 follows. This predicate succeeds if a term with the same functor and arity exists in the Paxon's ledger, and fails otherwise.
Term is a compound. Any unbound variables are unified with those provided in the ledger entry.
ClioPatria (version V3.1.1-21-gb8003bb)