java.lang.Object
org.neo4j.driver.internal.cluster.ClusterComposition
-
Constructor Summary
ConstructorDescriptionClusterComposition
(long expirationTimestamp, Set<org.neo4j.driver.internal.BoltServerAddress> readers, Set<org.neo4j.driver.internal.BoltServerAddress> writers, Set<org.neo4j.driver.internal.BoltServerAddress> routers, String databaseName) For testing -
Method Summary
-
Constructor Details
-
Method Details
-
hasWriters
public boolean hasWriters() -
hasRoutersAndReaders
public boolean hasRoutersAndReaders() -
readers
-
writers
-
routers
-
expirationTimestamp
public long expirationTimestamp() -
databaseName
-
equals
-
hashCode
public int hashCode() -
toString
-
parse
-