Uses of Interface
org.apache.bookkeeper.proto.BookkeeperProtocol.GetBookieInfoResponseOrBuilder
-
Packages that use BookkeeperProtocol.GetBookieInfoResponseOrBuilder Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperProtocol.GetBookieInfoResponseOrBuilder in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookkeeperProtocol.GetBookieInfoResponseOrBuilder Modifier and Type Class Description static class
BookkeeperProtocol.GetBookieInfoResponse
Protobuf typeGetBookieInfoResponse
static class
BookkeeperProtocol.GetBookieInfoResponse.Builder
Protobuf typeGetBookieInfoResponse
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.GetBookieInfoResponseOrBuilder Modifier and Type Method Description BookkeeperProtocol.GetBookieInfoResponseOrBuilder
BookkeeperProtocol.Response.Builder. getGetBookieInfoResponseOrBuilder()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
BookkeeperProtocol.GetBookieInfoResponseOrBuilder
BookkeeperProtocol.Response. getGetBookieInfoResponseOrBuilder()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
BookkeeperProtocol.GetBookieInfoResponseOrBuilder
BookkeeperProtocol.ResponseOrBuilder. getGetBookieInfoResponseOrBuilder()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
-