Uses of Class
org.drasyl.handler.membership.cyclon.CyclonNeighbor
Packages that use CyclonNeighbor
- 
Uses of CyclonNeighbor in org.drasyl.handler.membership.cyclon
Methods in org.drasyl.handler.membership.cyclon that return CyclonNeighborModifier and TypeMethodDescriptionstatic CyclonNeighborCyclonNeighbor.of(DrasylAddress address) static CyclonNeighborCyclonNeighbor.of(DrasylAddress address, int age) Methods in org.drasyl.handler.membership.cyclon that return types with arguments of type CyclonNeighborModifier and TypeMethodDescriptionCyclonView.getNeighbors()CyclonView.highestAgeAndOtherRandomNeighbors(int n) CyclonView.highestAgeAndOtherRandomNeighbors(int n) CyclonView.randomNeighbors(int n) Methods in org.drasyl.handler.membership.cyclon with parameters of type CyclonNeighborModifier and TypeMethodDescriptionbooleanCyclonView.add(CyclonNeighbor neighbor) intCyclonNeighbor.compareTo(CyclonNeighbor o) static CyclonShuffleRequestCyclonShuffleRequest.of(CyclonNeighbor... neighbors) static CyclonShuffleResponseCyclonShuffleResponse.of(CyclonNeighbor... neighbors) booleanCyclonView.remove(CyclonNeighbor neighbor) Method parameters in org.drasyl.handler.membership.cyclon with type arguments of type CyclonNeighborModifier and TypeMethodDescriptionstatic CyclonShuffleRequestCyclonShuffleRequest.of(Set<CyclonNeighbor> neighbors) static CyclonShuffleResponseCyclonShuffleResponse.of(Set<CyclonNeighbor> neighbors) static CyclonViewCyclonView.of(int capacity, Set<CyclonNeighbor> neighbors) voidCyclonView.update(Set<CyclonNeighbor> fullReceivedNeighbors, Set<CyclonNeighbor> replaceCandidates)