Uses of Class
org.jgroups.util.Digest.Entry
-
Packages that use Digest.Entry Package Description 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 Modifier and Type Field Description protected java.util.Map<Address,Digest.Entry>
Digest. senders
Map<Address, Entry>Methods in org.jgroups.util that return Digest.Entry Modifier and Type Method Description 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 Modifier and Type Method Description java.util.Map<Address,Digest.Entry>
Digest. getSenders()
Returns an unmodifiable map, so modifications will result in exceptionsjava.util.Map<Address,Digest.Entry>
MutableDigest. getSenders()
Constructors in org.jgroups.util with parameters of type Digest.Entry Constructor Description Entry(Digest.Entry other)
Constructor parameters in org.jgroups.util with type arguments of type Digest.Entry Constructor Description Digest(java.util.Map<Address,Digest.Entry> map)
Creates a new digest from an existing map by copying the keys and values from mapMutableDigest(java.util.Map<Address,Digest.Entry> map)
-