Uses of Class
org.jgroups.util.Digest.Entry
Packages that use Digest.Entry
Package
Description
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.EntryModifier and TypeFieldDescriptionprotected final Map
<Address, Digest.Entry> Digest.senders
Map<Address, Entry>Methods in org.jgroups.util that return Digest.EntryModifier and TypeMethodDescriptionReturns the Entry for the given sender.Methods in org.jgroups.util that return types with arguments of type Digest.EntryModifier and TypeMethodDescriptionDigest.getSenders()
Returns an unmodifiable map, so modifications will result in exceptionsMutableDigest.getSenders()
Constructors in org.jgroups.util with parameters of type Digest.EntryConstructor parameters in org.jgroups.util with type arguments of type Digest.EntryModifierConstructorDescriptionDigest
(Map<Address, Digest.Entry> map) Creates a new digest from an existing map by copying the keys and values from mapMutableDigest
(Map<Address, Digest.Entry> map)