StoreShard

data class StoreShard(val beginKey: String? = null, val endKey: String? = null, val id: Int? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(beginKey: String? = null, endKey: String? = null, id: Int? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val beginKey: String? = null

The begin value of the shard range(MD5), included in the shard range.

Link copied to clipboard
val endKey: String? = null

The end value of the shard range(MD5), not included in shard range.

Link copied to clipboard
val id: Int? = null

The ID of the shard.

Link copied to clipboard
val status: String? = null

Shard status, only two status of readwrite and readonly.