Uses of Class
org.drasyl.handler.membership.cyclon.CyclonView
Packages that use CyclonView
-
Uses of CyclonView in org.drasyl.handler.membership.cyclon
Methods in org.drasyl.handler.membership.cyclon that return CyclonViewModifier and TypeMethodDescriptionstatic CyclonView
CyclonView.of
(int capacity, Set<CyclonNeighbor> neighbors) static CyclonView
CyclonView.ofKeys
(int capacity, Collection<DrasylAddress> neighbors) Constructors in org.drasyl.handler.membership.cyclon with parameters of type CyclonViewModifierConstructorDescriptionCyclonShufflingClientHandler
(int shuffleSize, int shuffleInterval, CyclonView view) CyclonShufflingServerHandler
(int shuffleSize, CyclonView view)