@ThreadSafe
public class DseProtocolVersionRegistry
extends com.datastax.oss.driver.internal.core.CassandraProtocolVersionRegistry
Constructor and Description |
---|
DseProtocolVersionRegistry(String logPrefix) |
Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
highestCommon(Collection<Node> nodes) |
boolean |
supports(ProtocolVersion version,
com.datastax.oss.driver.internal.core.ProtocolFeature feature) |
public DseProtocolVersionRegistry(String logPrefix)
public ProtocolVersion highestCommon(Collection<Node> nodes)
highestCommon
in interface com.datastax.oss.driver.internal.core.ProtocolVersionRegistry
highestCommon
in class com.datastax.oss.driver.internal.core.CassandraProtocolVersionRegistry
public boolean supports(ProtocolVersion version, com.datastax.oss.driver.internal.core.ProtocolFeature feature)
supports
in interface com.datastax.oss.driver.internal.core.ProtocolVersionRegistry
supports
in class com.datastax.oss.driver.internal.core.CassandraProtocolVersionRegistry
Copyright © 2017–2019. All rights reserved.