Uses of Class
org.apache.bookkeeper.proto.BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder
Packages that use BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder
-
Uses of BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.BuilderModifier and TypeMethodDescriptionBookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder.clear()BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder.clearLedgerId()required int64 ledgerId = 1;BookkeeperProtocol.Request.Builder.getGetListOfEntriesOfLedgerRequestBuilder()optional .GetListOfEntriesOfLedgerRequest getListOfEntriesOfLedgerRequest = 108;BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder.mergeFrom(com.google.protobuf.Message other) BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder.mergeFrom(BookkeeperProtocol.GetListOfEntriesOfLedgerRequest other) BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.newBuilder()BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.newBuilder(BookkeeperProtocol.GetListOfEntriesOfLedgerRequest prototype) BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.newBuilderForType()BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder.setLedgerId(long value) required int64 ledgerId = 1;BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.toBuilder()Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.BuilderModifier and TypeMethodDescriptionBookkeeperProtocol.Request.Builder.setGetListOfEntriesOfLedgerRequest(BookkeeperProtocol.GetListOfEntriesOfLedgerRequest.Builder builderForValue) optional .GetListOfEntriesOfLedgerRequest getListOfEntriesOfLedgerRequest = 108;