接口 KeyValueSchema<K,V>

类型参数:
K - the type of the Key
V - the type of the Value.
所有超级接口:
Cloneable, Schema<KeyValue<K,V>>

public interface KeyValueSchema<K,V> extends Schema<KeyValue<K,V>>
This interface models a Schema that is composed of two parts. A Key and a Value.