Uses of Class
org.jgroups.protocols.pbcast.ViewHandler
Packages that use ViewHandler
-
Uses of ViewHandler in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as ViewHandlerModifier and TypeFieldDescriptionprotected final ViewHandler<GmsImpl.Request> GMS.view_handlerClass to process JOIN, LEAVE and MERGE requestsMethods in org.jgroups.protocols.pbcast with type parameters of type ViewHandlerModifier and TypeMethodDescription<T extends ViewHandler<R>>
TViewHandler.processing(boolean flag) To be used by testing only!Methods in org.jgroups.protocols.pbcast that return ViewHandlerModifier and TypeMethodDescriptionViewHandler.add(Collection<R> reqs) GMS.getViewHandler()ViewHandler.reqMatcher(BiPredicate<R, R> m) ViewHandler.reqProcessor(Consumer<Collection<R>> p)