package protobuf
Type Members
-
trait
ProtobufSerDe[T] extends AnyRef
:: DeveloperApi ::
ProtobufSerDe
used to represent the API for serialize and deserialize of Protobuf data related to UI.:: DeveloperApi ::
ProtobufSerDe
used to represent the API for serialize and deserialize of Protobuf data related to UI. The subclass should implement this trait and register itself toorg.apache.spark.status.protobuf.ProtobufSerDe
so thatKVStoreProtobufSerializer
can useServiceLoader
to load and use them.- Annotations
- @DeveloperApi() @Unstable()
- Since
3.4.0
- final class StoreTypes extends AnyRef