Class CassandraTimestampBoundStore
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.CassandraTimestampBoundStore
-
- All Implemented Interfaces:
com.palantir.timestamp.TimestampBoundStore
public final class CassandraTimestampBoundStore extends Object implements com.palantir.timestamp.TimestampBoundStore
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.palantir.timestamp.TimestampBoundStore
create(CassandraKeyValueService kvs)
static com.palantir.timestamp.TimestampBoundStore
create(CassandraKeyValueService kvs, boolean initializeAsync)
long
getUpperLimit()
void
storeUpperLimit(long limit)
-
-
-
Method Detail
-
create
public static com.palantir.timestamp.TimestampBoundStore create(CassandraKeyValueService kvs)
-
create
public static com.palantir.timestamp.TimestampBoundStore create(CassandraKeyValueService kvs, boolean initializeAsync)
-
getUpperLimit
public long getUpperLimit()
- Specified by:
getUpperLimit
in interfacecom.palantir.timestamp.TimestampBoundStore
-
storeUpperLimit
public void storeUpperLimit(long limit)
- Specified by:
storeUpperLimit
in interfacecom.palantir.timestamp.TimestampBoundStore
-
-