Shards

data class Shards(val totalShards: Int, val indices: Iterable<Int> = 0..<totalShards)(source)

Constructors

Link copied to clipboard
constructor(totalShards: Int, indices: Iterable<Int> = 0..<totalShards)

Properties

Link copied to clipboard
Link copied to clipboard