Class CassandraTimestampBoundStore

  • All Implemented Interfaces:
    com.palantir.timestamp.TimestampBoundStore

    public final class CassandraTimestampBoundStore
    extends Object
    implements com.palantir.timestamp.TimestampBoundStore
    • Method Detail

      • create

        public static com.palantir.timestamp.TimestampBoundStore create​(CassandraKeyValueService kvs,
                                                                        boolean initializeAsync)
      • getUpperLimit

        public long getUpperLimit()
        Specified by:
        getUpperLimit in interface com.palantir.timestamp.TimestampBoundStore
      • storeUpperLimit

        public void storeUpperLimit​(long limit)
        Specified by:
        storeUpperLimit in interface com.palantir.timestamp.TimestampBoundStore