RPKI Engine 1.0
|
Public Member Functions | |
def | __init__ |
def | call_pubd |
def | publish |
def | withdraw |
Public Attributes | |
handlers | |
msgs | |
repositories | |
uris | |
Static Public Attributes | |
replace = True | |
Private Member Functions | |
def | _add |
Utility to simplify publication from within rpkid. General idea here is to accumulate a collection of objects to be published, in one or more repositories, each potentially with its own completion callback. Eventually we want to publish everything we've accumulated, at which point we need to iterate over the collection and do repository.call_pubd() for each repository.
Definition at line 1775 of file rpki/rpkid.py.
def rpki.rpkid.publication_queue.__init__ | ( | self | ) |
Definition at line 1788 of file rpki/rpkid.py.
def rpki.rpkid.publication_queue._add | ( | self, | |
uri, | |||
obj, | |||
repository, | |||
handler, | |||
make_pdu | |||
) | [private] |
Definition at line 1795 of file rpki/rpkid.py.
def rpki.rpkid.publication_queue.call_pubd | ( | self, | |
cb, | |||
eb | |||
) |
Definition at line 1817 of file rpki/rpkid.py.
def rpki.rpkid.publication_queue.publish | ( | self, | |
cls, | |||
uri, | |||
obj, | |||
repository, | |||
handler = None |
|||
) |
Definition at line 1811 of file rpki/rpkid.py.
def rpki.rpkid.publication_queue.withdraw | ( | self, | |
cls, | |||
uri, | |||
obj, | |||
repository, | |||
handler = None |
|||
) |
Definition at line 1814 of file rpki/rpkid.py.
Definition at line 1788 of file rpki/rpkid.py.
Definition at line 1788 of file rpki/rpkid.py.
rpki.rpkid.publication_queue.replace = True [static] |
Definition at line 1786 of file rpki/rpkid.py.
Definition at line 1788 of file rpki/rpkid.py.
Definition at line 1788 of file rpki/rpkid.py.