| Package | Description |
|---|---|
| net.named_data.jndn.sync |
| Modifier and Type | Class and Description |
|---|---|
class |
FullPSync2017WithUsers
FullPSync2017WithUsers uses FullPSync2017 to implement the full sync logic of
PSync to synchronize with other nodes, where all nodes want to sync the
sequence number of all users based on their user prefix.
|
| Constructor and Description |
|---|
FullPSync2017(int expectedNEntries,
Face face,
Name syncPrefix,
FullPSync2017.OnNamesUpdate onNamesUpdate,
KeyChain keyChain)
Create a FullPSync2017, where syncInterestLifetime is
DEFAULT_SYNC_INTEREST_LIFETIME, syncReplyFreshnessPeriod is
DEFAULT_SYNC_REPLY_FRESHNESS_PERIOD and signingInfo is the default
SigningInfo().
|
FullPSync2017(int expectedNEntries,
Face face,
Name syncPrefix,
FullPSync2017.OnNamesUpdate onNamesUpdate,
KeyChain keyChain,
double syncInterestLifetime,
double syncReplyFreshnessPeriod)
Create a FullPSync2017, where signingInfo is the default SigningInfo().
|
FullPSync2017(int expectedNEntries,
Face face,
Name syncPrefix,
FullPSync2017.OnNamesUpdate onNamesUpdate,
KeyChain keyChain,
double syncInterestLifetime,
double syncReplyFreshnessPeriod,
SigningInfo signingInfo)
Create a FullPSync2017.
|
FullPSync2017(int expectedNEntries,
Face face,
Name syncPrefix,
FullPSync2017.OnNamesUpdate onNamesUpdate,
KeyChain keyChain,
double syncInterestLifetime,
double syncReplyFreshnessPeriod,
SigningInfo signingInfo,
FullPSync2017.CanAddToSyncData canAddToSyncData,
FullPSync2017.CanAddReceivedName canAddReceivedName)
Create a FullPSync2017.
|
Copyright © 2019. All rights reserved.