Uses of Interface
org.apache.bookkeeper.proto.BookkeeperProtocol.AddResponseOrBuilder
-
Packages that use BookkeeperProtocol.AddResponseOrBuilder Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperProtocol.AddResponseOrBuilder in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookkeeperProtocol.AddResponseOrBuilder Modifier and Type Class Description static class
BookkeeperProtocol.AddResponse
Protobuf typeAddResponse
static class
BookkeeperProtocol.AddResponse.Builder
Protobuf typeAddResponse
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.AddResponseOrBuilder Modifier and Type Method Description BookkeeperProtocol.AddResponseOrBuilder
BookkeeperProtocol.Response.Builder. getAddResponseOrBuilder()
optional .AddResponse addResponse = 101;
BookkeeperProtocol.AddResponseOrBuilder
BookkeeperProtocol.Response. getAddResponseOrBuilder()
optional .AddResponse addResponse = 101;
BookkeeperProtocol.AddResponseOrBuilder
BookkeeperProtocol.ResponseOrBuilder. getAddResponseOrBuilder()
optional .AddResponse addResponse = 101;
-