Interface CassandraKeyValueService
-
- All Superinterfaces:
com.palantir.atlasdb.keyvalue.api.AsyncKeyValueService
,AutoCloseable
,com.palantir.atlasdb.keyvalue.api.KeyValueService
- All Known Implementing Classes:
CassandraKeyValueServiceImpl
public interface CassandraKeyValueService extends com.palantir.atlasdb.keyvalue.api.KeyValueService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.palantir.atlasdb.keyvalue.cassandra.CassandraTables
getCassandraTables()
CassandraClientPool
getClientPool()
TracingQueryRunner
getTracingQueryRunner()
boolean
isInitialized()
-
Methods inherited from interface com.palantir.atlasdb.keyvalue.api.KeyValueService
addGarbageCollectionSentinelValues, checkAndSet, close, compactInternally, compactInternally, createTable, createTables, delete, deleteAllTimestamps, deleteRange, deleteRows, dropTable, dropTables, get, getAllTableNames, getAllTimestamps, getCandidateCellsForSweeping, getCheckAndSetCompatibility, getClusterAvailabilityStatus, getDelegates, getFirstBatchForRanges, getLatestTimestamps, getMetadataForTable, getMetadataForTables, getRange, getRangeOfTimestamps, getRowKeysInRange, getRows, getRowsColumnRange, getRowsColumnRange, isValid, multiCheckAndSet, multiPut, performanceIsSensitiveToTombstones, put, putMetadataForTable, putMetadataForTables, putUnlessExists, putWithTimestamps, setOnce, shouldTriggerCompactions, supportsCheckAndSet, sweepsEntriesInStrictlyNonDecreasingFashion, truncateTable, truncateTables
-
-
-
-
Method Detail
-
getCassandraTables
com.palantir.atlasdb.keyvalue.cassandra.CassandraTables getCassandraTables()
-
getTracingQueryRunner
TracingQueryRunner getTracingQueryRunner()
-
getClientPool
CassandraClientPool getClientPool()
-
isInitialized
boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.palantir.atlasdb.keyvalue.api.KeyValueService
-
-