Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.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 |
---|---|
java.util.Map<Address,Digest.Entry> |
MutableDigest.getSenders() |
java.util.Map<Address,Digest.Entry> |
Digest.getSenders()
Returns an unmodifiable map, so modifications will result in exceptions
|
Constructor and Description |
---|
Digest.Entry(Digest.Entry other) |
Constructor and Description |
---|
Digest(java.util.Map<Address,Digest.Entry> map)
Creates a new digest from an existing map by copying the keys and values from map
|
MutableDigest(java.util.Map<Address,Digest.Entry> map) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.