Class CassandraUtils
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.CassandraUtils
-
public final class CassandraUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.palantir.common.base.FunctionCheckedException<CassandraClient,List<org.apache.cassandra.thrift.TokenRange>,Exception>
getDescribeRing(CassandraKeyValueServiceConfig config)
static com.palantir.common.base.FunctionCheckedException<CassandraClient,Void,Exception>
getValidatePartitioner(CassandraKeyValueServiceConfig config)
static com.palantir.common.exception.AtlasDbDependencyException
wrapInIceForDeleteOrRethrow(com.palantir.atlasdb.keyvalue.api.RetryLimitReachedException ex)
-
-
-
Method Detail
-
getValidatePartitioner
public static com.palantir.common.base.FunctionCheckedException<CassandraClient,Void,Exception> getValidatePartitioner(CassandraKeyValueServiceConfig config)
-
getDescribeRing
public static com.palantir.common.base.FunctionCheckedException<CassandraClient,List<org.apache.cassandra.thrift.TokenRange>,Exception> getDescribeRing(CassandraKeyValueServiceConfig config)
-
wrapInIceForDeleteOrRethrow
public static com.palantir.common.exception.AtlasDbDependencyException wrapInIceForDeleteOrRethrow(com.palantir.atlasdb.keyvalue.api.RetryLimitReachedException ex)
-
-