getBucketState

abstract fun getBucketState(key: String): BucketState?

Get the state of the bucket for the given key.

Return

the state of the bucket for the given key or null if the bucket does not exist

Parameters

key

the key to use to get the state