Uses of Interface
org.jgroups.util.Buffer.Visitor
-
Packages that use Buffer.Visitor Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Buffer.Visitor in org.jgroups.util
Classes in org.jgroups.util that implement Buffer.Visitor Modifier and Type Class Description protected classBuffer.HighestDeliverableprotected classBuffer.Missingprotected classBuffer.NumDeliverableprotected classBuffer.Remover<R>Methods in org.jgroups.util with parameters of type Buffer.Visitor Modifier and Type Method Description abstract voidBuffer. forEach(long from, long to, Buffer.Visitor<T> visitor, boolean nullify)voidBuffer. forEach(Buffer.Visitor<T> visitor, boolean nullify)voidDynamicBuffer. forEach(long from, long to, Buffer.Visitor<T> visitor, boolean nullify)Iterates over the matrix with range [from ..voidFixedBuffer. forEach(long from, long to, Buffer.Visitor<T> visitor, boolean nullify)voidFixedBuffer. forEach(long from, long to, Buffer.Visitor<T> visitor, boolean nullify, boolean respect_stop)
-