Uses of Class
org.jgroups.protocols.pbcast.ViewHandler
-
Packages that use ViewHandler Package Description org.jgroups.protocols.pbcast -
-
Uses of ViewHandler in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as ViewHandler Modifier and Type Field Description protected ViewHandler<GmsImpl.Request>
GMS. view_handler
Class to process JOIN, LEAVE and MERGE requestsMethods in org.jgroups.protocols.pbcast with type parameters of type ViewHandler Modifier and Type Method Description <T extends ViewHandler<R>>
TViewHandler. processing(boolean flag)
To be used by testing only!Methods in org.jgroups.protocols.pbcast that return ViewHandler Modifier and Type Method Description ViewHandler<R>
ViewHandler. add(java.util.Collection<R> reqs)
ViewHandler<R>
ViewHandler. add(R req)
ViewHandler<R>
ViewHandler. add(R... reqs)
ViewHandler
GMS. getViewHandler()
ViewHandler<R>
ViewHandler. reqMatcher(java.util.function.BiPredicate<R,R> m)
ViewHandler<R>
ViewHandler. reqProcessor(java.util.function.Consumer<java.util.Collection<R>> p)
-