|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Digest.Entry | |
---|---|
org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
Uses of Digest.Entry in org.jgroups.util |
---|
Fields in org.jgroups.util with type parameters of type Digest.Entry | |
---|---|
protected java.util.Map<Address,Digest.Entry> |
Digest.senders
Map<Address, Entry> |
Methods in org.jgroups.util that return Digest.Entry | |
---|---|
Digest.Entry |
Digest.get(Address sender)
Returns the Entry for the given sender. |
Methods in org.jgroups.util that return types with arguments of type Digest.Entry | |
---|---|
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 |
Constructors in org.jgroups.util with parameters of type Digest.Entry | |
---|---|
Digest.Entry(Digest.Entry other)
|
Constructor parameters in org.jgroups.util with type arguments of type Digest.Entry | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |