Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder.schema | |
com.datastax.oss.driver.api.querybuilder.schema.compaction |
Modifier and Type | Method and Description |
---|---|
default SelfT |
RelationOptions.withCompaction(CompactionStrategy<?> compactionStrategy)
Defines the compaction strategy to use.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompactionStrategy<SelfT extends CompactionStrategy<SelfT>> |
Modifier and Type | Interface and Description |
---|---|
interface |
LeveledCompactionStrategy<SelfT extends LeveledCompactionStrategy<SelfT>> |
interface |
SizeTieredCompactionStrategy<SelfT extends SizeTieredCompactionStrategy<SelfT>> |
interface |
TimeWindowCompactionStrategy<SelfT extends TimeWindowCompactionStrategy<SelfT>> |
Copyright © 2017–2020. All rights reserved.