Uses of Class
org.jgroups.util.RefcountImpl
-
Packages that use RefcountImpl Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of RefcountImpl in org.jgroups
Fields in org.jgroups declared as RefcountImpl Modifier and Type Field Description protected RefcountImpl<Message>RefcountedBytesMessage. implprotected RefcountImpl<Message>RefcountedNioMessage. impl -
Uses of RefcountImpl in org.jgroups.util
Methods in org.jgroups.util that return RefcountImpl Modifier and Type Method Description RefcountImpl<T>RefcountImpl. decr(T t)RefcountImpl<T>RefcountImpl. incr()RefcountImpl<T>RefcountImpl. onRelease(java.util.function.Consumer<T> rc)
-