| Package | Description |
|---|---|
| net.named_data.jndn.sync | |
| net.named_data.jndn.sync.detail |
| Modifier and Type | Field and Description |
|---|---|
InvertibleBloomLookupTable |
FullPSync2017.PendingEntryInfoFull.iblt_ |
protected InvertibleBloomLookupTable |
PSyncProducerBase.iblt_ |
| Constructor and Description |
|---|
PendingEntryInfoFull(InvertibleBloomLookupTable iblt) |
| Modifier and Type | Method and Description |
|---|---|
InvertibleBloomLookupTable |
InvertibleBloomLookupTable.difference(InvertibleBloomLookupTable other)
Get a new IBLT which is the difference of the other IBLT from this IBLT.
|
| Modifier and Type | Method and Description |
|---|---|
InvertibleBloomLookupTable |
InvertibleBloomLookupTable.difference(InvertibleBloomLookupTable other)
Get a new IBLT which is the difference of the other IBLT from this IBLT.
|
boolean |
InvertibleBloomLookupTable.equals(InvertibleBloomLookupTable other)
Check if this IBLT has the same number of entries as the other IBLT and
that they are equal.
|
| Constructor and Description |
|---|
InvertibleBloomLookupTable(InvertibleBloomLookupTable iblt)
Create an InvertibleBloomLookupTable of the given iblt.
|
Copyright © 2019. All rights reserved.