| Modifier and Type | Method and Description |
|---|---|
CassandraStateRepository.Builder |
CassandraStateRepository.Builder.autoCreateColumnFamily(boolean autoCreate)
If set to
true, the column family will be automatically created if it is missing. |
CassandraStateRepository.Builder |
CassandraStateRepository.Builder.columnFamily(String columnFamilyName)
Sets the column family name to use for the Togglz feature state.
|
CassandraStateRepository.Builder |
CassandraStateRepository.Builder.mapSerializer(MapSerializer serializer)
The
MapSerializer for storing parameters. |
static CassandraStateRepository.Builder |
CassandraStateRepository.newBuilder(com.netflix.astyanax.Keyspace keyspace)
Creates a new builder for creating a
CassandraStateRepository. |
Copyright © 2021. All rights reserved.