Class HostnamesByIpSupplier
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.pool.HostnamesByIpSupplier
-
-
Constructor Summary
Constructors Constructor Description HostnamesByIpSupplier(java.util.function.Supplier<List<com.palantir.common.pooling.PoolingContainer<CassandraClient>>> hosts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
get()
com.palantir.common.base.FunctionCheckedException<CassandraClient,Map<String,String>,Exception>
getHostnamesByIp()
-
-
-
Constructor Detail
-
HostnamesByIpSupplier
public HostnamesByIpSupplier(java.util.function.Supplier<List<com.palantir.common.pooling.PoolingContainer<CassandraClient>>> hosts)
-
-