Uses of Interface
org.apache.bookkeeper.proto.BookieProtoEncoding.EnDecoder
-
Packages that use BookieProtoEncoding.EnDecoder Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookieProtoEncoding.EnDecoder in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookieProtoEncoding.EnDecoder Modifier and Type Class Description static classBookieProtoEncoding.RequestEnDeCoderPreV3An encoder/decoder for the Bookkeeper protocol before version 3.static classBookieProtoEncoding.RequestEnDecoderV3A request encoder/decoder for the Bookkeeper protocol version 3.static classBookieProtoEncoding.ResponseEnDeCoderPreV3A response encoder/decoder for the Bookkeeper protocol before version 3.static classBookieProtoEncoding.ResponseEnDecoderV3A response encoder/decoder for the Bookkeeper protocol version 3.Fields in org.apache.bookkeeper.proto declared as BookieProtoEncoding.EnDecoder Modifier and Type Field Description (package private) BookieProtoEncoding.EnDecoderBookieProtoEncoding.ResponseDecoder. repPreV3(package private) BookieProtoEncoding.EnDecoderBookieProtoEncoding.ResponseEncoder. repPreV3(package private) BookieProtoEncoding.EnDecoderBookieProtoEncoding.ResponseDecoder. repV3(package private) BookieProtoEncoding.EnDecoderBookieProtoEncoding.ResponseEncoder. repV3(package private) BookieProtoEncoding.EnDecoderBookieProtoEncoding.RequestDecoder. reqPreV3(package private) BookieProtoEncoding.EnDecoderBookieProtoEncoding.RequestEncoder. reqPreV3(package private) BookieProtoEncoding.EnDecoderBookieProtoEncoding.RequestDecoder. reqV3(package private) BookieProtoEncoding.EnDecoderBookieProtoEncoding.RequestEncoder. reqV3
-