public class NonBlockingChannels extends Object
| Constructor and Description |
|---|
NonBlockingChannels() |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.causalclustering.messaging.NonBlockingChannel |
get(org.neo4j.helpers.AdvertisedSocketAddress to) |
org.neo4j.causalclustering.messaging.NonBlockingChannel |
putIfAbsent(org.neo4j.helpers.AdvertisedSocketAddress to,
org.neo4j.causalclustering.messaging.NonBlockingChannel timestampedLazyChannel) |
void |
remove(org.neo4j.helpers.AdvertisedSocketAddress address) |
int |
size() |
Collection<org.neo4j.causalclustering.messaging.NonBlockingChannel> |
values() |
public int size()
public org.neo4j.causalclustering.messaging.NonBlockingChannel get(org.neo4j.helpers.AdvertisedSocketAddress to)
public org.neo4j.causalclustering.messaging.NonBlockingChannel putIfAbsent(org.neo4j.helpers.AdvertisedSocketAddress to,
org.neo4j.causalclustering.messaging.NonBlockingChannel timestampedLazyChannel)
public Collection<org.neo4j.causalclustering.messaging.NonBlockingChannel> values()
public void remove(org.neo4j.helpers.AdvertisedSocketAddress address)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.