接口 KeyValueSchema<K,V>
-
-
字段概要
-
从接口继承的字段 org.apache.pulsar.client.api.Schema
BOOL, BYTEBUFFER, BYTES, DATE, DOUBLE, FLOAT, INSTANT, INT16, INT32, INT64, INT8, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, STRING, TIME, TIMESTAMP
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Schema<K>
getKeySchema()
Get the Schema of the Key.KeyValueEncodingType
getKeyValueEncodingType()
Get the KeyValueEncodingType.Schema<V>
getValueSchema()
Get the Schema of the Value.-
从接口继承的方法 org.apache.pulsar.client.api.Schema
clone, configureSchemaInfo, decode, decode, decode, encode, getNativeSchema, getSchemaInfo, requireFetchingSchemaInfo, setSchemaInfoProvider, supportSchemaVersioning, validate
-
-
-
-
方法详细资料
-
getKeyValueEncodingType
KeyValueEncodingType getKeyValueEncodingType()
Get the KeyValueEncodingType.- 返回:
- the KeyValueEncodingType
- 另请参阅:
KeyValueEncodingType.INLINE
,KeyValueEncodingType.SEPARATED
-
-