Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Address,Digest.Entry> |
Digest.senders
Map<Address, Entry>
|
Modifier and Type | Method and Description |
---|---|
Digest.Entry |
Digest.get(Address sender)
Returns the Entry for the given sender.
|
Modifier and Type | Method and Description |
---|---|
Map<Address,Digest.Entry> |
Digest.getSenders()
Returns an unmodifiable map, so modifications will result in exceptions
|
Map<Address,Digest.Entry> |
MutableDigest.getSenders() |
Constructor and Description |
---|
Digest.Entry(Digest.Entry other) |
Constructor and Description |
---|
Digest(Map<Address,Digest.Entry> map)
Creates a new digest from an existing map by copying the keys and values from map
|
MutableDigest(Map<Address,Digest.Entry> map) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.