ShardingAlgorithm
data class ShardingAlgorithm(val type: String = MOD_ALG, val mod: ShardingProperties.ModAlgorithm?, val single: ShardingProperties.SingleAlgorithm?)
Constructors
Link copied to clipboard
constructor(type: String = MOD_ALG, mod: ShardingProperties.ModAlgorithm?, single: ShardingProperties.SingleAlgorithm?)